Define AdministrativeDivision view set (return all)

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

{
    "id": 8616,
    "ags": "08437088",
    "name": "Pfullendorf, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Pfullendorf",
    "office_zip": "88630",
    "office_street": "Am Kirchplatz 1",
    "office_city": "Pfullendorf",
    "area": 90.5,
    "citizens_total": 13446,
    "citizens_male": 6771,
    "citizens_female": 6675,
    "population_density": 149.0,
    "area_accumulated": 90.5,
    "citizens_accumulated": {
        "total": 13446,
        "female": 6675,
        "male": 6771
    },
    "longitude": 9.255547,
    "latitude": 47.923774,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8616/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8614/?format=api",
    "children": [],
    "zip_codes": [
        "88630"
    ]
}