MTA NYCT Paratransit Call Center Performance: Beginning 2016
Call Center Performance is measured as the percent of calls that are answered and the average speed with which those calls are answered.
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-call-center-performance-6r5t-chrj\".\"mta_nyct_paratransit_call_center_performance\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.