MTA Subway and Bus Vandalism: Beginning 2021
This dataset reflects the monthly number of units vandalized for select elements of the subway and bus system.
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/mta-subway-and-bus-vandalism-beginning-2021-23fs-vfbd\".\"mta_subway_and_bus_vandalism_beginning_2021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.