---
title: "Demographics API"
method: GET
path: "/v2/demographics/{state}/{suburb}/{postcode}"
tags: ["Demographics"]
---

# Demographics API

`GET /v2/demographics/{state}/{suburb}/{postcode}`

Search for demographics in a given geographic level.

## Path parameters

- `state` string, required
- `suburb` string, required
- `postcode` string, required

## Query parameters

- `year` 2011 | 2016 | 2021
- `types` string

## Response `200`

Historical data returned

- DemographicsResponse
  - `demographics` object[]
    - `type` string
    - `total` integer
    - `year` integer
    - `items` object[]
      - `label` string
      - `value` integer
      - `composition` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/versions/24ab78aba827/schema)
