Define AdministrativeDivision view set (return all)

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

{
    "id": 8434,
    "ags": "08425092",
    "name": "Öllingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Öllingen",
    "office_zip": "89129",
    "office_street": "Hauptstraße 42",
    "office_city": "Öllingen",
    "area": 8.09,
    "citizens_total": 535,
    "citizens_male": 254,
    "citizens_female": 281,
    "population_density": 66.0,
    "area_accumulated": 8.09,
    "citizens_accumulated": {
        "total": 535,
        "female": 281,
        "male": 254
    },
    "longitude": 10.148065,
    "latitude": 48.527741,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8434/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8423/?format=api",
    "children": [],
    "zip_codes": [
        "89129"
    ]
}