Define AdministrativeDivision view set (return all)

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

{
    "id": 12487,
    "ags": "09780122",
    "name": "Haldenwang",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Haldenwang",
    "office_zip": "87490",
    "office_street": "Römerstraße 3",
    "office_city": "Haldenwang",
    "area": 26.69,
    "citizens_total": 3814,
    "citizens_male": 1849,
    "citizens_female": 1965,
    "population_density": 143.0,
    "area_accumulated": 26.69,
    "citizens_accumulated": {
        "total": 3814,
        "female": 1965,
        "male": 1849
    },
    "longitude": 10.346413,
    "latitude": 47.80179,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12487/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12486/?format=api",
    "children": [],
    "zip_codes": [
        "87490"
    ]
}