Define AdministrativeDivision view set (return all)

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

{
    "id": 7558,
    "ags": "08215108",
    "name": "Rheinstetten, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Rheinstetten",
    "office_zip": "76287",
    "office_street": "Rappenwörthstraße 49",
    "office_city": "Rheinstetten",
    "area": 32.31,
    "citizens_total": 20206,
    "citizens_male": 10350,
    "citizens_female": 9856,
    "population_density": 625.0,
    "area_accumulated": 32.31,
    "citizens_accumulated": {
        "total": 20206,
        "female": 9856,
        "male": 10350
    },
    "longitude": 8.292901,
    "latitude": 48.959096,
    "travel_name": "Nördlicher Schwarzwald",
    "travel_code": "L11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7558/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7557/?format=api",
    "children": [],
    "zip_codes": [
        "76287"
    ]
}