Retrieve the available MovinCool accessories using a model code.
Sample parameter inputs are shown below. https://api.movincool.entrinix.com/service/accessories
Examples:
This will return all of the makes in JSON format. The accessories_url returns a blown up image of the accessories, with the corresponding num field in the results as the item. The image_url is the image of the actual accessory.
Sample result outputs are shown below.
{
"accessories_url": "http://movincool.com/service/image/model-accessories/12",
"code": "op12",
"count": 11,
"elapsed_time": "0.0186",
"lang": "en",
"results": [
{
"sku": "LAY84420-0680",
"name": "Storage Cover ",
"description": "Durable black nylon oxford unit storage cover.",
"title": null,
"num": null,
"image_url": "http://movincool.com/service/image/accessory/60"
},
{
"sku": "LA481769-0170",
"name": "Nozzle Adapter Kit",
"description": "Two-piece metal frame converts airflow from louvers to nozzles or cold air ducts. Includes mounting screws. (Nozzles and ducts sold separately.)",
"title": null,
"num": "1",
"image_url": "http://movincool.com/service/image/accessory/28"
},
{
"sku": "LAY84209-0030",
"name": "Nozzle Kit",
"description": "5\" diameter white plastic nozzle that extends up to 2' in length. Includes flange, mounting screws and trim ring. (Purchase in sets of two.)",
"title": null,
"num": "2",
"image_url": "http://movincool.com/service/image/accessory/19"
},
{
"sku": "481170-0180",
"name": "Cold Air Flange Kit",
"description": "5\" diameter white metal flange with wire clamp and mounting screws. Use with cold air ducts.",
"title": null,
"num": "3",
"image_url": "http://movincool.com/service/image/accessory/7"
}
]
}