MTA Subway Major Incidents: 2015-2019
Major Incidents are unplanned incidents that delay 50 or more trains, which cause the most disruption to customers. This dataset covers data between 2015 and 2019. For data from 2020 on, use dataset https://data.ny.gov/Transportation/MTA-Subway-Major-Incidents-Beginning-2020/j6d2-s8m2.
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-major-incidents-20152019-ereg-mcvp\".\"mta_subway_major_incidents_20152019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.