4 endpoints match this tag.
/vehicles/makes
Get a complete list of all vehicle manufacturers from the NHTSA database.
/vehicles/models/:make
Get all models for a given vehicle manufacturer.
/vehicles/types/:make
Get all vehicle types produced by a given manufacturer (car, truck, motorcycle, etc.).
/vehicles/vin/:vin
Decode a Vehicle Identification Number (VIN) to get detailed vehicle specifications: make, model, year, engine, transmission, body type, and more.