A Picture 2018 - Indicator 9, Table 7
ACT Public Hospitals, top 25 diagnoses for hospital admission by volume, persons
aged 14 years or less, 2016–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-9-table-7-g4d7-pes5\".\"a_picture_2018_indicator_9_table_7\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.