Define AdministrativeDivision view set (return all)

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

{
    "id": 9393,
    "ags": "09187176",
    "name": "Soyen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Soyen",
    "office_zip": "83564",
    "office_street": "Riedener Straße 11",
    "office_city": "Soyen",
    "area": 28.96,
    "citizens_total": 2862,
    "citizens_male": 1436,
    "citizens_female": 1426,
    "population_density": 99.0,
    "area_accumulated": 28.96,
    "citizens_accumulated": {
        "total": 2862,
        "female": 1426,
        "male": 1436
    },
    "longitude": 12.208595,
    "latitude": 48.109206,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9393/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9392/?format=api",
    "children": [],
    "zip_codes": [
        "83564"
    ]
}