Define AdministrativeDivision view set (return all)

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

{
    "id": 2762,
    "ags": "05111",
    "name": "Düsseldorf, Stadt",
    "division_category": 40,
    "division_category_name": "Kreis",
    "division_type": 41,
    "division_type_name": "Kreisfreie Stadt (Kreisebene)",
    "office_name": null,
    "office_zip": null,
    "office_street": null,
    "office_city": null,
    "area": null,
    "citizens_total": null,
    "citizens_male": null,
    "citizens_female": null,
    "population_density": null,
    "area_accumulated": 217.41,
    "citizens_accumulated": {
        "total": 621877,
        "female": 300507,
        "male": 321370
    },
    "longitude": null,
    "latitude": null,
    "travel_name": null,
    "travel_code": null,
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2762/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2761/?format=api",
    "children": [
        "https://gvz.tuerantuer.org/api/administrative_divisions/2763/?format=api"
    ],
    "zip_codes": [
        "40210",
        "40211",
        "40212",
        "40213",
        "40215",
        "40217",
        "40219",
        "40221",
        "40223",
        "40225",
        "40227",
        "40229",
        "40231",
        "40233",
        "40235",
        "40237",
        "40239",
        "40468",
        "40470",
        "40472",
        "40474",
        "40476",
        "40477",
        "40479",
        "40489",
        "40545",
        "40547",
        "40549",
        "40589",
        "40591",
        "40593",
        "40595",
        "40597",
        "40599",
        "40625",
        "40627",
        "40629",
        "40721"
    ]
}