Australian government data,
one call.

Inflation, rates, wages, employment, banking, energy. Official sources, one response shape, every number traceable to the agency that published it.

Paste this. No signup.

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

Returns

{
  "series_id": "AU.CPI.YOY",
  "period":    "2026-Q2",
  "value":     3.9,
  "units":     "Percent",
  "citation":  "Australian Bureau of Statistics, CPI, CC-BY 4.0"
}

That is a shared demo key, rate limited per IP. Fine for trying it. Your own key is free and takes about a minute.

Get a free key Docs 500 calls a month, no card.

Official sources: ABS · RBA · ATO · APRA · AIHW · ASIC · AEMO · WGEA · BOM

Also a Python SDK, CLI and MCP server for agents. Browse the datasets or the series catalog.