Administrative Hearings - Animal Control Violations by Law - December 1, 2010 through September 22, 2012
From the Department of Administrative Hearing, a dataset on the top 5 Animal Control Violations by ordinance.
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/administrative-hearings-animal-control-violations-g3ys-9939\".\"administrative_hearings_animal_control_violations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.