Define AdministrativeDivision view set (return all)

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

{
    "id": 12294,
    "ags": "09777164",
    "name": "Rieden",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Rieden",
    "office_zip": "87668",
    "office_street": "Bahnhofstraße 7",
    "office_city": "Pforzen",
    "area": 8.41,
    "citizens_total": 1302,
    "citizens_male": 666,
    "citizens_female": 636,
    "population_density": 155.0,
    "area_accumulated": 8.41,
    "citizens_accumulated": {
        "total": 1302,
        "female": 636,
        "male": 666
    },
    "longitude": 10.646483,
    "latitude": 47.953885,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12294/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12291/?format=api",
    "children": [],
    "zip_codes": [
        "87668"
    ]
}