MTA Bridges & Tunnels Daily E-ZPass Usage Rate by Vehicle Class: 2005-2023
This dataset provides data showing the number of vehicles (including cars, buses, trucks and motorcycles) using E-ZPass that pass through each of the nine bridges and tunnels operated by the MTA each day.
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-bridges-tunnels-daily-ezpass-usage-rate-by-vf6y-3my4\".\"mta_bridges_tunnels_daily_ezpass_usage_rate_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.