Microburbs
Property - History

Most-recent sale record

GET/v1/properties/{gnaf_id}/sale-history-latest10¢ per call

Most-recent Sold or For Sale record.

Price: 10¢ 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
HistoryRecordfields returned to you
datestringmay be null
pricenumbermay be null
typestringmay be null
addressstringmay be null
GET/v1/properties/{gnaf_id}/sale-history-latest
cURL
curl --request GET \
  --url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/sale-history-latest' \
  --header 'Authorization: Bearer test'
Example Responses
{
  "data": {
    "date": "2025-06-05",
    "price": 990000,
    "type": "Sold",
    "address": "9 Mcdowall Place"
  }
}
Successful Response200
application/json