Skip to main content

Mechanical Connectors

This page describes the request method and example for the Mechanical Connectors interface.

Interface Information
  • Request Method: GET
  • Interface URL: /api/products/mechanical
  • Request Rate Limit: 60 requests / minute

Request Parameters

See Data Model: Request Parameters

Response Data

See Data Model: Response Data

Example Request

Query products that contain AM1014-21 in code.

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

Example Response

Produsts that contain AM1014-21 in code.

{
"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
}
}