MTA Subway Accessible Station Platform Availability: Beginning 2018
This indicator reflects the percentage of time during each month that the average platform at accessible stations is available to passengers who need step-free access.
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-accessible-station-platform-thh2-syn7\".\"mta_subway_accessible_station_platform\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.