ausdata.io

Get a free key

500 calls a month. No card. Live in about a minute.

Your key is returned here and emailed to you. By creating a key you agree to the terms.

Current data or a clear 503, never a stale vintage. No credit card for the free tier.

Or do it from your terminal

curl -X POST https://api.ausdata.io/v1/register \
  -H 'Content-Type: application/json' \
  -d '{"email":"you@example.com"}'

Then make your first call

Create a key above and it drops straight into this command, ready to run.

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/series/AU.CPI.YOY/latest

New here? The docs cover auth, the response envelope, series, transforms and charts. Browse the series catalog or the endpoints.