Port Authority Trans-Hudson Corporation (PATH) Average Weekday and Weekend Ridership: Beginning 1996
PATH System average weekday and weekend linked passenger trips, by month beginning 1996 through current year period. Trips are based on station turnstile entry counts for weekdays and weekends operating under normal weekday schedule (excludes holidays).
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/port-authority-transhudson-corporation-path-p7e4-ipty\".\"port_authority_transhudson_corporation_path\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.