Define AdministrativeDivision view set (return all)

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

{
    "id": 12372,
    "ags": "09778188",
    "name": "Pleß",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Pleß",
    "office_zip": "87773",
    "office_street": "Fuggerstraße 3",
    "office_city": "Boos",
    "area": 15.39,
    "citizens_total": 859,
    "citizens_male": 413,
    "citizens_female": 446,
    "population_density": 56.0,
    "area_accumulated": 15.39,
    "citizens_accumulated": {
        "total": 859,
        "female": 446,
        "male": 413
    },
    "longitude": 10.150899,
    "latitude": 48.093359,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12372/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12367/?format=api",
    "children": [],
    "zip_codes": [
        "87773"
    ]
}