Property - Comparables
CMA — single best comparable
GET
/v1/properties/{gnaf_id}/comparables/cma-single-comp50¢ per callSingle best comparable from the CMA set (highest dist_score).
Price: 50¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
gnaf_idstringrequiredQuery parameters
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
CmaCompfields returned to you
GET
/v1/properties/{gnaf_id}/comparables/cma-single-compcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/comparables/cma-single-comp' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"bathrooms": 2,
"bedrooms": 4,
"date_sold": "2024-07-13",
"dist_score": 6.319769313849382,
"garage_spaces": 2,
"gnaf_pid": "GAACT714923950",
"latitude": -35.38013684,
"longitude": 149.06828089,
"price": 815000,
"property_type": "house",
"sal": "Kambah",
"state": "ACT",
"street": "8 SHIPARD PL"
}
}Successful Response200
application/json
