Define AdministrativeDivision view set (return all)

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

{
    "id": 7916,
    "ags": "08315111",
    "name": "Sulzburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Sulzburg",
    "office_zip": "79295",
    "office_street": "Hauptstraße 60",
    "office_city": "Sulzburg",
    "area": 22.74,
    "citizens_total": 2817,
    "citizens_male": 1446,
    "citizens_female": 1371,
    "population_density": 124.0,
    "area_accumulated": 22.74,
    "citizens_accumulated": {
        "total": 2817,
        "female": 1371,
        "male": 1446
    },
    "longitude": 7.710087,
    "latitude": 47.839883,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7916/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7911/?format=api",
    "children": [],
    "zip_codes": [
        "79295"
    ]
}