Fetch valuation of comparable data
POST/valuation/type/comparable-transactions
Comparable Transactions Endpoint
Overview
This API fetches similar properties sold recently, based on factors such as BRA, proximity, built year etc.
This API only supports POST requests, and therefore can only be used to fetch data for one property / unit at a time.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
lat | float | Yes | Latitude coordinate of the owner's registered address |
lon | float | Yes | Longitude coordinate of the owner's registered address |
city-number | string | Yes | Longitude coordinate of the owner's registered address |
unit-id | integer | Yes | Unique identifier for the unit within the property |
building-type | string | Yes | The type of building the property is, e.g. Leilighet |
bra | float | Yes | The size of the property in terms of usable floor space |
built-year | float | No | The year the property was built in |
Headers
| Header | Value |
|---|---|
accept | application/json |
api-key | YOUR_API_KEY |
Example Request
curl -X 'POST' \
'https://apis.propcloud.no/api/public/valuation/type/comparable-transactions' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"lat": 59.15133487209797,
"lon": 9.661562840728426,
"city-number": "4001",
"unit-id": 41293132,
"building-type": "Enebolig",
"bra": 303,
"built-year": 2005
}'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
table | This is a list that contains data that can be used to create a table to compare data between properties. | Dette er en liste som inneholder data som kan brukes til å lage en tabell for å sammenligne data mellom eiendommer. | PropCloud |
numberOfComparables | How many comparable data is in the table | Hvor mange sammenlignbare data som er i tabellen | PropCloud |
unitId | Unique identifier for the unit | Unik identifikator for bruksenheten. Feltet heter BruksenhetId i Matrikkelen | Kartverket |
finnCode | This code is used to identify ads in FINN | Kode brukt for aa identifisere annonsen | Finn.no |
addressId | Unique identifier for the address of the property | Unik identifikator for eiendommens adresse | 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 på: kommunenummer, gårdsnummer, bruksnummer, festenummer og seksjonsnummer | PropCloud |
address | The physical address of the property. | Eiendommens fysiske adresse. | Kartverket |
lat | Latitude coordinate of the property | Breddegrad koordinat for eiendommen | Kartverket |
lon | Longitude coordinate of the property | Lengdegrad koordinat for eiendommen | Kartverket |
floors | The number of floors in the building. | Antall etasjer i bygningen. | Kartverket |
bra | The size of the property | Eiendommens størrelse | Kartverket, Finn.no, Hjem.no |
bedrooms | How many bedrooms the property has | Hvor mange soverom eiendommen har | Kartverket, Finn.no, Hjem.no |
transactionDay | The day the property was sold | Dagen eiendommen ble solgt | Kartverket |
transactionMonth | The month the property was sold | Måneden eiendommen ble solgt | Kartverket |
transactionYear | The year the property was sold | Året eiendommen ble solgt | Kartverket |
transactionPrice | How much the property was sold for | Hvor mye eiendommen ble solgt for | Kartverket |
buildingType | The type of building the property is, e.g. Leilighet | Bygningstypen eiendommen tilhører, f.eks. Leilighet | Kartverket |
pricePerSqm | How much the property was sold for in price per square meter format | Hvor mye eiendommen ble solgt for i pris per kvadratmeter | PropCloud |
builtYear | The year the property was built in | Året eiendommen ble bygget | Kartverket, Finn.no, Hjem.no |
Request
Responses
- 200
- 422
Successful Response
Validation Error