GET /predict/car/price

apigee.net:marketcheck-cars

Summary: Predict car price based on it's specifications
Operation ID: predictCarPrice
Auth: api_key
Description

Predict car price based on it's specifications

Parameters (25)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

base_exterior_color (string, query, optional)

Base exterior color of the car

base_interior_color (string, query, optional)

Base interior color of the car

car_type (string, query, required)

Car condition

Constraints: {'enum': ['used', 'new']}

carfax_1_owner (boolean, query, optional)

Boolean to indicate car is carfax one owner or not

carfax_clean_title (boolean, query, optional)

Boolean to indicate car has clean title or not

city_mpg (integer, query, optional)

City mileage of the car

country (string, query, optional, default: us)

Country for which car price will be predicted

Constraints: {'enum': ['us', 'ca']}

cylinders (integer, query, optional)

Number of cylinders in the vehicle

doors (integer, query, optional)

Number of doors in the vehicle

drivetrain (string, query, optional)

Drivetrain on the car

Constraints: {'enum': ['4WD', 'AWD', 'FWD', 'RWD']}

engine_block (string, query, optional)

Engine Block of the car

Constraints: {'enum': ['I', 'V', 'H']}

engine_size (number, query, optional)

Engine Size of the car

highway_mpg (integer, query, optional)

Highway mileage

is_certified (boolean, query, optional)

Boolean to indicate car is certified or not

latitude (number, query, optional)

Latitude component of the location

longitude (number, query, optional)

Longitude component of the location

make (string, query, optional)

Car's make

miles (integer, query, optional)

miles vehicle has driven in total

model (string, query, optional)

Car's model

transmission (string, query, optional)

Transmission on the car

Constraints: {'enum': ['Manual', 'Automatic']}

trim (string, query, optional)

Car's trim

vin (string, query, optional)

Predict price for a VIN

year (integer, query, optional)

Car manufacturing year

zip (string, query, optional)

Location zip

No probe data for this endpoint yet.