Home / Endpoints / CPI by city

CPI by city

Monthly CPI annual change by capital city across the top expenditure groups.

snapshot ABS

What it answers

Where is inflation running hottest right now? This returns the ABS monthly CPI annual change by capital city across the top expenditure groups, so you can compare current price pressure across the country month by month.

Call it

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/cpi-by-city

Returns

Every response uses the same {data, meta, links} envelope:

Example response shape
{
  "data": { ... },
  "meta": {
    "endpoint": "/v1/cpi-by-city",
    "query": { ... },
    "period": { "start": "...", "end": "..." },
    "row_count": 1,
    "retrieved_at": "<ISO-8601 UTC>",
    "sources": [
      { "name": "...", "url": "...", "attribution": "..." }
    ],
    "stale": false,
    "stale_reason": null,
    "server_version": "..."
  },
  "links": { "csv": null }
}

Draws from

This signal joins data from one source. Each source page lists the underlying datasets and canonical series.

Cross-source signals join multiple sources into one response. Reliability: a signal returns current data or a clear 503; it never serves an older vintage as the current answer.

Related signals

All endpoints