Define AdministrativeDivision view set (return all)

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

{
    "id": 9361,
    "ags": "09187134",
    "name": "Griesstätt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Griesstätt",
    "office_zip": "83556",
    "office_street": "Innstraße 4",
    "office_city": "Griesstätt",
    "area": 29.53,
    "citizens_total": 2933,
    "citizens_male": 1453,
    "citizens_female": 1480,
    "population_density": 99.0,
    "area_accumulated": 29.53,
    "citizens_accumulated": {
        "total": 2933,
        "female": 1480,
        "male": 1453
    },
    "longitude": 12.178432,
    "latitude": 47.994125,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9361/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9360/?format=api",
    "children": [],
    "zip_codes": [
        "83556"
    ]
}