Define AdministrativeDivision view set (return all)

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

{
    "id": 11780,
    "ags": "09677164",
    "name": "Neuendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Neuendorf",
    "office_zip": "97788",
    "office_street": "Postfach 1446",
    "office_city": "Lohr",
    "area": 9.64,
    "citizens_total": 822,
    "citizens_male": 397,
    "citizens_female": 425,
    "population_density": 85.0,
    "area_accumulated": 9.64,
    "citizens_accumulated": {
        "total": 822,
        "female": 425,
        "male": 397
    },
    "longitude": 9.645834,
    "latitude": 50.036072,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11780/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11779/?format=api",
    "children": [],
    "zip_codes": [
        "97788"
    ]
}