MTA Bridges & Tunnels Hourly Traffic Rates: Beginning 2010
This dataset provides data showing the number of vehicles (including cars, buses, trucks and motorcycles) that pass through each of the bridges and tunnels operated by the MTA each hour of the day. The data is updated weekly.
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-hourly-traffic-rates-beginning-qzve-kjga\".\"mta_bridges_tunnels_hourly_traffic_rates_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.