Marketcheck APIs
  1. VIN Decoder API
Marketcheck APIs
  • Car Search
    • Get dealers active inventory
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Listing by id
      GET
    • Long text Listings attributes for Listing with the given id
      GET
    • Listing media by id
      GET
    • Gets active car listings for the given search criteria
      GET
    • Gets active auction car listings for the given search criteria
      GET
    • API for auto-completion of inputs
      GET
    • Gets active private party car listings for the given search criteria
      GET
    • Gets Recent car listings for the given search criteria
      GET
    • Gets active car listings in UK for the given search criteria
      GET
    • Gets Recent UK car listings for the given search criteria
      GET
  • Recall Search
    • Recall info by vin
      GET
  • CRM Cleanse API
    • CRM check of a particular vin
      GET
  • Dealer API
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Dealer by id
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
    • Find car dealers around
  • VIN Decoder API
    • EPI VIN Decoder
      GET
    • NeoVIN Decoder
      GET
    • VIN Decoder
      GET
    • API for auto-completion of inputs based on taxonomy
      GET
    • API for getting terms from taxonomy
      GET
  • Cars History API
    • Get a cars online listing history
    • Get a cars online listing history
  • Car Cached Image
    • Fetch cached image
  • Heavy Equipment Search
    • Heavy equipment listing by id
    • Long text Heavy equipment Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active heavy equipment listings for the given search criteria
    • API for auto-completion of inputs
  • Motorcycle Search
    • Motorcycle listing by id
    • Long text Motorcycle Listings attributes for Listing with the given id
    • Motorcycle listing media by id
    • Gets active motorcycle listings for the given search criteria
    • API for auto-completion of inputs
  • RV Search
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • RV listing by id
    • Long text RV Listings attributes for Listing with the given id
    • Listing media by id
    • Gets active RV listings for the given search criteria
    • API for auto-completion of inputs
    • Gets active RV listings for the given search criteria
  • Cars Market API
    • Market Days Supply
    • Get make model wise top 50 popular cars on national, state, city level
    • Predict car price based on it's specifications
    • Predict fare value of car for UK based on YMMT & miles
    • Predict car price for UK based on it's specifications
    • Get sales count by make, model, year, trim or taxonomy vin
    • Price, Miles and Days on Market stats
  • Rank Car Listings
    • Compute relative rank for car listings.
    • Compute relative rank for car listings.
  • OEM Incentive Search
    • Gets oem incentive listings for the given search criteria
  • client filters
    • get client filters
    • set client filters
  1. VIN Decoder API

EPI VIN Decoder

GET
/decode/car/epi/{vin}/specs
VIN Decoder API
Get the basic information on specifications for a car identified by a valid VIN from EPI's decoder
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/decode/car/epi//specs'
Response Response Example
200 - Example 1
{
    "antibrake_sys": "string",
    "body_subtype": "string",
    "body_type": "string",
    "city_miles": "string",
    "city_mpg": 0,
    "cylinders": 0,
    "doors": 0,
    "drivetrain": "string",
    "engine": "string",
    "engine_aspiration": "string",
    "engine_block": "string",
    "engine_measure": "string",
    "engine_size": 0,
    "fuel_type": "string",
    "highway_miles": "string",
    "highway_mpg": 0,
    "made_in": "string",
    "make": "string",
    "model": "string",
    "opt_seating": "string",
    "overall_height": "string",
    "overall_length": "string",
    "overall_width": "string",
    "powertrain_type": "string",
    "short_trim": "string",
    "std_seating": "string",
    "steering_type": "string",
    "tank_size": "string",
    "transmission": "string",
    "trim": "string",
    "trim_r": "string",
    "vehicle_type": "string",
    "year": 0
}

Request

Path Params
vin
string 
required
The VIN to identify the car. Must be a valid 17 char VIN
Query Params
api_key
string 
optional
The API Authentication Key. Mandatory with all API calls.

Responses

🟢200Basic sepcifications details about the car
application/json
Body
Describes the Car specification
antibrake_sys
string 
optional
Antibrake system of the car
body_subtype
string 
optional
Body subtype of the car
body_type
string 
optional
Body type of the car
city_miles
string 
optional
City miles of the car
city_mpg
integer 
optional
City Mileage in MPG
cylinders
integer 
optional
No of cylinders of the car
doors
integer 
optional
No of doors of the car
drivetrain
string 
optional
Drivetrain of the car
engine
string 
optional
Engine of the car
engine_aspiration
string 
optional
Engine aspiration of the car
engine_block
string 
optional
Engine block of the car
engine_measure
string 
optional
Engine block of the car
engine_size
number <double>
optional
Engine size of the car
fuel_type
string 
optional
Fuel type of the car
highway_miles
string 
optional
Highway miles of the car
highway_mpg
integer 
optional
Highway Mileage in MPG
made_in
string 
optional
Made in of the car
make
string 
optional
Car Make
model
string 
optional
Car model
opt_seating
string 
optional
opt seating of the car
overall_height
string 
optional
Overall height of the car
overall_length
string 
optional
Overall length of the car
overall_width
string 
optional
Overall width of the car
powertrain_type
string 
optional
powertrain_type of the car
short_trim
string 
optional
Short trim of the car
std_seating
string 
optional
Std seating of the car
steering_type
string 
optional
Steering type of the car
tank_size
string 
optional
Tank size of the car
transmission
string 
optional
Transmission of the car
trim
string 
optional
Trim of the car
trim_r
string 
optional
Trim_r of the car
vehicle_type
string 
optional
Vehicle type of the car
year
integer 
optional
Year of the Car
🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Find car dealers around
Next
NeoVIN Decoder
Built with