Define AdministrativeDivision view set (return all)

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

{
    "id": 3522,
    "ags": "05962060",
    "name": "Werdohl, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Werdohl",
    "office_zip": "58791",
    "office_street": "Goethestraße 51",
    "office_city": "Werdohl",
    "area": 33.38,
    "citizens_total": 17657,
    "citizens_male": 8909,
    "citizens_female": 8748,
    "population_density": 529.0,
    "area_accumulated": 33.38,
    "citizens_accumulated": {
        "total": 17657,
        "female": 8748,
        "male": 8909
    },
    "longitude": 7.766853,
    "latitude": 51.259614,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3522/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3521/?format=api",
    "children": [],
    "zip_codes": [
        "58791"
    ]
}