Define AdministrativeDivision view set (return all)

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

{
    "id": 13434,
    "ags": "13071081",
    "name": "Kriesow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Treptower Tollensewinkel",
    "office_zip": "17091",
    "office_street": "Rathausstraße 1",
    "office_city": "Altentreptow",
    "area": 19.75,
    "citizens_total": 301,
    "citizens_male": 144,
    "citizens_female": 157,
    "population_density": 15.0,
    "area_accumulated": 19.75,
    "citizens_accumulated": {
        "total": 301,
        "female": 157,
        "male": 144
    },
    "longitude": 13.050701,
    "latitude": 53.733707,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13434/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13421/?format=api",
    "children": [],
    "zip_codes": [
        "17091"
    ]
}