Define AdministrativeDivision view set (return all)

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

{
    "id": 11979,
    "ags": "09763000",
    "name": "Kempten (Allgäu)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Kempten (Allgäu)",
    "office_zip": "87435",
    "office_street": "Rathausplatz 22",
    "office_city": "Kempten",
    "area": 63.28,
    "citizens_total": 69151,
    "citizens_male": 34932,
    "citizens_female": 34219,
    "population_density": 1093.0,
    "area_accumulated": 63.28,
    "citizens_accumulated": {
        "total": 69151,
        "female": 34219,
        "male": 34932
    },
    "longitude": 10.317823,
    "latitude": 47.724016,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11979/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11978/?format=api",
    "children": [],
    "zip_codes": [
        "87435",
        "87437",
        "87439"
    ]
}