GET /sales/car

apigee.net:marketcheck-cars

Summary: Get sales count by make, model, year, trim or taxonomy vin
Operation ID: getSalesCount
Auth: api_key
Description

Get a sales count for city, state or national level by make, model, year, trim or taxonomy vin

Parameters (11)

api_key (string, query, optional)

The API Authentication Key. Mandatory with all API calls.

car_type (string, query, optional, default: used)

Inventory type for which sales count is to be searched, default is used

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

city_state (string, query, optional)

City level sales count, pipe seperated like city_state=jacksonville|FL

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

Country for which the sales records are to be searched

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

make (string, query, optional)

Make for which sales count is to be searched

mm (string, query, optional)

Make-Model for which sales count is to be searched, pipe seperated like mm=ford|f-150

state (string, query, optional)

State level sales count

taxonomy_vin (string, query, optional)

taxonomy_vin for which sales count is to be searched

vin (string, query, optional)

VIN that will be transformed to taxonomy_vin

ymm (string, query, optional)

Year-Make-Model for which sales count is to be searched, pipe seperated like ymm=2015|ford|f-150

ymmt (string, query, optional)

Year-Make-Model-Trim for which sales count is to be searched, pipe seperated like ymmt=2015|ford|f-150|platinum

No probe data for this endpoint yet.