List valid suburbs for a postcode
GET /api/v5/locations/postcode/{postCode}
GET
/api/v5/locations/postcode/{postCode}
Returns every valid suburb/locality for a four digit Australian postcode from the V5 database copy.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” postCode
required
Four digit Australian postcode.
string
Example
2000Four digit Australian postcode.
Responses
Section titled “ Responses ”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