Skip to main content
GET
Look up localities by postcode
Use Postcode Lookup when your input is a 4-digit postcode and you need matching localities with address counts. For examples and field notes, see the Postcode lookup guide.

Authorizations

X-Api-Key
string
header
required

Query Parameters

postcode
string
required

Australian 4-digit postcode.

Pattern: ^\d{4}$
Example:

"2000"

limit
integer
default:10

Maximum number of localities to return.

Required range: 1 <= x <= 50
Example:

3

debug
enum<string>

Optional diagnostic flag. Send exactly true or false. Invalid values are rejected; debug diagnostics are for support only and must not be used for business decisions.

Available options:
true,
false
Example:

"false"

Response

Localities and address counts for the requested postcode.

Localities and address counts for an Australian postcode.

postcode
string
required

Four-digit Australian postcode. Store postcodes as strings; integer coercion can remove leading zeroes used by some Australian postcodes.

Pattern: ^\d{4}$
Example:

"4703"

localities
object[]
required

Localities that contain address records for the requested postcode, ordered by the lookup implementation.

Example:
debug
object

Optional diagnostic metadata returned only when debug=true is supplied. Debug values are for support and troubleshooting, not production decision-making.

Example: