Condom Distribution Sites - Historical
NOTE: This program is no longer active. This dataset is only for historical reference.
The Chicago Department of Public Health is distributing condoms at several locations across the City.
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 \"cityofchicago/condom-distribution-sites-historical-azpf-uc4s\".\"condom_distribution_sites_historical\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.