Census Data for all ACT Schools
School enrolment data for all schools in the ACT. The number of enrolments in each school is reported in February and August each year. Non-Government school enrolments are only reported in February.
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/census-data-for-all-act-schools-8mi2-3658\".\"census_data_for_all_act_schools\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.