Define AdministrativeDivision view set (return all)

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

{
    "id": 15437,
    "ags": "16064037",
    "name": "Körner",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Körner",
    "office_zip": "99998",
    "office_street": "August - Bebel - Straße 18",
    "office_city": "Körner",
    "area": 30.83,
    "citizens_total": 1638,
    "citizens_male": 824,
    "citizens_female": 814,
    "population_density": 53.0,
    "area_accumulated": 30.83,
    "citizens_accumulated": {
        "total": 1638,
        "female": 814,
        "male": 824
    },
    "longitude": 10.587315,
    "latitude": 51.231476,
    "travel_name": "Hainich",
    "travel_code": "E21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15437/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15436/?format=api",
    "children": [],
    "zip_codes": [
        "99998"
    ]
}