Api documentation

Api documentation

Get Total Count of Car Models for Specific Car Make

Spec: Model
 
 
v2 v1
 
 

Response format

JSON Response w/ view=basic (default)

{
	"modelsCount": {integer}
}
Property Description Visibility
modelsCount The total count of car models for a specific car make Edmunds, Partners, Public

JSON Response w/ view=full

{
   "models":[
      {
         "yearsCount": {integer},
         "niceName": {string}
      },
      {
         "yearsCount": {integer},
         "niceName": {string}
      },
      ...
   ],
   "modelsCount": {integer}
}
Property Description Visibility
models Array objects including model year counts and model names Edmunds, Partners, Public
yearsCount The total number of model years for this model Edmunds, Partners, Public
niceName The URL-friendly name of this model Edmunds, Partners, Public
modelsCount The total count of car models for a specific car make Edmunds, Partners, Public