A Picture 2018 - Indicator 3, Table 4
Proportion (%) of live born babies with low birthweight by ACT maternal
Aboriginal and Torres Strait Islander status, 2004–06 to 2013–15.
Note: Includes live born babies born in the ACT to ACT resident women.
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-table-4-335x-f99m\".\"a_picture_2018_indicator_3_table_4\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.