Define AdministrativeDivision view set (return all)

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

{
    "id": 4415,
    "ags": "06635001",
    "name": "Allendorf (Eder)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindevorstand der Gemeinde Allendorf (Eder)",
    "office_zip": "35108",
    "office_street": "Schulstraße 5",
    "office_city": "Allendorf",
    "area": 41.79,
    "citizens_total": 5581,
    "citizens_male": 2819,
    "citizens_female": 2762,
    "population_density": 134.0,
    "area_accumulated": 41.79,
    "citizens_accumulated": {
        "total": 5581,
        "female": 2762,
        "male": 2819
    },
    "longitude": 8.670062,
    "latitude": 51.026336,
    "travel_name": "Waldecker Land",
    "travel_code": "I02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4415/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4414/?format=api",
    "children": [],
    "zip_codes": [
        "35108"
    ]
}