Define AdministrativeDivision view set (return all)

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

{
    "id": 11272,
    "ags": "09575125",
    "name": "Gerhardshofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Gerhardshofen",
    "office_zip": "91466",
    "office_street": "Rosenhofstraße 6",
    "office_city": "Uehlfeld",
    "area": 27.22,
    "citizens_total": 2491,
    "citizens_male": 1236,
    "citizens_female": 1255,
    "population_density": 92.0,
    "area_accumulated": 27.22,
    "citizens_accumulated": {
        "total": 2491,
        "female": 1255,
        "male": 1236
    },
    "longitude": 10.691437,
    "latitude": 49.630671,
    "travel_name": "Steigerwald",
    "travel_code": "T14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11272/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11270/?format=api",
    "children": [],
    "zip_codes": [
        "91466"
    ]
}