API Hvað kostar bíllinn
You can try the service here.
info
This API is available upon request, we are still testing the algorithm and working on our accuracy.
Request
curl --location 'https://connect.ogo.is/api/v1/vehicles/cost' \
--header 'Content-Type: application/json' \
--header 'Authorization: API-KEY' \
--data '{
"mark": "Land Rover",
"model": "Discovery",
"year": 2016,
"kmAge": 40000
}'
Response
{
"success": true,
"estimation": 5600000
}