FOIA Request Log - Zoning and Land Use Planning - Historical
FOIA requests received by Zoning and Land Use Planning from May 1, 2010-December 31, 2010; For requests made after January 1, 2011, please see Housing & Economic Development FOIA Request Log at https://data.cityofchicago.org/Government/FOIA-Request-Log-Housing-And-Economic-Development/5ztz-espx
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-zoning-and-land-use-planning-2nra-kpzu\".\"foia_request_log_zoning_and_land_use_planning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.