Define AdministrativeDivision view set (return all)

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

{
    "id": 10606,
    "ags": "09472190",
    "name": "Speichersdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Speichersdorf",
    "office_zip": "95469",
    "office_street": "Postfach 1205",
    "office_city": "Speichersdorf",
    "area": 52.91,
    "citizens_total": 5823,
    "citizens_male": 2924,
    "citizens_female": 2899,
    "population_density": 110.0,
    "area_accumulated": 52.91,
    "citizens_accumulated": {
        "total": 5823,
        "female": 2899,
        "male": 2924
    },
    "longitude": 11.784103,
    "latitude": 49.87649,
    "travel_name": "Fichtelgebirge",
    "travel_code": "T02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10606/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10605/?format=api",
    "children": [],
    "zip_codes": [
        "95469"
    ]
}