Fetch the closest fire station to any property and their distance
GET/property/distance-to-fire-station
Fire Station Distance Endpoint
Overview
This API fetches three closest fire stations to 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 fire stations geometry data, distance from the property, and other useful data of the property.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/property/distance-to-fire-station?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 |
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 |
nearestFireStations | The three nearest fire stations and their data. | De tre naermeste brannstasjonene til eiendommen og tilhorende data | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error