Define AdministrativeDivision view set (return all)

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

{
    "id": 3454,
    "ags": "05954012",
    "name": "Gevelsberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Gevelsberg",
    "office_zip": "58285",
    "office_street": "Rathausplatz 1",
    "office_city": "Gevelsberg",
    "area": 26.34,
    "citizens_total": 30701,
    "citizens_male": 15805,
    "citizens_female": 14896,
    "population_density": 1166.0,
    "area_accumulated": 26.34,
    "citizens_accumulated": {
        "total": 30701,
        "female": 14896,
        "male": 15805
    },
    "longitude": 7.337464,
    "latitude": 51.324271,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3454/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3453/?format=api",
    "children": [],
    "zip_codes": [
        "58285"
    ]
}