AIHW and ABS health data for research

Free tier fit

Health research depends on AIHW and ABS data behind interactive workbooks. We extract the underlying tables and serve them as JSON so your R or Stata workflow stays reproducible.

The friction today

  • .AIHW dashboards are not built for programmatic access.
  • .GRIM tables are split across decades and need stitching.
  • .Population denominators live in a different agency.

The workflow in 3 calls

  1. 1

    Pull GRIM mortality

    GET /v1/data/aihw/grim

    By cause and year.

  2. 2

    Add hospital activity

    GET /v1/data/aihw/hospital-activity

    Public hospital admissions.

  3. 3

    Cross-check with ABS Census

    GET /v1/data/abs/census-2021

    Population denominators.

Try it now

cURL
curl "https://api.ausdata.io/v1/data/aihw/grim?cause=Diabetes" \
  -H "Authorization: Bearer YOUR_KEY"

Right tier for health researchers

Free tier covers a typical research workflow. Move to Analyst if you run nightly refreshes.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.