Retrieve historical odometer readings for a vehicle with one API call. Spot rollback fraud, verify seller claims, and price used cars on real mileage — not the number on the dash.
REQUEST
curl -X GET \ "https://api.carapi.dev/v1/mileage-history/\ TMBJJ7NE3K0123456?token=YOUR_API_KEY"
RESPONSE
{
"vin": "TMBJJ7NE3K0123456",
"totalRecords": 2,
"mileageHistory": [
{ "mileage": 89500,
"createdAt": "2021-04-12" },
{ "mileage": 131200,
"createdAt": "2023-05-02" }
]
}Compare recorded readings over time — a newer record with fewer kilometers is the classic fraud signal.
Verified mileage feeds accurate valuations. Pair with our Vehicle Valuation API for market prices by country.
Show a mileage timeline in your marketplace listings — verified history sells cars faster.
Mileage records come from official sources and vary by vehicle and country — availability is strongest for vehicles registered in Europe. Combine with the Vehicle History API for a complete background check including stolen-vehicle status and inspection records.
Free tier with 100 requests/month — enough to evaluate against your own inventory.
Get Started Free