Define AdministrativeDivision view set (return all)

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

{
    "id": 8573,
    "ags": "08436069",
    "name": "Schlier",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Schlier",
    "office_zip": "88281",
    "office_street": "Rathausstraße 10",
    "office_city": "Schlier",
    "area": 32.6,
    "citizens_total": 3886,
    "citizens_male": 1926,
    "citizens_female": 1960,
    "population_density": 119.0,
    "area_accumulated": 32.6,
    "citizens_accumulated": {
        "total": 3886,
        "female": 1960,
        "male": 1926
    },
    "longitude": 9.674581,
    "latitude": 47.770627,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8573/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8570/?format=api",
    "children": [],
    "zip_codes": [
        "88281"
    ]
}