---
title: "GET /suburbs/{suburbId}/demographics"
method: GET
path: "/suburbs/{suburbId}/demographics"
tags: ["suburbs"]
---

# GET /suburbs/{suburbId}/demographics

`GET /suburbs/{suburbId}/demographics`

## Path parameters

- `suburbId` string, required

## Response `200`

successful operation

- Demographics
  - `censusTopics` CensusTopic[]
    - `topic` string
    - `title` string
    - `total` integer
    - `year` integer
    - `data` CensusValue[]
      - `category` string
      - `count` integer
  - `disclaimer` string
  - `messages` Message[]
    - `code` integer
    - `text` string

---

[API](https://skmtc.net/pricefinder/apis/pricefinder-api-v1-13-1.md) · [All operations](https://skmtc.net/pricefinder/apis/pricefinder-api-v1-13-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefinder/pricefinder-api-v1-13-1/revisions/10efa1470b1d/schema)
