Postcode Lookup
List suburbs or localities that have address records in a four-digit Australian postcode. Use this for postcode-first forms, locality dropdowns, and coverage checks. address_count is dataset cardinality, not billing usage.
Authorizations
Query Parameters
Australian 4-digit postcode.
^\d{4}$"2000"
Maximum number of localities to return.
1 <= x <= 503
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.
true, false "false"
Response
Localities and address counts for the requested postcode.
Localities and address counts for an Australian postcode.
Four-digit Australian postcode. Store postcodes as strings; integer coercion can remove leading zeroes used by some Australian postcodes.
^\d{4}$"4703"
Localities that contain address records for the requested postcode, ordered by the lookup implementation.
Optional diagnostic metadata returned only when debug=true is supplied. Debug values are for support and troubleshooting, not production decision-making.