Define AdministrativeDivision view set (return all)

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

{
    "id": 13433,
    "ags": "13071059",
    "name": "Gültz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Treptower Tollensewinkel",
    "office_zip": "17089",
    "office_street": "Rathausstraße 1",
    "office_city": "Altentreptow",
    "area": 23.69,
    "citizens_total": 510,
    "citizens_male": 248,
    "citizens_female": 262,
    "population_density": 22.0,
    "area_accumulated": 23.69,
    "citizens_accumulated": {
        "total": 510,
        "female": 262,
        "male": 248
    },
    "longitude": 13.185195,
    "latitude": 53.750087,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13433/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13421/?format=api",
    "children": [],
    "zip_codes": [
        "17089"
    ]
}