Define AdministrativeDivision view set (return all)

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

{
    "id": 15132,
    "ags": "15088250",
    "name": "Nemsdorf-Göhrendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Weida-Land",
    "office_zip": "06268",
    "office_street": "Hauptstraße 43",
    "office_city": "Nemsdorf-Göhrendorf",
    "area": 17.11,
    "citizens_total": 833,
    "citizens_male": 402,
    "citizens_female": 431,
    "population_density": 49.0,
    "area_accumulated": 17.11,
    "citizens_accumulated": {
        "total": 833,
        "female": 431,
        "male": 402
    },
    "longitude": 11.659873,
    "latitude": 51.36285,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15132/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15129/?format=api",
    "children": [],
    "zip_codes": [
        "06268"
    ]
}