Pick your starting point.

9 government sources39 curated series100.0% uptime (30d)~0.2s warm responseFree tier, no card

Economists and analysts

GET /v1/real-rate-regime
curl -H "Authorization: Bearer $AUSDATA_KEY" \
  "https://api.ausdata.io/v1/real-rate-regime?start_period=2020-Q1"
See the workflow

Journalists and newsletter writers

GET /v1/cpi-by-city
curl -H "Authorization: Bearer $AUSDATA_KEY" \
  https://api.ausdata.io/v1/cpi-by-city \
  | jq '.data'
See the workflow

MCP builders and AI agents

npx ausdata-mcp
npx ausdata-mcp
# add to claude_desktop_config.json, then ask:
#   "what's the current cash rate?"
See the workflow

Fintech and SaaS embedders

POST /v1/webhooks
curl -X POST https://api.ausdata.io/v1/webhooks \
  -H "Authorization: Bearer $AUSDATA_KEY" \
  -d '{"url":"https://you.app/hook","events":["abs.cpi.release"]}'
See the workflow