Define AdministrativeDivision view set (return all)

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

{
    "id": 2791,
    "ags": "05124000",
    "name": "Wuppertal, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Wuppertal",
    "office_zip": "42275",
    "office_street": "Johannes-Rau-Platz 1",
    "office_city": "Wuppertal",
    "area": 168.39,
    "citizens_total": 355100,
    "citizens_male": 180967,
    "citizens_female": 174133,
    "population_density": 2109.0,
    "area_accumulated": 168.39,
    "citizens_accumulated": {
        "total": 355100,
        "female": 174133,
        "male": 180967
    },
    "longitude": 7.195874,
    "latitude": 51.271288,
    "travel_name": "Bergisches Städtedreieck",
    "travel_code": "H12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2791/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2790/?format=api",
    "children": [],
    "zip_codes": [
        "42103",
        "42105",
        "42107",
        "42109",
        "42111",
        "42113",
        "42115",
        "42117",
        "42119",
        "42275",
        "42277",
        "42279",
        "42281",
        "42283",
        "42285",
        "42287",
        "42289",
        "42327",
        "42329",
        "42349",
        "42369",
        "42389",
        "42399"
    ]
}