Skip to content

List valid suburbs for a postcode

GET
/api/v5/locations/postcode/{postCode}

Returns every valid suburb/locality for a four digit Australian postcode from the V5 database copy.

postCode
required

Four digit Australian postcode.

string
/^\d{4}$/
Example
2000

Four digit Australian postcode.

Locations by postcode response

object
locations
required

Suburbs matching the supplied postcode.

Array<object>
object
locality
required

Suburb or town name.

string
postcode
required

Postal code for the locality (4-digit for Australia).

string
state
required

State or territory code (e.g. NSW, VIC, QLD).

string