Define AdministrativeDivision view set (return all)

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

{
    "id": 12260,
    "ags": "09776118",
    "name": "Maierhöfen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Maierhöfen",
    "office_zip": "88167",
    "office_street": "Mühlenstraße 1",
    "office_city": "Röthenbach",
    "area": 17.93,
    "citizens_total": 1611,
    "citizens_male": 763,
    "citizens_female": 848,
    "population_density": 90.0,
    "area_accumulated": 17.93,
    "citizens_accumulated": {
        "total": 1611,
        "female": 848,
        "male": 763
    },
    "longitude": 10.050338,
    "latitude": 47.65296,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12260/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12257/?format=api",
    "children": [],
    "zip_codes": [
        "88167"
    ]
}