Get the list of model years and their styles and trims for all new Honda Civics.
By default, the endpoint returns the first 10 styles without a connection with year if the pagination isn’t defined.
For example:
pageNum and pageSize query parameters.https://api.edmunds.com/api/vehicle/v3/honda/civic/years?fmt=json&api_key={api key}
{
"years": [
{
"id": 200442557,
"year": 2013,
"states": [
"USED"
]
}
]
}