Define AdministrativeDivision view set (return all)

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

{
    "id": 9365,
    "ags": "09187142",
    "name": "Schechen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Schechen",
    "office_zip": "83135",
    "office_street": "Rosenheimer Straße 13",
    "office_city": "Schechen",
    "area": 31.53,
    "citizens_total": 5018,
    "citizens_male": 2458,
    "citizens_female": 2560,
    "population_density": 159.0,
    "area_accumulated": 31.53,
    "citizens_accumulated": {
        "total": 5018,
        "female": 2560,
        "male": 2458
    },
    "longitude": 12.123345,
    "latitude": 47.929188,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9365/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9364/?format=api",
    "children": [],
    "zip_codes": [
        "83135"
    ]
}