Cook County Clerk - Taxing Agencies with Tax Rates - 2010
This dataset is now depricated in favor of: https://datacatalog.cookcountyil.gov/Property-Taxation/Cook-County-Clerk-Tax-Agency-Rates/9sgn-ibhu. Cook county taxing agencies and their final 2010 tax rates.
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/cook-county-clerk-taxing-agencies-with-tax-rates-9sdc-hj8j\".\"cook_county_clerk_taxing_agencies_with_tax_rates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.