ACT Funded Qualifications Nominated By RTOs Delivering 2017
Skills Canberra is responsible and accountable for the provision of strategic advice and overall management of vocational education and training (VET). Skills Canberra also manages Commonwealth and ACT funding directed to VET programs in the ACT. This includes administering territory and national funds for a variety of programs addressing skills development for entry level and existing workers, as well as adult community education. The VET system in the ACT responds to the demands and requirements of industry and the community.
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-funded-qualifications-nominated-by-rtos-3zva-vmns\".\"act_funded_qualifications_nominated_by_rtos\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.