Define AdministrativeDivision view set (return all)

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

{
    "id": 7208,
    "ags": "08118015",
    "name": "Erligheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Erligheim",
    "office_zip": "74391",
    "office_street": "Rathausstraße 7",
    "office_city": "Erligheim",
    "area": 6.19,
    "citizens_total": 2908,
    "citizens_male": 1441,
    "citizens_female": 1467,
    "population_density": 470.0,
    "area_accumulated": 6.19,
    "citizens_accumulated": {
        "total": 2908,
        "female": 1467,
        "male": 1441
    },
    "longitude": 9.097291,
    "latitude": 49.021504,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7208/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7206/?format=api",
    "children": [],
    "zip_codes": [
        "74391"
    ]
}