Vehicle Market Value API
The Vehicle Market Value API estimates the retail, wholesale, and trade-in values for passenger vehicles located in the United States and Canada. This market value by VIN or Year/Make/Model/Trim is based on millions of comparable vehicle sales stored in VinAudit’s sales database. Access to the vehicle market value API requires an API account with Market Value access enabled.
Vehicle Market Value API
Documentation
When searching by VIN:
Response attributes:
https://marketvalue.vinaudit.com/v2/marketvalue?key=YOUR_API_KEY_HERE&vin=2T1BURHE3EC020936When searching by ID:
https://marketvalue.vinaudit.com/v2/marketvalue?key=YOUR_API_KEY_HERE&id=2014_toyota_corolla_sWith GET or POST parameters:
| Parameter | Description | Required | Example | 
|---|---|---|---|
| vin | The vehicle identification number | yes (when querying by VIN) | 2T1BURHE3EC020936 | 
| id | The unique identifier for the year/make/model/trim combination as returned by the selections function of VinAudit’s Specifications API.
 (Note: This id should not be constructed text but rather be selected from our Specifications API)  | 
yes (when querying by ID) | 2014_toyota_corolla_s | 
| key | Your VinAudit API key | yes | YOUR_API_KEY_HERE | 
| format | The output format:
  | 
(optional) | json | 
| mileage | The current mileage of the vehicle (if not specified, average mileage is used) | (optional) | 90000 | 
| period | Number of days to look back for sales data (max: 365) | (optional) | 90 | 
| type | Market type for valuation.
Options:
  | 
(optional) | retail | 
| condition | Vehicle condition adjustment.
Options:
  | 
(optional) | average | 
| known_damage | Known vehicle damage that affects pricing.
Options:
  | 
(optional) | frame_damage | 
| country | Country for market valuation.
Options:
  | 
(optional) | usa | 
| Parameter | Description | Example | 
|---|---|---|
| success | Whether market value data has been retrieved | true | 
| vin | The vehicle identification number | 2T1BURHE3EC020936 | 
| id | The unique vehicle YMMT ID | 2014_toyota_corolla_s | 
| vehicle | The vehicle title (Year, Make, Model, Trim) | 2014 Toyota Corolla S | 
| mileage | The mileage used to compute the market value | 75248 | 
| count | The number of data points used for estimate | 120 | 
| mean | The estimate average market price | 7044 | 
| stdev | Standard deviation of prices | 1276 | 
| certainty | The statistical confidence in the market value | 99 | 
| period | The date range of the historical sales data used | [“2015-06-27″,”2015-07-16”] | 
| prices | The estimated average market, below market, and above market prices | {“average”:7044, “below”:5768, “above”:8320} | 
| prices.distribution | Price distribution buckets showing ranges and counts of data points | { “min”: 2495, “max”: 2995, “count”: 10 } | 
| adjustments | Breakdown of adjustments applied to the market value based on mileage, history, condition, and known damage | See nested fields below | 
| adjustments.mileage | Adjustment applied based on vehicle mileage | { “average”: 167391.71, “input”: 167391.71, “adjustment”: 0 } | 
| adjustments.history | Adjustment applied based on vehicle history records | { “records”: [], “adjustment”: 0 } | 
| adjustments.condition | Adjustment applied for vehicle condition (e.g., like_new, not_great) | { “input”: “not_great”, “adjustment”: -1472 } | 
| adjustments.known_damage | Adjustment applied for known vehicle damage (e.g., minor_damage, frame_damage, lemon) | { “input”:”frame_damage”, “adjustment”:-2325 } | 
| type | Market type for valuation (retail, wholesale, or tradein) | wholesale | 
Examples
The most comprehensive Automotive Data & Analytics
- Automotive Market Trends & Insights
 - Research & White Papers
 - Auto Market Analytics Articles
 - VIN Decoder & Lookup
 
