Microburbs
Property - Risks

All property risk overlays — bundle

GET/v1/properties/{gnaf_id}/risks/all48¢ per call

Every 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_idstringrequired

Query parameters

geojsonbooleanoptional

When 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 null
floodarray of RiskRecordmay be null
historical_floodarray of RiskRecordmay be null
heritagearray of RiskRecordmay be null
public_housingarray of RiskRecordmay be null
landslidearray of RiskRecordmay be null
erosionarray of RiskRecordmay be null
environmentarray of RiskRecordmay be null
hv_power_linearray of RiskRecordmay be null
mobile_black_spotarray of RiskRecordmay be null
GET/v1/properties/{gnaf_id}/risks/all
cURL
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