Traffic Links Stats
This dataset contains historic Link Definitions and Performance Statistics with Geometry of traffic flow. The detailed documentation is included at
https://www.data.act.gov.au/dataset/realtime-traffic/cjkg-rvmu.
Disclaimer : Even though the real-time API updates the info every 30 seconds, we only sample at every 5 minutes for historical archiving
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 \"data-act-gov-au/traffic-links-stats-jn4p-azhb\".\"traffic_links_stats\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.