view=basic
(default){
"modelsCount": {integer}
}
Property | Description | Visibility |
---|---|---|
modelsCount | The total count of car models for a specific car make | Edmunds, Partners, Public |
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 |