Microburbs
Suburb - Market

Days on market — regional benchmark

GET/v1/suburbs/{suburb_name}/market/days-on-market-benchmark3¢ per call

Median 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_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
DomBenchmarkfields returned to you
area_namestringalways returned

Suburb (SAL) name.

area_levelstringalways returned

Always 'suburb' for these endpoints.

gccsastringmay be null

Greater capital city statistical area, e.g. 'Rest of NSW'.

days_on_marketnumbermay be null

Median days on market across the region's suburbs.

n_suburbsintegermay be null

Suburbs behind the benchmark median.

GET/v1/suburbs/{suburb_name}/market/days-on-market-benchmark
cURL
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