Home / Sources / Australian Institute of Health and Welfare

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

Use it from an AI agent (MCP)

Australian Institute of Health and Welfare also ships as a free, MIT-licensed Model Context Protocol server on PyPI. It gives Claude and other agents search, describe, get_data and latest tools over AIHW data, no gateway key required.

pip install aihw-mcp

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