40031.Get Applicable Vehicle Models via Brand Part Number/OE Number
Brief Summary:- Retrieve the standard applicable vehicle models for the specified part number (brand part number/OE number), indicating which vehicle models the part is compatible with. The group_id parameter can be obtained from interface 4001.
http://api.17vin.com:8080/?action=get_modellist_from_part_number_and_group_id&part_number={part_number}&group_id={group_id}&user={user}&token=b3b65534b4db88a52c8bbab5a30f7a1f
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | get_modellist_from_part_number_and_group_id |
| part_number | Yes | string | |
| group_id | Yes | string | |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/?action=get_modellist_from_part_number_and_group_id&part_number=xxxxxx&group_id=xx’)) |
{
"code":1,
"data":{
"PartInfo":{
"Part_id":100084863,
"Part_number":"6RD615301",
"Part_number_original":"6RD615301",
"Brand_name_zh":"奥迪,大众,斯柯达,西雅特,布加迪",
"Brand_name_en":"AUDI,VW,SKODA,SEAT,Bugatti",
"Part_name_en":"",
"Part_name_zh":"前制动盘(左),前制动盘(右)",
"Group_id":2,
"Group_name":"audi_vw_group",
"Image_address":"",
"Attribute_en":"",
"Attribute_zh":""
},
"ModelListStd":[
{
"Id":11382,
"Isshowdata":0,
"Epc":"toyota",
"Epc_id":"3637",
"Detail":"丰田 普拉多 4.0l 手自一体(5档) 2010年款",
"Factory":"",
"Brand":"丰田",
"Model":"普拉多",
"Series":"普拉多",
"Model_year":"2010",
"Sales_version":"",
"CC":"4.0L",
"Engine_no":"1GR",
"Fuel_type":"汽油",
"Air_intake":"自然吸气",
"KW":"",
"Transmission_detail":"手自一体变速器(AMT)",
"Gear_num":"5",
"Door_num":"五门",
"Seat_num":"7",
"Body_type":"SUV",
"Driven_model":"前置四驱",
"Date_begin":"2010-06-22",
"Date_end":"2013-12-02",
"Price":"538000",
"Autohome_id":"https://www.autohome.com.cn/spec/7668"
},
...
{
"Id":11414,
"Isshowdata":0,
"Epc":"toyota",
"Epc_id":"3646",
"Detail":"丰田 普拉多 4.0l 手自一体(5档) 导航版 2014年款",
"Factory":"",
"Brand":"丰田",
"Model":"普拉多",
"Series":"普拉多",
"Model_year":"2014",
"Sales_version":"导航版",
"CC":"4.0L",
"Engine_no":"1GR",
"Fuel_type":"汽油",
"Air_intake":"自然吸气",
"KW":"",
"Transmission_detail":"手自一体变速器(AMT)",
"Gear_num":"5",
"Door_num":"五门",
"Seat_num":"7",
"Body_type":"SUV",
"Driven_model":"前置四驱",
"Date_begin":"2013-12-02",
"Date_end":"2015-09-24",
"Price":"676000",
"Autohome_id":"https://www.autohome.com.cn/spec/17572"
}
],
"InterchangeInfo":{
"PartInfo":{
"Part_id":0,
"Part_number":"",
"Part_number_original":"",
"Brand_name_zh":"",
"Brand_name_en":"",
"Part_name_en":"",
"Part_name_zh":"",
"Group_id":0,
"Group_name":"",
"Image_address":"",
"Attribute_en":"",
"Attribute_zh":""
},
"TotalRecords":0,
"OeInterchangeRecords":0,
"FactoryInterchangeRecords":0,
"OeInterchange":null,
"FactoryInterchange":null
},
"TotalModelListStdRecords":137
},
"msg":"success"
}
Response PartInfo and InterchangeInfo>PartInfo
| Parameter | Type | Description |
|---|---|---|
| Part_id | int | |
| Part_number | string | |
| Part_number_original | string | |
| Brand_name_zh | string | |
| Brand_name_en | string | |
| Part_name_en | string | |
| Part_name_zh | string | |
| Group_id | int | |
| Group_name | string | |
| Image_address | string | |
| Attribute_en | string | |
| Attribute_zh | string |
| Parameter | Type | Description |
|---|---|---|
| Id | int | JS_ID |
| Isshowdata | int | |
| Epc | string | |
| Epc_id | string | |
| Detail | string | |
| Factory | string | |
| Brand | string | |
| Model | string | |
| Series | string | |
| Model_year | string | |
| Sales_version | string | |
| Cc | string | |
| Engine_no | string | |
| Fuel_type | string | |
| Air_intake | string | |
| KW | string | |
| Transmission_detail | string | |
| Gear_num | string | |
| Door_num | string | |
| Seat_num | string | |
| Body_type | string | |
| Driven_model | string | |
| Date_begin | string | |
| Date_end | string | |
| Price | string | |
| Autohome_id | string |
| Parameter | Type | Description |
|---|---|---|
| PartInfo | string | |
| TotalRecords | int | |
| OeInterchangeRecords | int | |
| FactoryInterchangeRecords | int | |
| OeInterchange | string | |
| FactoryInterchange | string |