---
title: "Gets subtitles in a specified format."
method: GET
path: "/Videos/{itemId}/{mediaSourceId}/Subtitles/{index}/Stream.{format}"
tags: ["Subtitle"]
---

# Gets subtitles in a specified format.

`GET /Videos/{itemId}/{mediaSourceId}/Subtitles/{index}/Stream.{format}`

## Path parameters

- `itemId` string, uuid, required — The item id.
- `mediaSourceId` string, required — The media source id.
- `index` integer, required — The subtitle stream index.
- `format` string, required — The format of the returned subtitle.

## Query parameters

- `endPositionTicks` integer, nullable — Optional. The end position of the subtitle in ticks.
- `copyTimestamps` boolean — Optional. Whether to copy the timestamps.
- `addVttTimeMap` boolean — Optional. Whether to add a VTT time map.
- `startPositionTicks` integer — Optional. The start position of the subtitle in ticks.

## Response `200`

File returned.

---

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