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