A Picture 2018 - Indicator 7, Figure 13
Proportion (%) of ACT children aged 60–63 months fully immunised, ACT and
Australia, 2010–17.
Source: Australian Government Department of Health historical coverage data tables for all children, 2010–17.
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-7-figure-13-s76k-yv2k\".\"a_picture_2018_indicator_7_figure_13\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.