Define AdministrativeDivision view set (return all)

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

{
    "id": 4339,
    "ags": "06633020",
    "name": "Niestetal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Niestetal",
    "office_zip": "34266",
    "office_street": "Heiligenröder Straße 70",
    "office_city": "Niestetal",
    "area": 22.15,
    "citizens_total": 11149,
    "citizens_male": 5696,
    "citizens_female": 5453,
    "population_density": 503.0,
    "area_accumulated": 22.15,
    "citizens_accumulated": {
        "total": 11149,
        "female": 5453,
        "male": 5696
    },
    "longitude": 9.546625,
    "latitude": 51.320368,
    "travel_name": "Kassel- Land",
    "travel_code": "I01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4339/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4338/?format=api",
    "children": [],
    "zip_codes": [
        "34266"
    ]
}