Define AdministrativeDivision view set (return all)

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

{
    "id": 3222,
    "ags": "05566028",
    "name": "Ibbenbüren, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Ibbenbüren",
    "office_zip": "49477",
    "office_street": "Alte Münsterstraße 16",
    "office_city": "Ibbenbüren",
    "area": 108.87,
    "citizens_total": 51822,
    "citizens_male": 26309,
    "citizens_female": 25513,
    "population_density": 476.0,
    "area_accumulated": 108.87,
    "citizens_accumulated": {
        "total": 51822,
        "female": 25513,
        "male": 26309
    },
    "longitude": 7.714734,
    "latitude": 52.275364,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3222/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3221/?format=api",
    "children": [],
    "zip_codes": [
        "49477",
        "49479"
    ]
}