Define AdministrativeDivision view set (return all)

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

{
    "id": 9080,
    "ags": "09181143",
    "name": "Unterdießen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Unterdießen",
    "office_zip": "86944",
    "office_street": "Bahnhofstraße 1",
    "office_city": "Fuchstal",
    "area": 12.78,
    "citizens_total": 1453,
    "citizens_male": 697,
    "citizens_female": 756,
    "population_density": 114.0,
    "area_accumulated": 12.78,
    "citizens_accumulated": {
        "total": 1453,
        "female": 756,
        "male": 697
    },
    "longitude": 10.829181,
    "latitude": 47.979931,
    "travel_name": "Ammersee-Lech",
    "travel_code": "T26",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9080/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9078/?format=api",
    "children": [],
    "zip_codes": [
        "86944"
    ]
}