5111.Get All 17VIN Standard Part Names via VIN
Brief Summary:- Retrieve all 17VIN Standard Part Names for a specific VIN. These are brand-agnostic, standardized names maintained by 17VIN across all EPC systems (e.g., "headlight" is used uniformly for headlights in Toyota, Honda, BMW, etc.). Currently supports Chinese only (international users should use 5109 + local database for non-Chinese names).
http://api.17vin.com:8080/{epc}?action=all_std_part_name&vin={vin}&user={username}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| epc | Yes | string | Get epc from 3001 |
| action | Yes | string | all_std_part_name |
| vin | Yes | string | |
| is_vin_filter_open | No | string | Enable VIN-based part filtering: 1 = enabled, 0 = disabled (default: 1) |
| user | Yes | string | user name |
| epc_id | No | string | |
| js_id | No | string | |
| token | Yes | string | MD5(concat(MD5('myusername'),MD5('mypassword'),'/xxx?action=all_std_part_name&vin=xxxxxxxxxxxxxxxxx')) |
{
"code":1,
"msg":"success",
"data":"工具箱@千斤顶@安全警示牌@发动机总成@发动机中缸@发动机大修包......"
}
Response description
| Parameter | Type | Description |
|---|---|---|
| code | string | 1 (Success), 0 (Failure) |
| msg | string | success or err msg |
| data | string | split by @ |