Define AdministrativeDivision view set (return all)

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

{
    "id": 15156,
    "ags": "15089307",
    "name": "Seeland, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Seeland, Stadt",
    "office_zip": "06469",
    "office_street": "Lindenstraße 1",
    "office_city": "Seeland",
    "area": 78.89,
    "citizens_total": 7903,
    "citizens_male": 3950,
    "citizens_female": 3953,
    "population_density": 100.0,
    "area_accumulated": 78.89,
    "citizens_accumulated": {
        "total": 7903,
        "female": 3953,
        "male": 3950
    },
    "longitude": 11.333106,
    "latitude": 51.800127,
    "travel_name": "Magdeburg, Elbe-Börde-Heide",
    "travel_code": "D04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15156/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15155/?format=api",
    "children": [],
    "zip_codes": [
        "06449",
        "06464",
        "06466",
        "06467",
        "06469"
    ]
}