Define AdministrativeDivision view set (return all)

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

{
    "id": 8241,
    "ags": "08337116",
    "name": "Wehr, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Wehr",
    "office_zip": "79664",
    "office_street": "Hauptstraße 16",
    "office_city": "Wehr",
    "area": 35.66,
    "citizens_total": 13135,
    "citizens_male": 6691,
    "citizens_female": 6444,
    "population_density": 368.0,
    "area_accumulated": 35.66,
    "citizens_accumulated": {
        "total": 13135,
        "female": 6444,
        "male": 6691
    },
    "longitude": 7.904562,
    "latitude": 47.629747,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8241/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8240/?format=api",
    "children": [],
    "zip_codes": [
        "79664"
    ]
}