Suburb - Development
All planning — bundle
GET
/v1/suburbs/{suburb_name}/development/all24¢ per callPrice: 24¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
suburb_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
SuburbPlanningAllfields returned to you
da_countintegermay be nullda_listarray of DaRowmay be nullGET
/v1/suburbs/{suburb_name}/development/allcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/Belmont%20North/development/all' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"da_count": 0,
"da_list": [
{
"area_level": "address",
"area_name": "",
"category": "Renovation",
"date": "2026-04-15",
"description": "Alterations and additions to existing dwelling.",
"suburb": "Belmont North"
}
]
}
}Successful Response200
application/json
