Microburbs
Property - Valuation

All valuation outputs — bundle

GET/v1/properties/{gnaf_id}/valuation/all20¢ per call

Price: 20¢ per call.

Authorization

Request

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

Path parameters

gnaf_idstringrequired

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
ValuationAllfields returned to you
avmobjectmay be null

Automated valuation: point estimate + 80% prediction interval + confidence score derived from the interval width.

GET/v1/properties/{gnaf_id}/valuation/all
cURL
curl --request GET \
  --url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/valuation/all' \
  --header 'Authorization: Bearer test'
Example Responses
{
  "data": {
    "avm": {
      "predicted_price": 876651,
      "predicted_price_high": 1183479,
      "predicted_price_low": 569823,
      "prediction_date": "2026-04-20"
    }
  }
}
Successful Response200
application/json