Define AdministrativeDivision view set (return all)

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

{
    "id": 15430,
    "ags": "16064032",
    "name": "Kammerforst",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Kammerforst",
    "office_zip": "99986",
    "office_street": "Straße der Einheit 29",
    "office_city": "Kammerforst",
    "area": 16.93,
    "citizens_total": 791,
    "citizens_male": 390,
    "citizens_female": 401,
    "population_density": 47.0,
    "area_accumulated": 16.93,
    "citizens_accumulated": {
        "total": 791,
        "female": 401,
        "male": 390
    },
    "longitude": 10.431127,
    "latitude": 51.121835,
    "travel_name": "Hainich",
    "travel_code": "E21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15430/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15429/?format=api",
    "children": [],
    "zip_codes": [
        "99986"
    ]
}