Heritage overlay
/v1/properties/{gnaf_id}/risks/heritage3¢ per callHeritage-listing overlay intersecting the parcel.
Price: 3¢ 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).
Responses
Successful Response
area_levelstringmay be nullarea_namestringmay be nullnamestringmay be nullvaluestringmay be nullvalue_unitstringmay be nullgeojsonobjectmay be nullGeoJSON FeatureCollection of the hazard polygons for this overlay, ST_Intersection-clipped to a 1km-radius circle around the property and simplified for browser use. Present only when the request passes `?geojson=true`; absent (and the response byte-identical to before) otherwise.
geojson_metaobjectmay be nullClip / simplify / truncation metadata for `geojson` (clip_method='1km_radius', radius_m, simplify tolerance, coordinate precision, feature/byte caps, and whether the size cap truncated the output). Present only with `?geojson=true`.
/v1/properties/{gnaf_id}/risks/heritagecurl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/risks/heritage' \
--header 'Authorization: Bearer test'{
"data": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "Heritage",
"value": ""
}
]
}