Define AdministrativeDivision view set (return all)

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

{
    "id": 8991,
    "ags": "09179121",
    "name": "Fürstenfeldbruck, GKSt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Große Kreisstadt Fürstenfeldbruck",
    "office_zip": "82256",
    "office_street": "Postfach 1645",
    "office_city": "Fürstenfeldbruck",
    "area": 32.52,
    "citizens_total": 37004,
    "citizens_male": 18940,
    "citizens_female": 18064,
    "population_density": 1138.0,
    "area_accumulated": 32.52,
    "citizens_accumulated": {
        "total": 37004,
        "female": 18064,
        "male": 18940
    },
    "longitude": 11.253092,
    "latitude": 48.182775,
    "travel_name": "Münchener Umland",
    "travel_code": "T24",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8991/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8990/?format=api",
    "children": [],
    "zip_codes": [
        "82256"
    ]
}