Get the current market value of any vehicle by make, model, year, and country. 40 makes supported, with optional fuel, engine power, and mileage refinement for variant-level accuracy.
REQUEST
curl -X GET \ "https://api.carapi.dev/v1/vehicle-valuation\ ?make=bmw&model=X6&year=2019&country=CZ\ &token=YOUR_API_KEY"
RESPONSE
{
"make": "bmw",
"model": "X6",
"year": 2019,
"valuationPrice": 18500,
"currency": "EUR",
"country": "CZ"
}Market-specific valuations across the EU, UK, Norway, Switzerland, Serbia, and the United States
Refine by fuel type, engine power (kW), and mileage to value the exact drivetrain variant
RESTful API, OpenAPI 3.1 spec, comprehensive docs, and a public Postman workspace
The valuation endpoint supports 24 countries: Czech Republic, Slovakia, Germany, Austria, Switzerland, France, Poland, Romania, Hungary, Croatia, Portugal, Bulgaria, Slovenia, Serbia, Netherlands, Lithuania, Belgium, Spain, Ireland, Italy, United Kingdom, Norway, Sweden, and the United States. Valuations are market-specific to the country you request.
You pass the vehicle make, model, year, and country, and the API returns the estimated current market value with its currency. Optional fuel, engine power (kW), and mileage parameters narrow the valuation to a specific drivetrain variant and condition.
40 makes are supported, including Audi, BMW, Mercedes-Benz, VW, Škoda, Toyota, Ford, Hyundai, Kia, Tesla, Volvo, Porsche, and more — each with multiple models.
Yes. The free plan includes 100 API requests per month across all endpoints, with no credit card required. Paid plans start at €29/month for 5,000 requests.
Price used cars accurately across 24 markets. Get started with our free tier.
Get Started Free