Define AdministrativeDivision view set (return all)

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

{
    "id": 8171,
    "ags": "08335100",
    "name": "Rielasingen-Worblingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Rielasingen-Worblingen",
    "office_zip": "78239",
    "office_street": "Lessingstraße 2",
    "office_city": "Rielasingen-Worblingen",
    "area": 18.59,
    "citizens_total": 12060,
    "citizens_male": 6144,
    "citizens_female": 5916,
    "population_density": 649.0,
    "area_accumulated": 18.59,
    "citizens_accumulated": {
        "total": 12060,
        "female": 5916,
        "male": 6144
    },
    "longitude": 8.846,
    "latitude": 47.728398,
    "travel_name": "Hegau",
    "travel_code": "L73",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8171/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8167/?format=api",
    "children": [],
    "zip_codes": [
        "78239"
    ]
}