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

# GET /suburbs/{suburbId}

`GET /suburbs/{suburbId}`

Get the basic suburb information

## Path parameters

- `suburbId` string, required

## Response `200`

successful operation

- Suburb
  - `id` string
  - `suburbName` string
  - `postcode` integer
  - `state` string
  - `disclaimer` string
  - `messages` Message[]
    - `code` integer
    - `text` string
  - `_self` 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/b5fd7794c799/schema)
