Define AdministrativeDivision view set (return all)

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

{
    "id": 7891,
    "ags": "08315050",
    "name": "Heitersheim, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Heitersheim",
    "office_zip": "79423",
    "office_street": "Hauptstraße 9",
    "office_city": "Heitersheim",
    "area": 11.71,
    "citizens_total": 6354,
    "citizens_male": 3197,
    "citizens_female": 3157,
    "population_density": 543.0,
    "area_accumulated": 11.71,
    "citizens_accumulated": {
        "total": 6354,
        "female": 3157,
        "male": 3197
    },
    "longitude": 7.664915,
    "latitude": 47.871917,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7891/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7888/?format=api",
    "children": [],
    "zip_codes": [
        "79423"
    ]
}