SA4 - Profile
List SA4s
GET
/v1/sa4/list3¢ per callAll Australian SA4s. Optional ?state= filter. Returns
{sa4, state} per row. Flat cost.
Price: 3¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Query parameters
statestringoptionalFilter by state / territory. Optional — ~110 SA4s nationally.
Responses
Successful Response
application/json
list[Sa4ListItem]fields returned to you
Array of:
sa4stringalways returnedSA4 name.
statestringalways returnedState / Territory abbreviation (NSW, VIC, ...).
GET
/v1/sa4/listcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/sa4/list' \
--header 'Authorization: Bearer test'Example Responses
{
"data": [
{
"sa4": "Newcastle and Lake Macquarie",
"state": "NSW"
}
]
}Successful Response200
application/json
