Define AdministrativeDivision view set (return all)

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

{
    "id": 12369,
    "ags": "09778139",
    "name": "Fellheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Fellheim",
    "office_zip": "87748",
    "office_street": "Fuggerstraße 3",
    "office_city": "Boos",
    "area": 5.07,
    "citizens_total": 1152,
    "citizens_male": 578,
    "citizens_female": 574,
    "population_density": 227.0,
    "area_accumulated": 5.07,
    "citizens_accumulated": {
        "total": 1152,
        "female": 574,
        "male": 578
    },
    "longitude": 10.151743,
    "latitude": 48.072741,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12369/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12367/?format=api",
    "children": [],
    "zip_codes": [
        "87748"
    ]
}