Define AdministrativeDivision view set (return all)

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

{
    "id": 11621,
    "ags": "09674121",
    "name": "Burgpreppach, M",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 60,
    "division_type_name": "Markt",
    "office_name": "Markt Burgpreppach",
    "office_zip": "97496",
    "office_street": "Obere Sennigstraße 4",
    "office_city": "Hofheim",
    "area": 38.76,
    "citizens_total": 1349,
    "citizens_male": 675,
    "citizens_female": 674,
    "population_density": 35.0,
    "area_accumulated": 38.76,
    "citizens_accumulated": {
        "total": 1349,
        "female": 674,
        "male": 675
    },
    "longitude": 10.648428,
    "latitude": 50.140945,
    "travel_name": "Haßberge",
    "travel_code": "T08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11621/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11618/?format=api",
    "children": [],
    "zip_codes": [
        "97496"
    ]
}