Recycled Commodities and Waste Streams: Beginning 2008
Tonnage of recycled commodities by commodity and fiscal year for Office of General Services (OGS) operated facilities; tonnage of recycled commodities by Region; percentage of waste stream reduction.
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 \"ny-gov/recycled-commodities-and-waste-streams-beginning-cqfk-4aw6\".\"recycled_commodities_and_waste_streams_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.