Define AdministrativeDivision view set (return all)

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

{
    "id": 8576,
    "ags": "08436003",
    "name": "Aichstetten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Aichstetten",
    "office_zip": "88317",
    "office_street": "Bachstraße 2",
    "office_city": "Aichstetten",
    "area": 33.74,
    "citizens_total": 2817,
    "citizens_male": 1343,
    "citizens_female": 1474,
    "population_density": 83.0,
    "area_accumulated": 33.74,
    "citizens_accumulated": {
        "total": 2817,
        "female": 1474,
        "male": 1343
    },
    "longitude": 10.08067,
    "latitude": 47.892919,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8576/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8575/?format=api",
    "children": [],
    "zip_codes": [
        "88317"
    ]
}