Define AdministrativeDivision view set (return all)

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

{
    "id": 8244,
    "ags": "08337127",
    "name": "Wutach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Wutach",
    "office_zip": "79879",
    "office_street": "Amtshausstraße 2",
    "office_city": "Wutach",
    "area": 30.51,
    "citizens_total": 1189,
    "citizens_male": 597,
    "citizens_female": 592,
    "population_density": 39.0,
    "area_accumulated": 30.51,
    "citizens_accumulated": {
        "total": 1189,
        "female": 592,
        "male": 597
    },
    "longitude": 8.444351,
    "latitude": 47.837555,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8244/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8242/?format=api",
    "children": [],
    "zip_codes": [
        "79879"
    ]
}