Define AdministrativeDivision view set (return all)

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

{
    "id": 8554,
    "ags": "08436094",
    "name": "Argenbühl",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Argenbühl",
    "office_zip": "88260",
    "office_street": "Kirchstraße 9",
    "office_city": "Argenbühl",
    "area": 76.42,
    "citizens_total": 6569,
    "citizens_male": 3243,
    "citizens_female": 3326,
    "population_density": 86.0,
    "area_accumulated": 76.42,
    "citizens_accumulated": {
        "total": 6569,
        "female": 3326,
        "male": 3243
    },
    "longitude": 9.959372,
    "latitude": 47.688159,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8554/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8553/?format=api",
    "children": [],
    "zip_codes": [
        "88260"
    ]
}