跳到主要内容

机械端子

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

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

请求参数

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

返回数据

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

示例请求

查询编号中包含 AM1014-21 的产品

curl -X GET 'https://www.realpore.com/api/products/mechanical?q=AM1014-21' \
-H 'x-api-key: YOUR_API_KEY_HERE'

示例返回

编号中包含 AM1014-21 的产品数据

{
"data": [
{
"id": 2102,
"itemcode": "AM1014-21",
"itemname": "AM1014-21",
"category_img": "https://www.realpore.com/storage/data/celestra/product_category/ff91c87d-0a00-44fb-8b8f-0ffb288de52c.gif",
"attributes": {
"wire_range": "#14 AWG - 1/0 AWG",
"bolt_size": "1/4",
"hex_size": "SLOT",
"total_length": "1.47",
"tongue_length": "0.85",
"tongue_width": "1.19",
"tongue_thickness": "0.18",
"barrel_outer_diameter": "0.80",
"product_classification": "Connectors - Compression",
"terminal_configuration": "Standard",
"generation": "Power Generation and Distribution",
"compliant": "RoHS compliant,ELV compliant",
"compliant_history": "Always was RoHS compliant",
"UL": "UL",
"brand": "Huya"
},
"attribute_desc": {
"wire_range": {
"label": "wire_range",
"drawing_field": "APP CABLE WIRE RANGE",
"deviation": ""
},
"bolt_size": {
"label": "bolt_size",
"drawing_field": "BOLT SIZE",
"deviation": ""
},
"hex_size": {
"label": "hex_size",
"drawing_field": "KEX KEY",
"deviation": ""
},
"total_length": {
"label": "Total Length",
"drawing_field": "A",
"deviation": "±0.03"
},
"tongue_length": {
"label": "Tongue Length",
"drawing_field": "B",
"deviation": "±0.02"
},
"tongue_width": {
"label": "Tongue Width",
"drawing_field": "C",
"deviation": "±0.02"
},
"tongue_thickness": {
"label": "Tongue Thickness",
"drawing_field": "D",
"deviation": "±0.015"
},
"barrel_outer_diameter": {
"label": "Barrel O.D.",
"drawing_field": "H",
"deviation": "±0.02"
}
},
"attachments": {
"drawing": "https://www.realpore.com/products/product-info-pdf?product_id=2102",
"rohs": "https://www.realpore.com/products/rohs-pdf?product_id=2102",
"msds": "https://www.realpore.com/products/msds-pdf?product_id=2102"
}
}
],
"pagination": {
"page": 1,
"total_pages": 1,
"page_size": 50,
"total": 1
}
}