Listing by id
GET
/listing/car/{id}
Car Search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/listing/car/'
Response Response Example
200 - Example 1
{
"base_ext_color": "string",
"base_int_color": "string",
"build": {
"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
},
"carfax_1_owner": true,
"carfax_clean_title": true,
"data_source": "string",
"dealer": {
"city": "string",
"country": "string",
"county": "string",
"dealer_type": "string",
"dealership_group_name": "string",
"id": 0,
"latitude": "string",
"longitude": "string",
"msa_code": "string",
"name": "string",
"phone": "string",
"seller_email": "string",
"state": "string",
"street": "string",
"website": "string",
"zip": "string"
},
"dom": 0,
"dom_180": 0,
"dom_active": 0,
"exterior_color": "string",
"extra": {
"dealer_added_f": [
"string"
],
"electronics_f": [
"string"
],
"exterior_f": [
"string"
],
"features": [
"string"
],
"interior_f": [
"string"
],
"options": [
"string"
],
"safety_f": [
"string"
],
"seller_comments": "string",
"standard_f": [
"string"
],
"technical_f": [
"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",
"first_seen_at_mc": 0,
"first_seen_at_mc_date": "string",
"first_seen_at_source": 0,
"first_seen_at_source_date": "string",
"heading": "string",
"id": "string",
"interior_color": "string",
"inventory_type": "string",
"is_certified": 0,
"last_seen_at": 0,
"last_seen_at_date": "string",
"leasing_options": [
{
"down_payment": 0,
"estimated_monthly_payment": 0,
"lease_term": 0
}
],
"media": {
"photo_links": [
"string"
],
"photo_links_cached": [
"string"
]
},
"miles": 0,
"msrp": 0,
"price": 0,
"price_change_percent": 0,
"rank": 0,
"ref_miles": "string",
"ref_miles_dt": 0,
"ref_price": "string",
"ref_price_dt": 0,
"score": 0,
"scraped_at": 0,
"scraped_at_date": "string",
"seller_type": "string",
"source": "string",
"stock_no": "string",
"vdp_url": "string",
"vehicle_registration_mark": "string",
"vin": "string"
}
Request
Path Params
id
stringÂ
required
Query Params
api_key
stringÂ
optional
append_api_key
stringÂ
optional
include_relevant_links
stringÂ
optional
Responses
Modified at 2023-08-15 07:36:55