---
title: "Get all subtitles"
method: GET
path: "/streaming/videos/{video_id}/subtitles"
tags: ["Subtitles"]
---

# Get all subtitles

`GET /streaming/videos/{video_id}/subtitles`

Method returns a list of all subtitles that are already attached to a video.

## Path parameters

- `video_id` integer, required

## Response `200`

Successful

- Subtitle[]
  - `name` string — Name of subtitle file
  - `language` string — 3-letter language code according to ISO-639-2 (bibliographic code)
  - `vtt` string — Full text of subtitles/captions, with escaped "\n" ("\r") symbol of new line
  - `id` integer — ID of subtitle file

## Other responses

- `400` — One or more parameters were specified incorrectly, check the request
- `404` — Not found

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/versions/09e652815095/schema)
