A Picture 2018 - Indicator 3, Figure 9
Proportion (%) of live born babies with low birthweight by ACT resident women, 2004–15.
Source: ACT Health, Epidemiology Section, Maternal Perinatal Data Collection, unpublished data. AIHW, National Perinatal Data Collection, published data.
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-3-figure-9-rwj9-ht2q\".\"a_picture_2018_indicator_3_figure_9\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.