Define AdministrativeDivision view set (return all)

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

{
    "id": 9534,
    "ags": "09190142",
    "name": "Polling",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Polling",
    "office_zip": "82398",
    "office_street": "Kirchplatz 11",
    "office_city": "Polling",
    "area": 29.2,
    "citizens_total": 3539,
    "citizens_male": 1782,
    "citizens_female": 1757,
    "population_density": 121.0,
    "area_accumulated": 29.2,
    "citizens_accumulated": {
        "total": 3539,
        "female": 1757,
        "male": 1782
    },
    "longitude": 11.133084,
    "latitude": 47.811428,
    "travel_name": "Pfaffenwinkel",
    "travel_code": "T28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9534/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9533/?format=api",
    "children": [],
    "zip_codes": [
        "82398"
    ]
}