Define AdministrativeDivision view set (return all)

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

{
    "id": 11703,
    "ags": "09676140",
    "name": "Mömlingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Mömlingen",
    "office_zip": "63853",
    "office_street": "Postfach 1164",
    "office_city": "Mömlingen",
    "area": 18.45,
    "citizens_total": 4889,
    "citizens_male": 2426,
    "citizens_female": 2463,
    "population_density": 265.0,
    "area_accumulated": 18.45,
    "citizens_accumulated": {
        "total": 4889,
        "female": 2463,
        "male": 2426
    },
    "longitude": 9.083711,
    "latitude": 49.858373,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11703/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11702/?format=api",
    "children": [],
    "zip_codes": [
        "63853"
    ]
}