Define AdministrativeDivision view set (return all)

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

{
    "id": 2767,
    "ags": "05112000",
    "name": "Duisburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Duisburg",
    "office_zip": "47051",
    "office_street": "Burgplatz 19",
    "office_city": "Duisburg",
    "area": 232.8,
    "citizens_total": 498686,
    "citizens_male": 251826,
    "citizens_female": 246860,
    "population_density": 2142.0,
    "area_accumulated": 232.8,
    "citizens_accumulated": {
        "total": 498686,
        "female": 246860,
        "male": 251826
    },
    "longitude": 6.765477,
    "latitude": 51.433259,
    "travel_name": "Niederrhein",
    "travel_code": "H02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2767/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2766/?format=api",
    "children": [],
    "zip_codes": [
        "47051",
        "47053",
        "47055",
        "47057",
        "47058",
        "47059",
        "47119",
        "47137",
        "47138",
        "47139",
        "47166",
        "47167",
        "47169",
        "47178",
        "47179",
        "47198",
        "47199",
        "47226",
        "47228",
        "47229",
        "47239",
        "47249",
        "47259",
        "47269",
        "47279"
    ]
}