Define AdministrativeDivision view set (return all)

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

{
    "id": 11791,
    "ags": "09677170",
    "name": "Partenstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Partenstein",
    "office_zip": "97846",
    "office_street": "Hauptstraße 24",
    "office_city": "Partenstein",
    "area": 10.45,
    "citizens_total": 2802,
    "citizens_male": 1415,
    "citizens_female": 1387,
    "population_density": 268.0,
    "area_accumulated": 10.45,
    "citizens_accumulated": {
        "total": 2802,
        "female": 1387,
        "male": 1415
    },
    "longitude": 9.516827,
    "latitude": 50.041254,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11791/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11789/?format=api",
    "children": [],
    "zip_codes": [
        "97846"
    ]
}