MTA Bus Wheelchair Ramp/Lift Usage: Beginning 2017
This indicator shows the number of wheelchair ramp or lift deployments on buses each month.
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-wheelchair-ramplift-usage-beginning-2017-e2u6-bmnn\".\"mta_bus_wheelchair_ramplift_usage_beginning_2017\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.