Define AdministrativeDivision view set (return all)

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

{
    "id": 8596,
    "ags": "08436087",
    "name": "Wolpertswende",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Wolpertswende",
    "office_zip": "88284",
    "office_street": "Kirchplatz 4",
    "office_city": "Wolpertswende",
    "area": 26.35,
    "citizens_total": 4191,
    "citizens_male": 2058,
    "citizens_female": 2133,
    "population_density": 159.0,
    "area_accumulated": 26.35,
    "citizens_accumulated": {
        "total": 4191,
        "female": 2133,
        "male": 2058
    },
    "longitude": 9.613345,
    "latitude": 47.895287,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8596/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8595/?format=api",
    "children": [],
    "zip_codes": [
        "88284"
    ]
}