A Picture - Indicator 29, Figure 33
Number of ACT young people under community-based supervision by gender, 2012–17.
Source: AIHW 2017, Youth Justice in Australia, 2016–17, Table S52b.
Note: Trend data may differ from those previously published due to data revisions.
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-indicator-29-figure-33-44db-gp6e\".\"a_picture_indicator_29_figure_33\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.