Microburbs
Suburb - Development

Recent DA count

GET/v1/suburbs/{suburb_name}/development/da-count6¢ per call

Count of recent development applications in the suburb.

Price: 6¢ per call.

Authorization

Request

The only values you send. Fields under Responses below are what comes back — you never pass those.

Path parameters

suburb_namestringrequired

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
DaCountfields returned to you
da_countintegeralways returned

Number of recent DAs in the suburb.

GET/v1/suburbs/{suburb_name}/development/da-count
cURL
curl --request GET \
  --url 'https://api.microburbs.com.au/v1/suburbs/Belmont%20North/development/da-count' \
  --header 'Authorization: Bearer test'
Example Responses
{
  "data": {
    "da_count": 0
  }
}
Successful Response200
application/json