view=basic
(default){
"makesCount": {integer}
}
Property | Description | Visibility |
---|---|---|
makesCount | The total count of car makes/brands | Edmunds, Partners, Public |
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 |