Building and Zoning - Violations Issued - 2005 through part of 2011
Violations issued by Townships. Data from 2005 through part of 2011. Data 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-violations-issued-2005-through-z2s8-vdru\".\"building_and_zoning_violations_issued_2005_through\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.