Define AdministrativeDivision view set (return all)

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

{
    "id": 11411,
    "ags": "09671148",
    "name": "Rothenbuch",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Rothenbuch",
    "office_zip": "63860",
    "office_street": "Schloßplatz 1",
    "office_city": "Rothenbuch",
    "area": 7.05,
    "citizens_total": 1770,
    "citizens_male": 867,
    "citizens_female": 903,
    "population_density": 251.0,
    "area_accumulated": 7.05,
    "citizens_accumulated": {
        "total": 1770,
        "female": 903,
        "male": 867
    },
    "longitude": 9.397565,
    "latitude": 49.967421,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11411/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11410/?format=api",
    "children": [],
    "zip_codes": [
        "63860",
        "97840"
    ]
}