SA4 - Profile
ABS geo profile
GET
/v1/sa4/{sa4_name}/profile3¢ per callSA4's parent chain — GCCSA + state.
Price: 3¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
sa4_namestringrequiredQuery parameters
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
Sa4Profilefields returned to you
sa4stringalways returnedSA4 name.
gccsastringmay be nullGreater Capital City Statistical Area.
statestringmay be nullState / Territory abbreviation.
GET
/v1/sa4/{sa4_name}/profilecURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/sa4/Newcastle%20and%20Lake%20Macquarie/profile' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"gccsa": "Rest of NSW",
"sa4": "Newcastle and Lake Macquarie",
"state": "NSW"
}
}Successful Response200
application/json
