---
title: "Get vehicle mileage history"
method: GET
path: "/mileage-history/{vin}"
tags: ["Vehicle History"]
---

# Get vehicle mileage history

`GET /mileage-history/{vin}`

Retrieve historical mileage records for a vehicle to detect odometer rollbacks or inconsistencies.

## Path parameters

- `vin` string, required

## Response `200`

Mileage history records

- MileageHistoryResponse
  - `vin` string, required
  - `totalRecords` integer, required — Total number of mileage records
  - `mileageHistory` object[], required
    - `mileage` integer — Recorded mileage in kilometers
    - `createdAt` string — Date of mileage record (ISO format)

## Other responses

- `400` — Invalid VIN
- `403` — Invalid or missing API key, suspended account, or inactive subscription
- `404` — No mileage history found
- `429` — Monthly quota exhausted or per-minute rate limit exceeded. Quota responses carry resetDate; rate-limit responses carry a Retry-After header.

## Changes

- **2026-08-10** `cf1d4e12baca` — 9 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - removed the non-success response with the status `401`
  - added the optional property `code` to the response with the `400` status
  - …5 more

[Change history](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/changes/mileage-history/:vin/get.md)

---

[API](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api.md) · [All operations](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carapi/carapi-dev-automotive-data-api/revisions/cf1d4e12baca/schema)
