Suburb - Finder
Finder scope regions
GET
/v1/suburbs/finder/regions0¢ per callSA4 regions grouped by state — the values accepted by states /
regions on search. 0c.
Price: 0¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Query parameters
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
RegionsResponsefields returned to you
regionsobjectalways returned`{state: [sa4, ...]}` — pass a state to `states` and/or an SA4 to `regions`.
GET
/v1/suburbs/finder/regionscURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/finder/regions' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"regions": {
"NSW": [
"Sydney - City and Inner South",
"Newcastle and Lake Macquarie"
]
}
}
}Successful Response200
application/json
