Api documentation

Api documentation

Get Total Count of Car Makes/Brands

Spec: Make
 
 
v2 v1
 
 

Response format

JSON Response w/ view=basic (default)

{
	"makesCount": {integer}
}
Property Description Visibility
makesCount The total count of car makes/brands Edmunds, Partners, Public

JSON Response w/ view=full

{
   "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