ausdata.io

Sources / AIHW

Australian Institute of Health and Welfare

7 curated datasets · Licensed CC-BY 3.0 AU.

List the datasets

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/datasets/aihw

Fetch data

curl -H 'Authorization: Bearer ak_your_key' \
  'https://api.ausdata.io/v1/data/aihw/HEALTH_EXPENDITURE?limit=10'

Inspect a dataset's schema

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/describe/aihw/HEALTH_EXPENDITURE

Attribution for every response is returned in meta.sources[].attribution. Reproduce it when you publish.