Define AdministrativeDivision view set (return all)

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

{
    "id": 2906,
    "ags": "05170048",
    "name": "Wesel, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Wesel",
    "office_zip": "46483",
    "office_street": "Klever-Tor-Platz 1",
    "office_city": "Wesel",
    "area": 122.56,
    "citizens_total": 60230,
    "citizens_male": 31085,
    "citizens_female": 29145,
    "population_density": 491.0,
    "area_accumulated": 122.56,
    "citizens_accumulated": {
        "total": 60230,
        "female": 29145,
        "male": 31085
    },
    "longitude": 6.617306,
    "latitude": 51.65733,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2906/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2905/?format=api",
    "children": [],
    "zip_codes": [
        "46483",
        "46485",
        "46487"
    ]
}