Define AdministrativeDivision view set (return all)

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

{
    "id": 7904,
    "ags": "08315043",
    "name": "Gottenheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Gottenheim",
    "office_zip": "79288",
    "office_street": "Hauptstraße 25",
    "office_city": "Gottenheim",
    "area": 8.75,
    "citizens_total": 2912,
    "citizens_male": 1480,
    "citizens_female": 1432,
    "population_density": 333.0,
    "area_accumulated": 8.75,
    "citizens_accumulated": {
        "total": 2912,
        "female": 1432,
        "male": 1480
    },
    "longitude": 7.728669,
    "latitude": 48.050063,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7904/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7901/?format=api",
    "children": [],
    "zip_codes": [
        "79288"
    ]
}