Define AdministrativeDivision view set (return all)

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

{
    "id": 9612,
    "ags": "09271151",
    "name": "Stephansposching",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Stephansposching",
    "office_zip": "94569",
    "office_street": "Deggendorfer Straße 6",
    "office_city": "Stephansposching",
    "area": 44.64,
    "citizens_total": 3090,
    "citizens_male": 1516,
    "citizens_female": 1574,
    "population_density": 69.0,
    "area_accumulated": 44.64,
    "citizens_accumulated": {
        "total": 3090,
        "female": 1574,
        "male": 1516
    },
    "longitude": 12.802444,
    "latitude": 48.816699,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9612/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9611/?format=api",
    "children": [],
    "zip_codes": [
        "94569"
    ]
}