Public Water Supply 90th Percentiles
This information can also be found on Michigan.gov/MiLeadSafe, under the Water Supply Lead Results page.
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 \"michigan-gov/public-water-supply-90th-percentiles-39ya-9txc\".\"public_water_supply_90th_percentiles\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.