A Picture 2018 - Indicator 25, Figure 24
Unemployment rate (%) for ACT young people aged 15–24 years and not attending
full-time education (12-month moving average) and for people aged 15 years and
above (trend), 2013–18.
Source: ABS cat. no. 6202.0; 6291.0.55.001 and ACT Treasury’s calculation.
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-indicator-25-figure-24-23b9-j9ha\".\"a_picture_2018_indicator_25_figure_24\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.