FOIA Request Log - Environment - Historical
FOIA requests received by Environment as of May 1, 2010. In 2011, the Department of Environment was merged into the Department of Public Health. See https://data.cityofchicago.org/FOIA/FOIA-Request-Log-Health/4h87-zdcp for records since that time.
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/foia-request-log-environment-historical-s7ek-ru5b\".\"foia_request_log_environment_historical\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.