Emergency Temporary Shelters - Grievances Filed
Under <a href="https://chicityclerkelms.chicago.gov/Matter/?matterId=6DEAA6D8-D0E6-EE11-904C-001DD806E058" target="_blank">SO2024-0008386</a>, passed by City Council on 4/17/2024, the Department of Family and Support Services publishes data on the City-operated and City-funded emergency new arrivals shelters. This dataset shows grievances filed by migrants staying at the shelters, grouped by type and the two-week period filed.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"cityofchicago/emergency-temporary-shelters-grievances-filed-nuek-9zzn\".\"emergency_temporary_shelters_grievances_filed\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.