Property - Risks
All property risk overlays — bundle
GET
/v1/properties/{gnaf_id}/risks/all48¢ per callEvery property-level risk overlay in one call. Flat 30¢ — may grow without increasing the bundle price as new overlays are added.
With ?geojson=true each risk that has a polygon overlay also carries
its 1km-radius-clipped geojson FeatureCollection + geojson_meta.
Price: 48¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
gnaf_idstringrequiredQuery parameters
geojsonbooleanoptionalWhen true, add a `geojson` FeatureCollection of the hazard polygons clipped to a 1km-radius circle around the property, plus `geojson_meta` (default false — response unchanged).
not sent · default false
Responses
Successful Response
application/json
AllRisksfields returned to you
bushfirearray of RiskRecordmay be nullfloodarray of RiskRecordmay be nullhistorical_floodarray of RiskRecordmay be nullheritagearray of RiskRecordmay be nullpublic_housingarray of RiskRecordmay be nulllandslidearray of RiskRecordmay be nullerosionarray of RiskRecordmay be nullenvironmentarray of RiskRecordmay be nullhv_power_linearray of RiskRecordmay be nullmobile_black_spotarray of RiskRecordmay be nullGET
/v1/properties/{gnaf_id}/risks/allcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/risks/all' \
--header 'Authorization: Bearer test'Example Responses
{
"data": {
"bushfire": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Fire",
"value": ""
}
],
"flood": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Flood",
"value": ""
}
],
"historical_flood": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Historically Flooded",
"value": ""
}
],
"heritage": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Heritage",
"value": ""
}
],
"public_housing": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Public Housing",
"value": "14.5%",
"value_unit": "Properties Proportion"
},
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Public Housing",
"value": "3.4%",
"value_unit": "Properties Proportion"
}
],
"landslide": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Landslide",
"value": ""
}
],
"erosion": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Erosion",
"value": ""
}
],
"environment": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Environment",
"value": ""
}
],
"hv_power_line": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "HV Power Line",
"value": ""
}
],
"mobile_black_spot": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Mobile Black Spot",
"value": ""
}
]
}
}Successful Response200
application/json
