Texas Commission on Environmental Quality - Monthly Waste Receipt Summary
Information from the TCEQ monthly waste receipts summary report form submitted by receivers of hazardous and Industrial Class 1 waste. It contains the receiver's registration number, the received date, waste code, quantity received, who shipped the waste and how it was handled.
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-monthly-krzt-9qpq\".\"texas_commission_on_environmental_quality_monthly\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.