Define AdministrativeDivision view set (return all)

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

{
    "id": 7971,
    "ags": "08317051",
    "name": "Hornberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Hornberg",
    "office_zip": "78132",
    "office_street": "Bahnhofstraße 1-3",
    "office_city": "Hornberg",
    "area": 54.45,
    "citizens_total": 4274,
    "citizens_male": 2144,
    "citizens_female": 2130,
    "population_density": 78.0,
    "area_accumulated": 54.45,
    "citizens_accumulated": {
        "total": 4274,
        "female": 2130,
        "male": 2144
    },
    "longitude": 8.229573,
    "latitude": 48.212461,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7971/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7970/?format=api",
    "children": [],
    "zip_codes": [
        "78132"
    ]
}