Marketcheck APIs
  1. Cars History 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
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Dealer by id
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
    • Find car dealers around
      GET
  • VIN Decoder API
    • EPI VIN Decoder
    • NeoVIN Decoder
    • VIN Decoder
    • API for auto-completion of inputs based on taxonomy
    • API for getting terms from taxonomy
  • Cars History API
    • Get a cars online listing history
      GET
    • Get a cars online listing history
      GET
  • 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. Cars History API

Get a cars online listing history

GET
/history/car/{vin}
The history API returns online listing history for a car identified by its VIN. History listings are sorted in the descending order of the listing date / last seen date
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/history/car/'
Response Response Example
200 - Example 1
[
    {
        "carfax_1_owner": true,
        "carfax_clean_title": true,
        "city": "string",
        "data_source": "string",
        "dealer_id": 0,
        "dom": 0,
        "dom_180": 0,
        "dom_active": 0,
        "exterior_color": "string",
        "financing_options": [
            {
                "down_payment": 0,
                "down_payment_percentage": 0,
                "estimated_monthly_payment": 0,
                "loan_apr": 0,
                "loan_term": 0
            }
        ],
        "first_seen_at": 0,
        "first_seen_at_date": "string",
        "heading": "string",
        "id": "string",
        "interior_color": "string",
        "inventory_type": "string",
        "is_certified": 0,
        "is_searchable": "string",
        "last_seen_at": 0,
        "last_seen_at_date": "string",
        "latitude": "string",
        "leasing_options": [
            {
                "down_payment": 0,
                "estimated_monthly_payment": 0,
                "lease_term": 0
            }
        ],
        "longitude": "string",
        "miles": 0,
        "msrp": 0,
        "price": 0,
        "ref_miles": "string",
        "ref_miles_dt": 0,
        "ref_price": "string",
        "ref_price_dt": 0,
        "scraped_at": 0,
        "scraped_at_date": "string",
        "seller_name": "string",
        "seller_name_o": "string",
        "seller_type": "string",
        "source": "string",
        "state": "string",
        "status_date": 0,
        "stock_no": "string",
        "street": "string",
        "trim_r": "string",
        "vdp_url": "string",
        "vin": "string",
        "zip": "string"
    }
]

Request

Path Params

Query Params

Responses

🟢200Online listing history for the given vin
application/json
Body

🔴500Error
Modified at 2023-08-15 07:36:55
Previous
Get a cars online listing history
Next
Fetch cached image
Built with