Water Resources Department Monthly Fluoride Residual Data
This data set displays the monthly average fluoride residual levels captured by Water Treatment Distribution Water Operations and Water Resources Certified Laboratory. Sample are taken daily from two distribution system sample sites. The data captioned begins from January 2020 to present day.
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 \"stat-stpete/water-resources-department-monthly-fluoride-wq8v-ejey\".\"water_resources_department_monthly_fluoride\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.