Define AdministrativeDivision view set (return all)

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

{
    "id": 11750,
    "ags": "09677155",
    "name": "Lohr a.Main, St",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Lohr a.Main",
    "office_zip": "97816",
    "office_street": "Postfach 1363",
    "office_city": "Lohr",
    "area": 90.42,
    "citizens_total": 15189,
    "citizens_male": 7676,
    "citizens_female": 7513,
    "population_density": 168.0,
    "area_accumulated": 90.42,
    "citizens_accumulated": {
        "total": 15189,
        "female": 7513,
        "male": 7676
    },
    "longitude": 9.575872,
    "latitude": 49.993219,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11750/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11749/?format=api",
    "children": [],
    "zip_codes": [
        "97816"
    ]
}