Suburb - Market
Days on market — regional benchmark
GET
/v1/suburbs/{suburb_name}/market/days-on-market-benchmark3¢ per callMedian days on market across the suburb's greater region (GCCSA) — compare with /market/days-on-market.
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
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
DomBenchmarkfields returned to you
area_namestringalways returnedSuburb (SAL) name.
area_levelstringalways returnedAlways 'suburb' for these endpoints.
gccsastringmay be nullGreater capital city statistical area, e.g. 'Rest of NSW'.
days_on_marketnumbermay be nullMedian days on market across the region's suburbs.
n_suburbsintegermay be nullSuburbs behind the benchmark median.
GET
/v1/suburbs/{suburb_name}/market/days-on-market-benchmarkcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/Belmont%20North/market/days-on-market-benchmark' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"area_level": "suburb",
"area_name": "Belmont North",
"days_on_market": 34,
"gccsa": "Rest of NSW",
"n_suburbs": 1846
}
}Successful Response200
application/json
