---
title: "Property perils"
method: GET
path: "/v2/property/zoning-perils"
tags: ["PropertyZoningPerils"]
---

# Property perils

`GET /v2/property/zoning-perils`

Request to find property's perils by a PropertyID, a GnafID or Address. Only one of `propertyId`, `gnafId`, or `address` should be provided.

## Query parameters

- `propertyId` string
- `gnafId` string
- `flatNumber` string
- `streetNumber` string
- `streetName` string
- `streetType` string
- `postcode` string
- `suburb` string
- `state` 'ACT' | 'NSW' | 'NT' | 'QLD' | 'SA' | 'TAS' | 'VIC' | 'WA' | 'OT'

## Response `200`

Successfully found compatable property

- PropertyEnrichmentV2PropertyPerils
  - `propertyId` string
  - `addressComponents` PropertyEnrichmentV2AddressBasic — Address of property
    - `flatNumber` string, nullable
    - `streetNumber` string
    - `streetName` string
    - `streetType` string, nullable
    - `streetTypeLong` string, nullable
    - `suburb` string
    - `postcode` string
    - `state` string
  - `bushfireZone` boolean, nullable
  - `floodZone` boolean, nullable
  - `heritageZone` boolean, nullable
  - `zoning` string, nullable
  - `permittedUse` string, nullable

## Other responses

- `300` — Successfully found multiple compatable properties
- `400` — Bad request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Unexpected error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/24ab78aba827/schema)
