Define AdministrativeDivision view set (return all)

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

{
    "id": 11724,
    "ags": "09676128",
    "name": "Hausen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hausen",
    "office_zip": "63840",
    "office_street": "Postfach 40",
    "office_city": "Kleinwallstadt",
    "area": 8.05,
    "citizens_total": 1878,
    "citizens_male": 928,
    "citizens_female": 950,
    "population_density": 233.0,
    "area_accumulated": 8.05,
    "citizens_accumulated": {
        "total": 1878,
        "female": 950,
        "male": 928
    },
    "longitude": 9.209492,
    "latitude": 49.869813,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11724/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11723/?format=api",
    "children": [],
    "zip_codes": [
        "63840"
    ]
}