Define AdministrativeDivision view set (return all)

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

{
    "id": 12345,
    "ags": "09778196",
    "name": "Sontheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Sontheim",
    "office_zip": "87776",
    "office_street": "Hauptstraße 41",
    "office_city": "Sontheim",
    "area": 26.52,
    "citizens_total": 2698,
    "citizens_male": 1323,
    "citizens_female": 1375,
    "population_density": 102.0,
    "area_accumulated": 26.52,
    "citizens_accumulated": {
        "total": 2698,
        "female": 1375,
        "male": 1323
    },
    "longitude": 10.352914,
    "latitude": 48.008522,
    "travel_name": "Allgäu",
    "travel_code": "T21",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12345/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12344/?format=api",
    "children": [],
    "zip_codes": [
        "87776"
    ]
}