{"openapi":"3.1.0","info":{"title":"Australian Bureau of Statistics API","version":"1.0.0","description":"A gateway to the official Australian Bureau of Statistics (ABS) SDMX data service. Read the latest headline Consumer Price Index, browse and search the 1,200-plus ABS statistical dataflows by id or name, and fetch the latest observations for any ABS series by its dataflow id and SDMX series key with as many recent periods as you need. Every observation carries its reference period, and values always resolve to the latest published release, so there are no dates to hard-code. Built for Australian macro research, CPI and inflation tracking, and AUD currency or rates models that need authoritative national statistics. Distinct from our OECD cross-country indicators and Statistics Canada feed: this surfaces the official ABS data service for Australia.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/abs-api","description":"oanor gateway"}],"tags":[{"name":"Indicators"},{"name":"Reference"},{"name":"Data"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/cpi":{"get":{"operationId":"get_v1_cpi","tags":["Indicators"],"summary":"Latest headline Consumer Price Index","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"unit":"index","value":101.7,"period":"2026-Q1","source":"Australian Bureau of Statistics","country":"Australia","indicator":"Consumer Price Index (All groups, weighted average of eight capital cities)"},"meta":{"timestamp":"2026-06-15T11:14:54.720Z","request_id":"8c4dda82-0b6d-4780-998a-830a9b5f0e95"},"status":"ok","message":"CPI retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/dataflows":{"get":{"operationId":"get_v1_dataflows","tags":["Reference"],"summary":"List/search ABS dataflows","description":"","parameters":[{"name":"search","in":"query","required":false,"description":"Filter by id or name","schema":{"type":"string"},"example":"consumer price"},{"name":"limit","in":"query","required":false,"description":"Max rows (1-500)","schema":{"type":"string"},"example":"100"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"count":4,"total":4,"dataflows":[{"id":"CPI","name":"Consumer Price Index (CPI)","version":"2.0.0"},{"id":"CPI_M","name":"Monthly Consumer Price Index (CPI) indicator","version":"1.2.0"},{"id":"CPI_Q","name":"Consumer Price Index (CPI) Quarterly","version":"1.0.0"},{"id":"CPI_WEIGHTS","name":"Consumer Price Index (CPI) Weights","version":"1.0.0"}]},"meta":{"timestamp":"2026-06-15T11:14:55.479Z","request_id":"b8d2bb68-3af2-4c02-974f-3f6355cbb660"},"status":"ok","message":"Dataflows retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/data":{"get":{"operationId":"get_v1_data","tags":["Data"],"summary":"Latest observations for any series","description":"","parameters":[{"name":"dataflow","in":"query","required":true,"description":"ABS dataflow id","schema":{"type":"string"},"example":"CPI"},{"name":"key","in":"query","required":true,"description":"SDMX series key","schema":{"type":"string"},"example":"1.10001.10.50.Q"},{"name":"periods","in":"query","required":false,"description":"Number of recent periods (1-60)","schema":{"type":"string"},"example":"8"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"key":"1.10001.10.50.Q","count":8,"source":"Australian Bureau of Statistics","dataflow":"CPI","observations":[{"value":101.7,"period":"2026-Q1"},{"value":100.32,"period":"2025-Q4"},{"value":99.73,"period":"2025-Q3"},{"value":98.43,"period":"2025-Q2"},{"value":97.7,"period":"2025-Q1"},{"value":96.81,"period":"2024-Q4"},{"value":96.62,"period":"2024-Q3"},{"value":96.41,"period":"2024-Q2"}]},"meta":{"timestamp":"2026-06-15T11:14:57.249Z","request_id":"f5dc2b21-78fa-4ae7-a7e4-1c462f7e47b4"},"status":"ok","message":"Data retrieved successfully","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Service metadata","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"name":"Australian Bureau of Statistics API","source":"Australian Bureau of Statistics Data API (data.api.abs.gov.au)","country":"Australia","endpoints":[{"path":"/v1/cpi","description":"Latest headline Consumer Price Index"},{"path":"/v1/dataflows","description":"List/search ABS dataflows (?search=cpi&limit=100)"},{"path":"/v1/data","description":"Latest observations for any series (?dataflow=CPI&key=1.10001.10.50.Q&periods=8)"},{"path":"/v1/meta","description":"This metadata document"}],"disclaimer":"Unofficial proxy of the public ABS Data API. Not affiliated with the Australian Bureau of Statistics. Data only; refer to the ABS for authoritative figures.","description":"A gateway to the official Australian Bureau of Statistics (ABS) SDMX data service. Read the latest headline CPI, browse and search the 1,200+ ABS statistical dataflows, and fetch the latest observations for any ABS series by its dataflow id and SDMX key. Values always resolve to the latest published period."},"meta":{"timestamp":"2026-06-15T11:14:57.358Z","request_id":"d3ef290c-9c68-4519-aa59-921120937ee3"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":2140,"rps_limit":2,"hard_limit":true},{"slug":"basic","name":"Basic","price_cents_month":1310,"monthly_call_quota":53800,"rps_limit":6,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3520,"monthly_call_quota":214000,"rps_limit":16,"hard_limit":true},{"slug":"scale","name":"Scale","price_cents_month":8040,"monthly_call_quota":904000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/abs-api"}