---
title: "Gets available remote images for an item."
method: GET
path: "/Items/{itemId}/RemoteImages"
tags: ["RemoteImage"]
---

# Gets available remote images for an item.

`GET /Items/{itemId}/RemoteImages`

## Path parameters

- `itemId` string, uuid, required — Item Id.

## Query parameters

- `type` 'Primary' | 'Art' | 'Backdrop' | 'Banner' | 'Logo' | 'Thumb' | 'Disc' | 'Box' | 'Screenshot' | 'Menu' | 'Chapter' | 'BoxRear' | 'Profile' — Enum ImageType.
- `startIndex` integer, nullable — Optional. The record index to start at. All items with a lower index will be dropped from the results.
- `limit` integer, nullable — Optional. The maximum number of records to return.
- `providerName` string, nullable — Optional. The image provider to use.
- `includeAllLanguages` boolean — Optional. Include all languages.

## Response `200`

Remote Images returned.

- RemoteImageResult — Class RemoteImageResult.
  - `Images` RemoteImageInfo[], nullable — Gets or sets the images.
    - `ProviderName` string, nullable — Gets or sets the name of the provider.
    - `Url` string, nullable — Gets or sets the URL.
    - `ThumbnailUrl` string, nullable — Gets a url used for previewing a smaller version.
    - `Height` integer, nullable — Gets or sets the height.
    - `Width` integer, nullable — Gets or sets the width.
    - `CommunityRating` number, double, nullable — Gets or sets the community rating.
    - `VoteCount` integer, nullable — Gets or sets the vote count.
    - `Language` string, nullable — Gets or sets the language.
    - `Type` 'Primary' | 'Art' | 'Backdrop' | 'Banner' | 'Logo' | 'Thumb' | 'Disc' | 'Box' | 'Screenshot' | 'Menu' | 'Chapter' | 'BoxRear' | 'Profile' — Enum ImageType.
    - `RatingType` 'Score' | 'Likes'
  - `TotalRecordCount` integer — Gets or sets the total record count.
  - `Providers` string[], nullable — Gets or sets the providers.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Item not found.

---

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