Bus Stops
Tabular data of ACTION bus stops within the ACT, with addition to Suburbs, as of July 2017. <b>Please Note: the data presented in this dataset will no longer be current, it has been provided as a historical dataset only </b>
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/bus-stops-7vpw-vmgx\".\"bus_stops\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.