Define AdministrativeDivision view set (return all)

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

{
    "id": 8594,
    "ags": "08436095",
    "name": "Horgenzell",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Horgenzell",
    "office_zip": "88263",
    "office_street": "Kornstraße 44",
    "office_city": "Horgenzell",
    "area": 56.17,
    "citizens_total": 5416,
    "citizens_male": 2632,
    "citizens_female": 2784,
    "population_density": 96.0,
    "area_accumulated": 56.17,
    "citizens_accumulated": {
        "total": 5416,
        "female": 2784,
        "male": 2632
    },
    "longitude": 9.497983,
    "latitude": 47.806456,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8594/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8592/?format=api",
    "children": [],
    "zip_codes": [
        "88263"
    ]
}