Api documentation

Api documentation

Spec: Model/Year

Spec Model/Year
 
 
v3 v2
 
 
You can get model years for a specific Car Make/Model with pagination:

Endpoints

Examples

Example 1: Get model years and style details for all 2011 Lexus RX-350s

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

Example 2: Get model year details for all 2009 Honda Accords

https://api.edmunds.com/api/vehicle/v3/honda/accord/2009?api_key={api key}

Example 3: Get a list of Model Years for all Honda Accords

https://api.edmunds.com/api/vehicle/v3/modelYears?api_key={api key}&makeNiceName=honda&modelNiceName=accord