Define AdministrativeDivision view set (return all)

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

{
    "id": 11679,
    "ags": "09676118",
    "name": "Dorfprozelten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Dorfprozelten",
    "office_zip": "97904",
    "office_street": "Schulgasse 2",
    "office_city": "Dorfprozelten",
    "area": 11.33,
    "citizens_total": 1770,
    "citizens_male": 858,
    "citizens_female": 912,
    "population_density": 156.0,
    "area_accumulated": 11.33,
    "citizens_accumulated": {
        "total": 1770,
        "female": 912,
        "male": 858
    },
    "longitude": 9.380231,
    "latitude": 49.778692,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11679/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11678/?format=api",
    "children": [],
    "zip_codes": [
        "97904"
    ]
}