Property - Risks
High-voltage power-line overlay
GET
/v1/properties/{gnaf_id}/risks/hv-power-line2¢ per callHigh-voltage power-line easement near the parcel.
Price: 2¢ 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
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
list[RiskRecord]fields returned to you
Array of:
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`.
GET
/v1/properties/{gnaf_id}/risks/hv-power-linecURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/properties/GANSW704074813/risks/hv-power-line' \
--header 'Authorization: Bearer test'Example Responses
{
"data": [
{
"area_level": "Layer",
"area_name": "Risk Layer",
"name": "HV Power Line",
"value": ""
}
]
}Successful Response200
application/json
