(To be retired) Vehicle Battery Registration
This dataset will be used for entities to register as venicle battery recyclers with the Washington State Department of Ecology.
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 \"wa-gov/to-be-retired-vehicle-battery-registration-we9k-a58y\".\"to_be_retired_vehicle_battery_registration\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.