Define AdministrativeDivision view set (return all)

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

{
    "id": 11403,
    "ags": "09671136",
    "name": "Kleinostheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Kleinostheim",
    "office_zip": "63801",
    "office_street": "Postfach 1110",
    "office_city": "Kleinostheim",
    "area": 13.89,
    "citizens_total": 8206,
    "citizens_male": 4122,
    "citizens_female": 4084,
    "population_density": 591.0,
    "area_accumulated": 13.89,
    "citizens_accumulated": {
        "total": 8206,
        "female": 4084,
        "male": 4122
    },
    "longitude": 9.062952,
    "latitude": 49.99941,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11403/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11402/?format=api",
    "children": [],
    "zip_codes": [
        "63801"
    ]
}