40031.Get Applicable Vehicle Models via Brand Part Number/OE Number

Brief Summary: Request URL: Request example: Request method: Parameters:

ParameterRequiredTypeDescription
actionYesstringget_modellist_from_part_number_and_group_id
part_numberYesstring
group_idYesstring
userYesstringuser name
tokenYesstringMD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/?action=get_modellist_from_part_number_and_group_id&part_number=xxxxxx&group_id=xx’))

Response example
{

"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

ParameterTypeDescription
Part_idint
Part_numberstring
Part_number_originalstring
Brand_name_zhstring
Brand_name_enstring
Part_name_enstring
Part_name_zhstring
Group_idint
Group_namestring
Image_addressstring
Attribute_enstring
Attribute_zhstring

Response ModelListStd

ParameterTypeDescription
IdintJS_ID
Isshowdataint
Epcstring
Epc_idstring
Detailstring
Factorystring
Brandstring
Modelstring
Seriesstring
Model_yearstring
Sales_versionstring
Ccstring
Engine_nostring
Fuel_typestring
Air_intakestring
KWstring
Transmission_detailstring
Gear_numstring
Door_numstring
Seat_numstring
Body_typestring
Driven_modelstring
Date_beginstring
Date_endstring
Pricestring
Autohome_idstring

Response InterchangeInfo

ParameterTypeDescription
PartInfostring
TotalRecordsint
OeInterchangeRecordsint
FactoryInterchangeRecordsint
OeInterchangestring
FactoryInterchangestring