Risk Factors

GET http://127.0.0.1:2026/api/property/risk

Retrieves information about various risk factors that affect a specified property surrounding, including environmental hazards (bushfire, flood) and social factors (public housing density).
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/property/risk" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request