A Picture 2018 - Indicator 26, Figure 27
Proportion (%) of overweight or obese young people aged 18–24 years, ACT and
Australia, 2007–08, 2011–12 and 2014–15.
Source: ABS, National Health Survey, 2007–15
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-26-figure-27-uu52-u7qv\".\"a_picture_2018_indicator_26_figure_27\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.