MTA Subway Terminal On-Time Performance: Beginning 2020
Terminal On-Time Performance measures the percentage of trains arriving at their destination terminals as scheduled. This dataset covers data from 2020 and on. For data between 2015 and 2019, use dataset https://data.ny.gov/Transportation/MTA-Subway-Terminal-On-Time-Performance-2015-2019/f6rf-2a3t.
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-terminal-ontime-performance-beginning-vtvh-gimj\".\"mta_subway_terminal_ontime_performance_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.