Model Details
Send a model UUID to this endpoint to fetch information for a specific model, such as tech specs, images, and manuals. Typically the model UUID is found from the Model Search endpoint.
Endpoint
{{base_url}}/gateway/{{partner}}/oems/{{oem}}
Example URL
Get model details for model with UUID 4700F488-63A8-43CE-9F73-49B7D59BE3BE
https://test.hub.bluontoolbox.com/uat/gateway/partner123/oems/4700F488-63A8-43CE-9F73-49B7D59BE3BE
Example Curl
curl -X 'GET' \
'https://test.hub.bluontoolbox.com/uat/gateway/partner123/oems/4700F488-63A8-43CE-9F73-49B7D59BE3BE' \
-H 'accept: application/json' \
-H 'Authorization: Bearer [YOUR_TOKEN]' \
-H 'X-CSRF-TOKEN: '
Example Response
{
"data": {
"id": "4700F488-63A8-43CE-9F73-49B7D59BE3BE",
"status": "live",
"model": "GSX111203AA",
"logo": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/brands/logo/oDE0aq3BQ4KGBEJZHgmi_goodman.png",
"image": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/oems/unit_image/GM_GSX-2.PNG",
"type": "Condensers",
"system_type": "Condensing Unit",
"refrigerant": "R-410A",
"tonnage": "10.00",
"cooling_btuh": null,
"cooling_kw": null,
"heating_btuh": null,
"heating_kw": null,
"voltage_phase_hz": null,
"capacitor_microfarads": null,
"capacitor_voltage": null,
"capacitor_shape": null,
"contactor_poles": null,
"contactor_fla": null,
"contactor_coil_voltage": null,
"belt_size": null,
"filter_drier_volume": null,
"filter_drier_id": null,
"filter_drier_od": null,
"filter_size": null,
"air_filter_media_type": null,
"fuel_type": null,
"seer": null,
"seer2": null,
"eer": null,
"efficiency": null,
"total_circuits": null,
"original_charge_oz": null,
"cooling_type": null,
"heating_type": "Cool Only",
"capacity_staging": null,
"lowest_staging": null,
"total_compressors": null,
"compressors_per_circuit": null,
"compressor_type": "Scroll",
"compressor_brand": null,
"compressor_model": "ZP103KCE-TF5",
"compressor_sizes": null,
"oil_type": null,
"oil_amt_oz": null,
"oil_notes": null,
"rla": null,
"lra": null,
"compressor_notes": null,
"total_devices": null,
"devices_per_circuit": null,
"device_type": null,
"device_size": null,
"metering_device_notes": null,
"fan_type": null,
"cfm_range": null,
"fan_notes": null,
"calling_groups": "Residential Condenser",
"functional_parts_count": 9,
"my_parts_count": 0,
"my_parts_replacements_count": 0,
"root_model": "GSX111203AA",
"brand_name": "Goodman",
"brand_image": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/brands/logo/oDE0aq3BQ4KGBEJZHgmi_goodman.png",
"series": {
"id": 4648,
"name": "GSX11",
"image": {
"id": "fcc115f1cd1557b779ad0af1405cf632",
"url": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/series/image/GM_GSX.PNG",
"conversions": []
}
},
"links": {
"dynamic_link": "https://hlmvl.app.link/q9Sboo6ycXb"
},
"manuals_count": 3,
"manuals": {
"service_facts": [
{
"id": "E70F882C-AD7A-46C4-8533-61668987D8C5",
"url": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/oems/service_facts/b3fb8bc9-9a1d-46cd-9902-bf2670f537c9/GM_GSX_PS_RS6200006r62_2015.pdf",
"conversions": []
}
],
"iom": [
{
"id": "7D6F373C-DA15-43A0-B2E4-93DA8AD1B555",
"url": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/oems/iom/adbc01f3-6d80-4fca-8b1e-54da5997bb04/gsx_series.pdf",
"conversions": []
}
],
"wiring_diagram": [
{
"id": "A282CBB6-A7E5-41ED-9A51-FD9094BDEB41",
"url": "https://assets-bluon-prod.sfo3.cdn.digitaloceanspaces.com/oems/wiring_diagram/05787efa-9256-4ef7-8c1a-e4366303ddc8/GM_GSX_PS_RS6200006r62_2015_Wiring.pdf",
"conversions": []
}
],
"bluon_guidelines": [],
"diagnostic": [],
"misc": [],
"product_data": [],
"controls_manuals": []
},
"updated_at": "2025-06-13T00:00:00.000000Z"
}
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
{partner} | string (path) | required | your partner slug |
oem | string (path) | required | model UUID |