MTA NYCT Paratransit Max Ride Time Performance: 2018 - 2023
Max Ride Time Performance presents the percentage of trips performed with Access-A-Ride’s established max ride time standards between 2018 and 2023. This dataset is now retired as this metric can be calculated from MTA NYCT Paratransit Ride Time (https://data.ny.gov/Transportation/MTA-NYCT-Paratransit-Ride-Time-Beginning-2017/wtm4-vjm7/).
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-nyct-paratransit-max-ride-time-performance-3te2-xtd4\".\"mta_nyct_paratransit_max_ride_time_performance\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.