A Picture 2018 - Figure 3
2016 Census of population by age, by person in the ACT.
Source: ABS 2016, Census of Population and Housing, ‘General Community Profile’, cat. no. 2001.0, Sheet G09e-f.
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/a-picture-2018-figure-3-j4t4-gsfa\".\"a_picture_2018_figure_3\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.