Texas Commission on Environmental Quality - Waste Registration and Reporting Submissions
This dataset lists the incoming documents received by the Texas Commission on Environmental Quality's Registration and Reporting Section in the Office of Waste for the petroleum storage tank and industrial/hazardous waste registration programs. Use this data to determine if the Registration and Reporting Section has received a document that you sent to them and if the section has processed the document.
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-waste-p8z2-hirz\".\"texas_commission_on_environmental_quality_waste\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.