Define AdministrativeDivision view set (return all)

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

{
    "id": 11854,
    "ags": "09678124",
    "name": "Donnersdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Donnersdorf",
    "office_zip": "97499",
    "office_street": "Postfach 1180",
    "office_city": "Gerolzhofen",
    "area": 26.97,
    "citizens_total": 1971,
    "citizens_male": 941,
    "citizens_female": 1030,
    "population_density": 73.0,
    "area_accumulated": 26.97,
    "citizens_accumulated": {
        "total": 1971,
        "female": 1030,
        "male": 941
    },
    "longitude": 10.417671,
    "latitude": 49.969906,
    "travel_name": "Steigerwald",
    "travel_code": "T14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11854/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11852/?format=api",
    "children": [],
    "zip_codes": [
        "97499"
    ]
}