Market Insights
GET http://127.0.0.1:2026/api/property/market
Retrieves historical and current market data for a specific property with time series comparisons to suburb, SA3, and City Region levels. Includes property transaction history when available.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/market" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request