Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 months ago
Cook County Municipalities with City Hall Addresses and URLs
Cook County is home to over 130 municipalities. Our list gives each one along with the City Hall Address and URL.
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-municipalities-with-city-hall-ybvh-5bzv\".\"cook_county_municipalities_with_city_hall\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.