Define AdministrativeDivision view set (return all)

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

{
    "id": 3610,
    "ags": "05978040",
    "name": "Werne, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Werne",
    "office_zip": "59368",
    "office_street": "Konrad-Adenauer-Platz 1",
    "office_city": "Werne",
    "area": 76.14,
    "citizens_total": 29717,
    "citizens_male": 15391,
    "citizens_female": 14326,
    "population_density": 390.0,
    "area_accumulated": 76.14,
    "citizens_accumulated": {
        "total": 29717,
        "female": 14326,
        "male": 15391
    },
    "longitude": 7.635119,
    "latitude": 51.663179,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3610/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3609/?format=api",
    "children": [],
    "zip_codes": [
        "59368"
    ]
}