Define AdministrativeDivision view set (return all)

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

{
    "id": 3283,
    "ags": "05570052",
    "name": "Warendorf, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Warendorf",
    "office_zip": "48231",
    "office_street": "Lange Kesselstraße 4-6",
    "office_city": "Warendorf",
    "area": 176.88,
    "citizens_total": 37157,
    "citizens_male": 19064,
    "citizens_female": 18093,
    "population_density": 210.0,
    "area_accumulated": 176.88,
    "citizens_accumulated": {
        "total": 37157,
        "female": 18093,
        "male": 19064
    },
    "longitude": 7.988499,
    "latitude": 51.950713,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3283/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3282/?format=api",
    "children": [],
    "zip_codes": [
        "48231"
    ]
}