Define AdministrativeDivision view set (return all)

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

{
    "id": 7606,
    "ags": "08216029",
    "name": "Loffenau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Loffenau",
    "office_zip": "76597",
    "office_street": "Untere Dorfstraße 1",
    "office_city": "Loffenau",
    "area": 17.06,
    "citizens_total": 2491,
    "citizens_male": 1258,
    "citizens_female": 1233,
    "population_density": 146.0,
    "area_accumulated": 17.06,
    "citizens_accumulated": {
        "total": 2491,
        "female": 1233,
        "male": 1258
    },
    "longitude": 8.387066,
    "latitude": 48.773965,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7606/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7604/?format=api",
    "children": [],
    "zip_codes": [
        "76597"
    ]
}