Market Insights by Street

GET http://127.0.0.1:2025/api/suburb/streets

Retrieves detailed property market information for streets within a specified suburb. Includes an aggregate 'Whole of suburb' entry along with individual street data.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2025/api/suburb/streets" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request