Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/8414/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 8414,
    "ags": "08425110",
    "name": "Schnürpflingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Schnürpflingen",
    "office_zip": "89194",
    "office_street": "Hauptstraße 17",
    "office_city": "Schnürpflingen",
    "area": 10.71,
    "citizens_total": 1429,
    "citizens_male": 709,
    "citizens_female": 720,
    "population_density": 133.0,
    "area_accumulated": 10.71,
    "citizens_accumulated": {
        "total": 1429,
        "female": 720,
        "male": 709
    },
    "longitude": 9.994004,
    "latitude": 48.273078,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8414/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8412/?format=api",
    "children": [],
    "zip_codes": [
        "89194"
    ]
}