MTA Bus Weekday Pull Out Performance: Beginning 2015
Weekday Pull Out Performance is a monthly legacy service performance metric that indicates the percent of required buses and operators available in the AM and PM peak periods.
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-bus-weekday-pull-out-performance-beginning-7nhx-5bmg\".\"mta_bus_weekday_pull_out_performance_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.