For the complete documentation index, see llms.txt. This page is also available as Markdown.

Suburb Lookup

Typeahead service for Searching for Suburbs and Postcodes

Suburb lookup

get
Authorizations
AuthorizationstringRequired
Query parameters
countrystringRequired

country/region ISO2 code

Example: AU
sourceOfTruthstringOptional

optional source of truth for certain country/region

Example: GNAF
statestringOptional

state that narrrows down the search

Example: NSW
localitystringRequired

search input for suburb, locality or postcode

Example: syd 2000
featureOptionsstringOptional

feature options

Example: exposeAttributes:1
Responses
200

OK

application/json
statusstring · enumOptionalPossible values:
messagesstring[]Optional
get/rest/v2/suburb/find
200

OK

Resource URL

    GET    https://hosted.mastersoftgroup.com/harmony/rest/v2/suburb/find?country=AU&locality=XXXX&

Required Parameters

Name
Description
Type

country*

country/region ISO2 code

string

locality*

search input for suburb, locality or postcode

string

Resource URL with optional parameters

Optional Parameters

Name
Description
Type

featureOptions

Set featureOptions

string

sourceOfTruth

Set source of truth for certain country/region

string

state

Filter to a particular State

string

Response AU

The response body is a JSON object. The following is an example:

Response NZ

The response body is a JSON object. The following is an example:

Last updated