Define AdministrativeDivision view set (return all)

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

{
    "id": 2782,
    "ags": "05119000",
    "name": "Oberhausen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Kreisfreie Stadt Oberhausen",
    "office_zip": "46045",
    "office_street": "Schwartzstraße 72",
    "office_city": "Oberhausen",
    "area": 77.09,
    "citizens_total": 210764,
    "citizens_male": 107195,
    "citizens_female": 103569,
    "population_density": 2734.0,
    "area_accumulated": 77.09,
    "citizens_accumulated": {
        "total": 210764,
        "female": 103569,
        "male": 107195
    },
    "longitude": 6.852291,
    "latitude": 51.470317,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2782/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2781/?format=api",
    "children": [],
    "zip_codes": [
        "46045",
        "46047",
        "46049",
        "46117",
        "46119",
        "46145",
        "46147",
        "46149"
    ]
}