v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Subtitles

Get all subtitles

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

get/streaming/videos/{video_id}/subtitles

Path parameters

video_idinteger required

ID of the video

Response

Successful

namestring

Name of subtitle file

languagestring

3-letter language code according to ISO-639-2 (bibliographic code)

vttstring

Full text of subtitles/captions, with escaped "\n" ("\r") symbol of new line

idinteger

ID of subtitle file

Example response

[
  {
    "id": 1000,
    "name": "German (AI-generated)",
    "language": "ger",
    "vtt": "WEBVTT\n\n1\n00:00:07.154 --> 00:00:12.736\nWir haben 100 Millionen registrierte Benutzer oder aktive Benutzer, die mindestens einmal pro Woche spielen.\n\n2\n00:00:13.236 --> 00:00:20.198\nWir haben vielleicht 80 oder 100.000, die auf einem bestimmten Cluster spielen."
  }
]