Define AdministrativeDivision view set (return all)

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

{
    "id": 7951,
    "ags": "08316020",
    "name": "Kenzingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Kenzingen",
    "office_zip": "79341",
    "office_street": "Hauptstraße 15",
    "office_city": "Kenzingen",
    "area": 36.93,
    "citizens_total": 10340,
    "citizens_male": 5196,
    "citizens_female": 5144,
    "population_density": 280.0,
    "area_accumulated": 36.93,
    "citizens_accumulated": {
        "total": 10340,
        "female": 5144,
        "male": 5196
    },
    "longitude": 7.769903,
    "latitude": 48.193031,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7951/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7949/?format=api",
    "children": [],
    "zip_codes": [
        "79341"
    ]
}