Define AdministrativeDivision view set (return all)

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

{
    "id": 9391,
    "ags": "09187174",
    "name": "Söchtenau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Söchtenau",
    "office_zip": "83139",
    "office_street": "Dorfplatz 3",
    "office_city": "Söchtenau",
    "area": 25.62,
    "citizens_total": 2677,
    "citizens_male": 1323,
    "citizens_female": 1354,
    "population_density": 104.0,
    "area_accumulated": 25.62,
    "citizens_accumulated": {
        "total": 2677,
        "female": 1354,
        "male": 1323
    },
    "longitude": 12.2295,
    "latitude": 47.931507,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9391/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9390/?format=api",
    "children": [],
    "zip_codes": [
        "83139"
    ]
}