Wells in Connecticut
Submitted online since January 1, 2021. <a href="https://elicense.ct.gov/Lookup/OnlineReportExecute.aspx?queryIdnt=31047" target=_blank>Print a copy of an individual report</a> at https://elicense.ct.gov and click on "Public Reports". (Note: You will need the DCP Report ID, found in the 6th column of this report.)
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 \"ct-gov/wells-in-connecticut-wphv-ux6v\".\"wells_in_connecticut\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.