Define AdministrativeDivision view set (return all)

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

{
    "id": 3128,
    "ags": "05515000",
    "name": "Münster, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Münster",
    "office_zip": "48127",
    "office_street": "Klemensstraße 10",
    "office_city": "Münster",
    "area": 303.28,
    "citizens_total": 315293,
    "citizens_male": 164063,
    "citizens_female": 151230,
    "population_density": 1040.0,
    "area_accumulated": 303.28,
    "citizens_accumulated": {
        "total": 315293,
        "female": 151230,
        "male": 164063
    },
    "longitude": 7.626804,
    "latitude": 51.961908,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3128/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3127/?format=api",
    "children": [],
    "zip_codes": [
        "48143",
        "48145",
        "48147",
        "48149",
        "48151",
        "48153",
        "48155",
        "48157",
        "48159",
        "48161",
        "48163",
        "48165",
        "48167"
    ]
}