Define AdministrativeDivision view set (return all)

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

{
    "id": 10661,
    "ags": "09473121",
    "name": "Ebersdorf b.Coburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Ebersdorf b.Coburg",
    "office_zip": "96237",
    "office_street": "Postfach 1230",
    "office_city": "Ebersdorf",
    "area": 26.36,
    "citizens_total": 6009,
    "citizens_male": 3033,
    "citizens_female": 2976,
    "population_density": 228.0,
    "area_accumulated": 26.36,
    "citizens_accumulated": {
        "total": 6009,
        "female": 2976,
        "male": 3033
    },
    "longitude": 11.077094,
    "latitude": 50.218128,
    "travel_name": "Coburg.Rennsteig",
    "travel_code": "T43",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10661/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10660/?format=api",
    "children": [],
    "zip_codes": [
        "96237"
    ]
}