Define AdministrativeDivision view set (return all)

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

{
    "id": 7609,
    "ags": "08216023",
    "name": "Iffezheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Iffezheim",
    "office_zip": "76473",
    "office_street": "Hauptstraße 54",
    "office_city": "Iffezheim",
    "area": 19.91,
    "citizens_total": 5184,
    "citizens_male": 2592,
    "citizens_female": 2592,
    "population_density": 260.0,
    "area_accumulated": 19.91,
    "citizens_accumulated": {
        "total": 5184,
        "female": 2592,
        "male": 2592
    },
    "longitude": 8.140588,
    "latitude": 48.822716,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7609/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7608/?format=api",
    "children": [],
    "zip_codes": [
        "76473"
    ]
}