Suburb Insights
GET http://127.0.0.1:2026/api/property/suburb_insights
Retrieves AI-generated scores for various aspects of life in a specified property's suburb, including climate, community, safety, lifestyle, and more. Combines data-based scores with public reviews for rich, descriptive assessments.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/suburb_insights" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request