Define AdministrativeDivision view set (return all)

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

{
    "id": 8406,
    "ags": "08425135",
    "name": "Westerstetten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Westerstetten",
    "office_zip": "89198",
    "office_street": "Kirchstraße 3",
    "office_city": "Westerstetten",
    "area": 13.1,
    "citizens_total": 2196,
    "citizens_male": 1111,
    "citizens_female": 1085,
    "population_density": 168.0,
    "area_accumulated": 13.1,
    "citizens_accumulated": {
        "total": 2196,
        "female": 1085,
        "male": 1111
    },
    "longitude": 9.950835,
    "latitude": 48.521516,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8406/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8403/?format=api",
    "children": [],
    "zip_codes": [
        "89198"
    ]
}