Api documentation

Api documentation

Get Total Count of Car Makes/Brands v3

Spec: Make
 
 
v3 v2
 
 

Response format

{
   "makes":[
      {
         "modelsCount": {integer},
         "niceName": {string}
      },
      {
         "modelsCount": {integer},
         "niceName": {string}
      },
      ...
   ],
   "makesCount": {integer}
}
Property Description Visibility
makes Array of model count objects Edmunds, Partners, Public
modelsCount The total count of this model Edmunds, Partners, Public
niceName The URL-friendly name of this model Edmunds, Partners, Public
makesCount The total count of car makes Edmunds, Partners, Public