properties_risks_all
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geojson | No | 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). | |
| gnaf_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The endpoint's payload, or `null` when Microburbs has no value. | |
| reason | No | Machine-readable slug naming the no-data condition (e.g. `no_avm_for_GANSW704074813`). Stable per endpoint. Omitted on success. | |
| message | No | Human-readable explanation. Omitted on success. | |
| available | No | `false` on no-data responses. Omitted on success — branch on `data !== null` if you want a single discriminator. |