Define AdministrativeDivision view set (return all)

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

{
    "id": 529,
    "ags": "01056033",
    "name": "Seester",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Elmshorn-Land",
    "office_zip": "25370",
    "office_street": "Lornsenstraße 52",
    "office_city": "Elmshorn",
    "area": 11.57,
    "citizens_total": 1017,
    "citizens_male": 505,
    "citizens_female": 512,
    "population_density": 88.0,
    "area_accumulated": 11.57,
    "citizens_accumulated": {
        "total": 1017,
        "female": 512,
        "male": 505
    },
    "longitude": 9.598071,
    "latitude": 53.717709,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/529/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/525/?format=api",
    "children": [],
    "zip_codes": [
        "25370"
    ]
}