Api documentation

Api documentation

Get Total Count of Car Model Years

Spec Model/Year
 
 
v2 v1
 
 

Response format

JSON Response w/ view=basic (default)

{
	"yearsCount": {integer}
}
Property Description Visibility
yearsCount The total count of model years Edmunds, Partners, Public

JSON Response w/ view=full

{
   "years":[
     {
         "id": {integer},
         "stylesCount": {integer},
         "year": {integer}
     }
   ],
   "yearsCount": {integer}
}
Property Description Visibility
years Array of a year and its styles count Edmunds, Partners, Public
stylesCount The total count of car styles Edmunds, Partners, Public
id The model year ID Edmunds, Partners, Public
year The model year Edmunds, Partners, Public
yearsCount The total count of car makes Edmunds, Partners, Public