Texas Commission on Environmental Quality - Complaints
View complaints received by the TCEQ with their associated Complaint Number. The information alleged by the complainant is documented and associated to that unique number and then further investigated. Note, a complaint may be listed more than once if there are multiple associated Customer Names, Released Materials, Media, and/or Effects.
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 \"texas-gov/texas-commission-on-environmental-quality-tdzs-qqjn\".\"texas_commission_on_environmental_quality\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.