Fetch index prices by index-id
GET/valuation/info/index
PropCloud Rental Estimate Endpoint
Overview
This API fetches Index valuation data.
It takes index-id as Input.
Example Request
curl -X 'GET' \
'http://apis.propcloud.no/api/public/valuation/info/index?index-id=12' \
-H 'accept: application/json' \
-H 'api-key: Your API Key'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
date | The date of the valuation in YYYY-MM-DD format. | Datoen for verdsettelsen i YYYY-MM-DD-format. | |
index | The index value at the time of valuation. | Indeksverdien på tidspunktet for verdsettelsen. | |
estPricePerSqm | The estimated price per square meter. | Den estimerte prisen per kvadratmeter. |
Request
Responses
- 200
- 422
Successful Response
Validation Error