Vehicles
Get a List of Models
Get a list of models for vehicles
get/v1/md/vehicles/year/{year}/make/{make}
Path parameters
yearnumber required
makestring required
Response
Example response
{
"data": [
"Accord",
"Civic",
"Odyssey"
],
"status": {
"code": 200,
"desc": "success",
"messages": [
{
"desc": "Example description"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.