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
获取给定制造商生产的所有车辆类型(轿车、卡车、摩托车等)。
/vehicles/vin/:vin
解码车辆识别号 (VIN) 以获取详细的车辆规格:品牌、型号、年份、发动机、变速器、车身类型等。