Api documentation

Api documentation

Get Total Count of Car Makes/Brands v3

Spec: Make
 
 
v3 v2
 
 

Response format

  1. {
  2. "makes":[
  3. {
  4. "modelsCount": {integer},
  5. "niceName": {string}
  6. },
  7. {
  8. "modelsCount": {integer},
  9. "niceName": {string}
  10. },
  11. ...
  12. ],
  13. "makesCount": {integer}
  14. }
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