Api documentation

Api documentation

Spec: Model

Spec: Model
 
 
v2 v1
 
 
A vehicle model is specific vehicle brand identified by a name or number (and which is usually further classified by trim or style level). You can get a list of car models for a specific car make and their relevant data via the following endpoints (accessible from the drop-down menu above):

Endpoints

These three endpoints provide all the necessary data points.

Examples

Example 1: Get model year and style details for all Lexus 1995 models

https://api.edmunds.com/api/vehicle/v2/lexus/models?fmt=json&year=1995&api_key={api key}

Example 2: Get model year and style details for all used Honda Accords

https://api.edmunds.com/api/vehicle/v2/honda/accord?fmt=json&state=used&api_key={api key}

Example 3: Get the total number of car models for Acura that are listed as new

https://api.edmunds.com/api/vehicle/v2/acura/models/count?fmt=json&state=new&api_key={api key}