Building and Zoning - Certificate Of Occupancy Issued - Fiscal Year 2009 through part of Fiscal Year 2011
Last Updated September 2011
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 \"datacatalog-cookcountyil-gov/building-and-zoning-certificate-of-occupancy-kp2x-jzc9\".\"building_and_zoning_certificate_of_occupancy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.