---
title: "GET /{finorvin}/components"
method: GET
path: "/{finorvin}/components"
tags: ["Components"]
---

# GET /{finorvin}/components

`GET /{finorvin}/components`

Returns URLs pointing to images in JPG format in the highest available resolution (depending on the component) of the vehicle's:
  * engine (1024x576 px), 
  * rim (710x710 px), 
  * trim (800x600 px), 
  * paints (800x600 px), 
  * upholstery (800x600 px) and 
  * equipments (740x416 px).

## Path parameters

- `finorvin` string, required

## Response `200`

Successful response

- ComponentsResponse — A paint object
  - `components` Components — A set of URLs pointing to images of the vehicle in low resolution.
    - `engine` ImageUrl — An object describing an image URL that could be a vehicle image for example. This includes the URL to the content.
      - `url` string
    - `equipments` EquipmentMap — The map holds equipments objects with the equipment codes as map keys and a corresponding list of image URLs for each code.
    - `paint` Paints — The upper (paint2) and the lower (paint1) paint of the vehicle.
      - `lowerPaint` CodeImage — The code image contains an equipment code with a corresponding image URL.
        - `code` string, required — The equipment code for the corresponding image.
        - `url` string, required — An URL pointing to an image of an equipment.
      - `upperPaint` CodeImage — The code image contains an equipment code with a corresponding image URL.
        - `code` string, required — The equipment code for the corresponding image.
        - `url` string, required — An URL pointing to an image of an equipment.
    - `rim` CodeImage — The code image contains an equipment code with a corresponding image URL.
      - `code` string, required — The equipment code for the corresponding image.
      - `url` string, required — An URL pointing to an image of an equipment.
    - `trim` CodeImage — The code image contains an equipment code with a corresponding image URL.
      - `code` string, required — The equipment code for the corresponding image.
      - `url` string, required — An URL pointing to an image of an equipment.
    - `upholstery` CodeImage — The code image contains an equipment code with a corresponding image URL.
      - `code` string, required — The equipment code for the corresponding image.
      - `url` string, required — An URL pointing to an image of an equipment.

## Other responses

- `204` — No content could be found for your request. The FIN/VIN belongs to a vehicle for which no images are available.
- `401` — Unauthorized: * Failed to resolve API Key query parameter * Invalid API Key
- `404` — The requested FIN/VIN could not be resolved. Please verify that your FIN/VIN is correct.
- `429` — Quota limit is exceeded
- `500` — The requested FIN/VIN could not be resolved because external resources are not available or the server encountered an internal error.

---

[API](https://skmtc.net/mercedesbenz/apis/image.md) · [All operations](https://skmtc.net/mercedesbenz/apis/image/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercedesbenz/image/versions/353ca18bf30b/schema)
