Define AdministrativeDivision view set (return all)

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

{
    "id": 8543,
    "ags": "08435059",
    "name": "Überlingen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Überlingen",
    "office_zip": "88662",
    "office_street": "Münsterstraße 15 - 17",
    "office_city": "Überlingen",
    "area": 58.63,
    "citizens_total": 22475,
    "citizens_male": 11952,
    "citizens_female": 10523,
    "population_density": 383.0,
    "area_accumulated": 58.63,
    "citizens_accumulated": {
        "total": 22475,
        "female": 10523,
        "male": 11952
    },
    "longitude": 9.159266,
    "latitude": 47.768547,
    "travel_name": "Bodensee",
    "travel_code": "L72",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8543/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8540/?format=api",
    "children": [],
    "zip_codes": [
        "88662"
    ]
}