Define AdministrativeDivision view set (return all)

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

{
    "id": 13438,
    "ags": "13071146",
    "name": "Tützpatz",
    "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": 21.66,
    "citizens_total": 557,
    "citizens_male": 282,
    "citizens_female": 275,
    "population_density": 26.0,
    "area_accumulated": 21.66,
    "citizens_accumulated": {
        "total": 557,
        "female": 275,
        "male": 282
    },
    "longitude": 13.145769,
    "latitude": 53.72329,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13438/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13421/?format=api",
    "children": [],
    "zip_codes": [
        "17091"
    ]
}