Fetch the risk factors of any property
GET/property/risk-factors
Property Risk Factors Endpoint
Overview
This API fetches geographic risk factors of a property based on a property id nma or batch id.
It supports both single property retrieval and batch downloads.
It returns stats about the the flood zone, land slide zone earth flood zone quick clay zone and other useful data of the property.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/property/risk-factors?property-id-nma=0301-210-56-0-0' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
batchId | Unique identifier for the batch | Unik identifikator for batchen | PropCloud |
propertyId | Unique identifier for the property. | Unik identifikator for eiendommen. Feltet heter MatrikkelenhetId i Matrikkelen | PropCloud |
propertyIdNma | Unique identifier for the property, generated based on city number, ground number, and other details. | Unik identifikator for eiendommen generert basert paa kommunenummer, gaardsnummer og andre detaljer. | PropCloud |
hasFloodZone | Weather or not if this property falls in a flood zone | Om eiendommen krysser / ligger i et aktsomhetsområde for flom | PropCloud / GeoNorge |
hasLandslideZone | Weather or not if this property falls in a land slide zone | Om eiendommen krysser / ligger i en skredfaresone | PropCloud / GeoNorge |
hasEarthFloodZone | Weather or not if this property falls in a earth flood zone | Om eiendommen krysser / ligger i et jord- og flomskred aktsomhetsomraade | PropCloud / GeoNorge |
hasQuickClayZone | Weather or not if this property falls in a quick clay zone | Om eiendommen krysser / ligger i et kvikkleireomraade | PropCloud / GeoNorge |
hasFireSpreadZone | Weather or not if this property falls in a fire spread zone | Om eiendommen krysser / ligger i et brannsmitteomrade | PropCloud / GeoNorge |
hasProtectedWoodedResidentialZone | Weather or not if this property falls in a protected wooded residential zone | Om eiendommen krysser / ligger i et verneverdig tett trehusmiljo | PropCloud / GeoNorge |
Request
Responses
- 200
- 422
Successful Response
Validation Error