Api documentation

Api documentation

Spec: Model/Year

Spec Model/Year
 
 
v2 v1
 
 
A vehicle model year for a vehicle model is the calendar year designation assigned by the manufacturer to the annual version of that model. You can get a list of car model years for a specific car make and model 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 years and style details for all 2011 Lexus RX-350s

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

Example 2: Get style details for all 2009 Honda Accords

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

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

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