Define AdministrativeDivision view set (return all)

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

{
    "id": 13441,
    "ags": "13071163",
    "name": "Wolde",
    "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": 22.63,
    "citizens_total": 537,
    "citizens_male": 242,
    "citizens_female": 295,
    "population_density": 24.0,
    "area_accumulated": 22.63,
    "citizens_accumulated": {
        "total": 537,
        "female": 295,
        "male": 242
    },
    "longitude": 13.078258,
    "latitude": 53.678311,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13441/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13421/?format=api",
    "children": [],
    "zip_codes": [
        "17091"
    ]
}