Fetched estimation of property price.
GET/valuation/type/propcloud-value-estimate
PropCloud Value Estimate Endpoint
Overview
This API fetches PropCloud value estimates for properties.
It supports both single property / unit retrieval and batch downloads.
The valuation is based on a machine learning model trained on a large dataset of property sales. The model takes into account various factors such as the size of the property, the type of building, the location, and the time of last sale and more.
It returns an estimate for a property value, along with the upper and lower bounds of the estimate and a confidence level.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/valuation/type/propcloud-value-estimate?property-id-nma=0301-214-411-0-6&unit-id=286625915' \
-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 |
unitId | Unique identifier for the unit within the property | Unik identifikator for bruksenheten. Feltet heter BruksenhetId i Matrikkelen | Kartverket |
propertyIdNma | Unique identifier for the property, generated by PropCloud based on: city number, ground number, usage number, lease number, and section number | Unik identifikator for eiendommen generert av PropCloud basert paa: kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummer | PropCloud |
housingAssociationIdNma | Unique identifier for the housing association unit, formatted as organization number-share number, i.e. "924758716-4" | Unik identifikator for borettslagsandelen, formatert som organisasjonsnummer-andelsnummer, i.e. "924758716-4" | PropCloud |
confidence | Estimated confidence level of the prediction. The value ranges from 1 (not very confident) to 3 (very confident) | Estimert konfidensnivaa for prediksjonen. Verdien varierer fra 1 (hoy usikkerhet) til 3 (lav usikkerhet) | PropCloud |
valueEstimate | Propcloud's estimate for the value of the property | Propclouds estimat for verdien av eiendommen | PropCloud |
valuationLowerRange | Propcloud's lower range estimate for the value of the property | Propclouds nedre estimat for verdien av eiendommen | PropCloud |
valuationUpperRange | Propcloud's upper range estimate for the value of the property | Propclouds ovre estimat for verdien av eiendommen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error