Get the list of component images in multiple resolutions.

GET {{baseUrl}}/markets/:marketId/models/:modelId/configurations/:configurationId/images/components?imageSizes=SMALL&imageSizes=LARGE

Returns URLs pointing to images in JPG (or PNG for wheels) format in SMALL and LARGE resolution for the vehicle's components. The image resolution depends on the component category: - engine (SMALL 230x131 px, LARGE 1024x576 px) - rim (SMALL 142x142 px, LARGE 710x710 px) - trim (SMALL 138x132 px, LARGE 800x600 px) - paints (SMALL 138x132 px, LARGE 800x600 px) - upholstery (SMALL 138x132 px, LARGE 800x600 px)

Request Params

KeyDatatypeRequiredDescription
imageSizesstringA list of image sizes separated by a comma. If nothing is defined SMALL and LARGE image size are returned.
imageSizesstringA list of image sizes separated by a comma. If nothing is defined SMALL and LARGE image size are returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"components":{"paint":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"},"rim":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"},"trim":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"},"upholstery":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"},"engine":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"},"paint2":{"SMALL":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"LARGE":{"resolution":"\u003cstring\u003e","url":"\u003cstring\u003e"},"code":"\u003cstring\u003e"}}}