---
title: "Search remote subtitles."
method: GET
path: "/Items/{itemId}/RemoteSearch/Subtitles/{language}"
tags: ["Subtitle"]
---

# Search remote subtitles.

`GET /Items/{itemId}/RemoteSearch/Subtitles/{language}`

## Path parameters

- `itemId` string, uuid, required — The item id.
- `language` string, required — The language of the subtitles.

## Query parameters

- `isPerfectMatch` boolean, nullable — Optional. Only show subtitles which are a perfect match.

## Response `200`

Subtitles retrieved.

- RemoteSubtitleInfo[]
  - `ThreeLetterISOLanguageName` string, nullable
  - `Id` string, nullable
  - `ProviderName` string, nullable
  - `Name` string, nullable
  - `Format` string, nullable
  - `Author` string, nullable
  - `Comment` string, nullable
  - `DateCreated` string, date-time, nullable
  - `CommunityRating` number, float, nullable
  - `DownloadCount` integer, nullable
  - `IsHashMatch` boolean, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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)
