LASAN: S.A.F.E. (Solvents, Automotive, Flammables, E-Waste) Centers
Items accepted include: paint and solvents; automotive fluids; cleaning products; batteries and E-waste such as computers or TVs. Unacceptable items include: business waste, ammunition, explosives, radioactive material, biological waste and bulky items such as furniture or refrigerators. By LA Sanitation.
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 \"lacity/lasan-safe-solvents-automotive-flammables-ewaste-t8kf-2y96\".\"lasan_safe_solvents_automotive_flammables_ewaste\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.