Get Details on a Specific Car Model: Returns relevant information Model Year information for a specific car Make and Model. The information can also be narrowed down with filters.
Get a List of Car Models for a Specific Car Make: You can get the entire list of car makes or use some basic filters to return the array of car makes you’re interested in.
Get Total Count of Models for a Car Make: Get the total number of models of a specific car make. You can use filters to get subtotals (e.g. give me the total number of new models or models available in 1999).
These three endpoints provide all the necessary data points.
https://api.edmunds.com/api/vehicle/v2/lexus/models?fmt=json&year=1995&api_key={api key}
https://api.edmunds.com/api/vehicle/v2/honda/accord?fmt=json&state=used&api_key={api key}
https://api.edmunds.com/api/vehicle/v2/acura/models/count?fmt=json&state=new&api_key={api key}