Velocity Individual Traffic Match Summary Data
This traffic data has been summarized to the hour for the last 180 days. See also https://data.mesaaz.gov/Planes-Trains-Automobiles/Velocity-Individual-Traffic-Match/7dbt-yfru.
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 \"citydata-mesaaz-gov/velocity-individual-traffic-match-summary-data-gahs-9p9p\".\"velocity_individual_traffic_match_summary_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.