Cost of living

CPI by capital city across the top expenditure groups.

snapshot ABS

What it answers

How does the cost of living compare across Australian capital cities? This returns ABS CPI by capital city across the top expenditure groups in one snapshot, rather than stitching together separate city series.

Call it

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/cost-of-living

Returns

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

Example response shape
{
  "data": { ... },
  "meta": {
    "endpoint": "/v1/cost-of-living",
    "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: current data when sources are up; cached fallbacks set stale: true with stale_reason; otherwise a clear 503.

Related signals

All endpoints