ny-gov/mta-accessaride-ridership-beginning-2016-fn46-66ir
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 5 hours ago

MTA Access-A-Ride Ridership: Beginning 2016

Access-A-Ride (AAR) ridership measures both total trips, the count of

trips provided to registered Access-A-Ride clients in a given month, and

total ridership, the count of personal care attendants (PCAs) and guests

who join clients on the trips.

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-accessaride-ridership-beginning-2016-fn46-66ir\".\"mta_accessaride_ridership_beginning_2016\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • mta_accessaride_ridership_beginning_2016
     
     
     
     
     
Upstream Metadata