Demographics
GET http://127.0.0.1:2026/api/property/demographics
Retrieves comprehensive demographic information for the suburb of a specified property, including age distribution and income brackets.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/demographics" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request