Define AdministrativeDivision view set (return all)

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

{
    "id": 8477,
    "ags": "08426071",
    "name": "Maselheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Maselheim",
    "office_zip": "88437",
    "office_street": "Wennedacher Straße 5",
    "office_city": "Maselheim",
    "area": 47.02,
    "citizens_total": 4620,
    "citizens_male": 2236,
    "citizens_female": 2384,
    "population_density": 98.0,
    "area_accumulated": 47.02,
    "citizens_accumulated": {
        "total": 4620,
        "female": 2384,
        "male": 2236
    },
    "longitude": 9.883935,
    "latitude": 48.13449,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8477/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8472/?format=api",
    "children": [],
    "zip_codes": [
        "88437"
    ]
}