Animal Control - Species By Color - Fiscal Year 2010
Species by color for fiscal year 2010,
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/animal-control-species-by-color-fiscal-year-2010-www7-vy6v\".\"animal_control_species_by_color_fiscal_year_2010\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.