ACT School Bus Services
This dataset provides details of the school bus services run by Transport Canberra within the ACT region.
Note: this dataset relates to school services which will be implemented as part of the new Transport Canberra network which will be implemented from 29/04/2019 onwards.
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/act-school-bus-services-p4rg-3jx2\".\"act_school_bus_services\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.