40032.Get Aftermarket Applicable Vehicle Models via Brand Part Number/OE Number
Brief Summary:- Retrieve the Aftermarket 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,This interface differs from interface 40031 in that it returns simplified vehicle model information, omitting detailed fields like sales versions (e.g., trim levels). It aggregates the standard applicable vehicle models from interface 40031 based on specific criteria, significantly reducing the total number of listed models. This streamlined format is better suited for aftermarket products (e.g., brake pads, filters) where broad compatibility takes precedence over granular model distinctions.
http://api.17vin.com:8080/?action=get_modellist_from_part_number_and_group_id_for_aftermarket&part_number={part_number}&group_id={group_id}&based_on={based_on}&user={user}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | get_modellist_from_part_number_and_group_id_for_aftermarket |
| part_number | Yes | string | |
| group_id | Yes | string | |
| based_on | No | string | engine or transmission |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/?action=get_modellist_from_part_number_and_group_id_for_aftermarket&part_number=xxxxxx&group_id=xx&based_on=engine’)) |
{
"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_aftermarket_by_engine":[
{
"epc":"audi_vw",
"brand_alias":"大众(一汽大众)",
"factory":"一汽-大众",
"brand":"大众",
"series":"高尔夫",
"model":"高尔夫",
"cc":"1.6L",
"model_years":"2003-2019",
"model_ids":"500179,500180,9231,9237,9238,9240,9249,9250,9252,9259,9260,9262,9266,9267,9268,9269,9272,9285,9286,9288,9296,9297,9298,9299,9302,9306,9307,9308,9310,9312,9314,9315,9316,9318,9320,9323,9324,9325,9326,9327,9328,9332,9334,9335,9337,9338,9339",
"engine_nos":"AWB,BFQ,BJH,BWG,CDF,CLR,CSR"
},
{
"epc":"audi_vw",
"brand_alias":"西雅特(进口)",
"factory":"西雅特",
"brand":"西雅特",
"series":"伊比飒",
"model":"伊比飒",
"cc":"1.2T",
"model_years":"2013",
"model_ids":"26493",
"engine_nos":"CBZB"
}
],
"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 |
|---|---|---|
| Epc | string | |
| Epc_id | string | |
| brand_alias | string | |
| Factory | string | |
| Brand | string | |
| series | string | |
| model | string | |
| cc | string | |
| model_years | string | |
| model_ids | string | |
| engine_nos | string |
| Parameter | Type | Description |
|---|---|---|
| PartInfo | string | |
| TotalRecords | int | |
| OeInterchangeRecords | int | |
| FactoryInterchangeRecords | int | |
| OeInterchange | string | |
| FactoryInterchange | string |