Define AdministrativeDivision view set (return all)

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

{
    "id": 2779,
    "ags": "05117000",
    "name": "Mülheim an der Ruhr, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Mülheim an der Ruhr",
    "office_zip": "45468",
    "office_street": "Am Rathaus 1",
    "office_city": "Mülheim",
    "area": 91.28,
    "citizens_total": 170632,
    "citizens_male": 88390,
    "citizens_female": 82242,
    "population_density": 1869.0,
    "area_accumulated": 91.28,
    "citizens_accumulated": {
        "total": 170632,
        "female": 82242,
        "male": 88390
    },
    "longitude": 6.88505,
    "latitude": 51.428107,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2779/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2778/?format=api",
    "children": [],
    "zip_codes": [
        "45468",
        "45470",
        "45472",
        "45473",
        "45475",
        "45476",
        "45478",
        "45479",
        "45481"
    ]
}