跳到主要内容

铝制端子

本页面描述 铝制端子 产品接口的请求方式及示例。

接口信息
  • 请求方法GET
  • 接口地址/api/products/al-serial
  • 请求频率限制:60 次 / 分钟

请求参数

可见 公共数据模型 - 请求参数

返回数据

可见 公共数据模型 - 返回数据

示例请求

查询编号中包含 AS0145 的产品

curl -X GET 'https://www.realpore.com/api/products/al-serial?q=AS0145' \
-H 'x-api-key: YOUR_API_KEY_HERE'

示例返回

编号中包含 AS0145 的产品数据

{
"data": [
{
"id": 5151,
"itemcode": "AS0145",
"itemname": "AS0145",
"category_img": "https://www.realpore.com/storage/data/celestra/product_category/9a39fc20-4d9f-4331-999f-753b3bd590a9.gif",
"attributes": {
"code": "1 AWG",
"total_length": "2.36",
"barrel_inner_diameter": "0.37",
"barrel_outer_diameter": "0.56",
"product_classification": "",
"terminal_configuration": "",
"bolt_size": "",
"tongue_thickness": "",
"generation": "",
"compliant": "",
"compliant_history": "",
"UL": "",
"CSA": "",
"brand": "",
"color": "",
"die_color": "Gold"
},
"attribute_desc": {
"wire_size": {
"label": "wire_size",
"drawing_field": "Wire Size",
"deviation": ""
},
"dimension": {
"label": "dimension",
"drawing_field": "Dimension (in.)",
"deviation": ""
},
"die_color": {
"label": "Did Color",
"drawing_field": "Die Color",
"deviation": ""
}
},
"attachments": {
"drawing": "https://www.realpore.com/products/product-info-pdf?product_id=5151",
"rohs": "https://www.realpore.com/products/rohs-pdf?product_id=5151",
"msds": "https://www.realpore.com/products/msds-pdf?product_id=5151"
}
},
{
"id": 5152,
"itemcode": "AS0145-52",
"itemname": "AS0145-52",
"category_img": "https://www.realpore.com/storage/data/celestra/product_category/9a39fc20-4d9f-4331-999f-753b3bd590a9.gif",
"attributes": {
"code": "1 AWG",
"total_length": "1.98",
"barrel_inner_diameter": "0.35",
"barrel_outer_diameter": "0.53",
"product_classification": "",
"terminal_configuration": "",
"bolt_size": "",
"tongue_thickness": "",
"generation": "",
"compliant": "",
"compliant_history": "",
"UL": "",
"CSA": "",
"brand": "",
"color": "",
"die_color": "Gold"
},
"attribute_desc": {
"wire_size": {
"label": "wire_size",
"drawing_field": "Wire Size",
"deviation": ""
},
"dimension": {
"label": "dimension",
"drawing_field": "Dimension (in.)",
"deviation": ""
},
"die_color": {
"label": "Did Color",
"drawing_field": "Die Color",
"deviation": ""
}
},
"attachments": {
"drawing": "https://www.realpore.com/products/product-info-pdf?product_id=5152",
"rohs": "https://www.realpore.com/products/rohs-pdf?product_id=5152",
"msds": "https://www.realpore.com/products/msds-pdf?product_id=5152"
}
},
{
"id": 5153,
"itemcode": "AS0145-62",
"itemname": "AS0145-62",
"category_img": "https://www.realpore.com/storage/data/celestra/product_category/9a39fc20-4d9f-4331-999f-753b3bd590a9.gif",
"attributes": {
"code": "1 AWG",
"total_length": "2.03",
"barrel_inner_diameter": "0.37",
"barrel_outer_diameter": "0.54",
"product_classification": "",
"terminal_configuration": "",
"bolt_size": "",
"tongue_thickness": "",
"generation": "",
"compliant": "",
"compliant_history": "",
"UL": "",
"CSA": "",
"brand": "",
"color": "",
"die_color": "Gold"
},
"attribute_desc": {
"wire_size": {
"label": "wire_size",
"drawing_field": "Wire Size",
"deviation": ""
},
"dimension": {
"label": "dimension",
"drawing_field": "Dimension (in.)",
"deviation": ""
},
"die_color": {
"label": "Did Color",
"drawing_field": "Die Color",
"deviation": ""
}
},
"attachments": {
"drawing": "https://www.realpore.com/products/product-info-pdf?product_id=5153",
"rohs": "https://www.realpore.com/products/rohs-pdf?product_id=5153",
"msds": "https://www.realpore.com/products/msds-pdf?product_id=5153"
}
}
],
"pagination": {
"page": 1,
"total_pages": 1,
"page_size": 50,
"total": 3
}
}