Open repository in Console
Readme
Updated 21 days ago
‧ Indexed 2 hours ago
Food Scrap Drop-Off Locations in NYC
Locations where NYC residents can drop off their food scraps to be composted. Visit https://www1.nyc.gov/assets/dsny/site/services/food-scraps-and-yard-waste-page/nyc-food-scrap-drop-off-locations for participating locations.
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 \"cityofnewyork-us/food-scrap-dropoff-locations-in-nyc-if26-z6xq\".\"food_scrap_dropoff_locations_in_nyc\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata