{"valid":true,"vin":"1HGCM82633A004352","decoded":{"vin":"1HGCM82633A004352","make":"HONDA","model":"Accord","model_year":"2003","manufacturer":"AMERICAN HONDA MOTOR CO., INC.","vehicle_type":"PASSENGER CAR","body_class":"Coupe","plant_country":"UNITED STATES (USA)","engine_cylinders":"6","fuel_type":"Gasoline","series":null,"trim":"EX-V6","doors":"2"},"error_text":"0 - VIN decoded clean. Check Digit (9th position) is correct","source":"NHTSA vPIC (U.S. DOT, public domain)"}
curl --location --request GET 'https://zylalabs.com/api/13156/vehicle+identification+decoder+api/26702/decode+vehicle+identification' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Vehicle Identification Decoder API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
领先企业的信赖之选
Turn a seventeen character vehicle identification code into structured vehicle data in one call: make, model, model year, manufacturer, vehicle type, body class, plant country, engine cylinders, fuel type, series, trim and doors.
Useful for auto marketplaces and classified listings, insurance quoting and claims intake, fleet onboarding, dealership systems and inspection apps.
该端点返回结构化的车辆数据,包括品牌、型号、年份、制造商、车辆类型、车身类别、生产国、发动机气缸、燃料类型、系列、配置和车门,以及对提供的VIN的有效性判断
Key fields in the response include "make," "model," "model_year," "manufacturer," "vehicle_type," "body_class," "plant_country," "engine_cylinders," "fuel_type," "series," "trim," and "doors." Each field provides specific details about the vehicle.
The response data is organized in a JSON format. It includes a "valid" boolean indicating the VIN's validity, the original VIN, a "decoded" object with detailed vehicle information, an "error_text" for any issues, and the data source.
The endpoint provides comprehensive vehicle information such as the vehicle's make, model, year, manufacturer, body class, engine specifications, and fuel type, all derived from a public government vehicle database.
The data is sourced from the National Highway Traffic Safety Administration (NHTSA) Vehicle Product Information Catalog (vPIC), which is a public domain database, ensuring reliable and accurate vehicle information.
Data accuracy is maintained through validation checks on the VIN format, ensuring it meets the seventeen-character requirement and contains no forbidden letters. Additionally, the data is sourced from a reputable government database.
典型的使用案例包括汽车市场、保险报价、车队入驻、经销商系统和车辆检查应用程序,在这些场景中,准确的车辆识别对于运营至关重要
如果API对某些字段返回空值,这表示源没有该信息 用户应在他们的应用程序中考虑这些情况,确保优雅地处理缺失数据