Get a cars online listing history
GET
/history/car/{vin}
Cars History API
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
vin
stringÂ
required
Query Params
api_key
stringÂ
optional
fields
stringÂ
optional
page
numberÂ
optional
include_duplicates
stringÂ
optional
sort_order
stringÂ
optional
Responses
Modified at 2023-08-15 07:36:55