ABS NHS 2018 - Overweight and obesity
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/abs-nhs-2018-overweight-and-obesity-jn3h-448e\".\"abs_nhs_2018_overweight_and_obesity\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.