Part Details

Get details on a part, such as technical specs and images, by using Part ID (UUID) with this endpoint.

Endpoint

{{base_url}}/gateway/{{partner}}/parts/{{part}}

Example

URL

Get details for part with UUID 9128A53F-A35F-40D4-9B6C-62A939AB1234

https://test.hub.bluontoolbox.com/uat/gateway/bluon/parts/9128A53F-A35F-40D4-9B6C-62A939AB1234

Curl

curl -X 'GET' \
  'https://test.hub.bluontoolbox.com/uat/gateway/partner123/parts/9128A53F-A35F-40D4-9B6C-62A939AB1234' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer [YOUR TOKEN]' \
  -H 'X-CSRF-TOKEN: '

Response

{
  "data": {
    "id": "9128A53F-A35F-40D4-9B6C-62A939AB1234",
    "number": "0131M00040S",
    "type": "motor",
    "subtype": "condenser_motor",
    "description": null,
    "brand": "Goodman",
    "image": {
      "id": "AABCAA9A-2BCE-4512-A3A4-DAF3B0E8158D",
      "url": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/parts/image/b0906292-c684-4314-abb2-a7e02faa5f3a/parts/image/Uni_Geary29270.jpg",
      "conversions": []
    },
    "subcategory": "Condenser Motor 1HP 1110RPM 208-230V 1PH CW",
    "mfg_type": "oem",
    "updated_at": "2025-06-11 17:25:21",
    "my_sku": null,
    "my_product_url": null,
    "my_replacements_count": 0,
    "replacements_count": 8,
    "replacements_aftermarket_count": 0,
    "manuals_count": 0,
    "specifications": {
      "motor_type": null,
      "duty_rating": null,
      "voltage": "208-230V",
      "ph": "1PH",
      "hz": null,
      "run_capacitor_size": null,
      "start_capacitor_size": null,
      "rpm": "1110RPM",
      "output_hp": "1HP",
      "frame_type": null,
      "rotation": "CW",
      "speed": null,
      "shaft_diameter": null,
      "shaft_keyway": null,
      "shaft_length": null,
      "shaft_type": null,
      "bearing_type": null,
      "fla": null,
      "mounting_type": null,
      "replaceable_bearings": null,
      "motor_diameter": null,
      "motor_height": null,
      "enclosure_type": null,
      "material_type": null,
      "weight": null,
      "protection": null,
      "rla": null,
      "lra": null,
      "service_factor": null,
      "power_factor": null,
      "cfm": null,
      "efficiency": null,
      "alternate_part_numbers": null,
      "output_watts": null,
      "input_watts": null,
      "ring_size": null,
      "resilient_ring_dimension": null,
      "armature_amps": null,
      "field_amps": null,
      "service_factor_amps": null,
      "multi_voltage": null,
      "rotation_orientation": null,
      "mounting_angle": null,
      "conduit_box_orientation": null,
      "torque_type": null,
      "drive_type": null,
      "misc": null,
      "armature_voltage": null,
      "field_voltage": null,
      "start_type": null,
      "output_voltage": null,
      "trademark_name": null,
      "module_part_number": null,
      "included_with": null,
      "operating_temperature": null,
      "electrical_notes": null,
      "constant_torque_speed": null,
      "variable_torque_speed": null,
      "start_torque": null,
      "run_torque": null,
      "full_load_torque": null,
      "load_factor": null,
      "frame_diameter": null,
      "cooling_type": null,
      "notes": null,
      "a_dimension": null,
      "b_dimension": null,
      "total_length": null,
      "efficiency_type": null,
      "shaft_dimensions": null,
      "fan_blade_dimensions": null,
      "stack": null,
      "part_type": null,
      "lead_length": null,
      "capacitor_part_number": null,
      "eisa_rating": null,
      "bissc_rating": null,
      "shaft_orientation": null,
      "run_type": null,
      "number_of_poles": null,
      "correct_part_number": null,
      "mount_part_number": null,
      "iec_rating": null,
      "braking_torque": null,
      "winding_type": null,
      "source_info": null,
      "input_voltage": null,
      "mechanical_hp": null,
      "hub_to_hub": null,
      "nominal_capacity": null,
      "wheel_dimensions": null
    },
    "notes": null
  }
}

Parameters

NameTypeRequiredDescription
{partner}string (path)Requiredyour partner slug
{part}string (path)Requiredpart UUID
distributorstring (query)Optionaldistributor UUID
pageinteger (query)Optionalresults by page
per_pageinteger (query)Optionalresults per page