AIHW and ABS health data for research
Free tier fitHealth 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
Pull GRIM mortality
GET /v1/data/aihw/grimBy cause and year.
- 2
Add hospital activity
GET /v1/data/aihw/hospital-activityPublic hospital admissions.
- 3
Cross-check with ABS Census
GET /v1/data/abs/census-2021Population 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.
Related
500 free calls per month. No credit card.