Define AdministrativeDivision view set (return all)

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

{
    "id": 9067,
    "ags": "09181122",
    "name": "Geltendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Geltendorf",
    "office_zip": "82269",
    "office_street": "Schulstraße 13",
    "office_city": "Geltendorf",
    "area": 34.82,
    "citizens_total": 5593,
    "citizens_male": 2748,
    "citizens_female": 2845,
    "population_density": 161.0,
    "area_accumulated": 34.82,
    "citizens_accumulated": {
        "total": 5593,
        "female": 2845,
        "male": 2748
    },
    "longitude": 11.028417,
    "latitude": 48.121517,
    "travel_name": "Ammersee-Lech",
    "travel_code": "T26",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9067/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9066/?format=api",
    "children": [],
    "zip_codes": [
        "82269"
    ]
}