Define AdministrativeDivision view set (return all)

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

{
    "id": 2948,
    "ags": "05358016",
    "name": "Hürtgenwald",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Hürtgenwald",
    "office_zip": "52393",
    "office_street": "August-Scholl-Straße 5",
    "office_city": "Hürtgenwald",
    "area": 88.05,
    "citizens_total": 8700,
    "citizens_male": 4304,
    "citizens_female": 4396,
    "population_density": 99.0,
    "area_accumulated": 88.05,
    "citizens_accumulated": {
        "total": 8700,
        "female": 4396,
        "male": 4304
    },
    "longitude": 6.392832,
    "latitude": 50.723394,
    "travel_name": "Eifel und Region Aachen",
    "travel_code": "H01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2948/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2947/?format=api",
    "children": [],
    "zip_codes": [
        "52393"
    ]
}