Skip to main content
GET
TV Subtitles
Returns an array of subtitle tracks for a specific TV episode. Each track is a direct .vtt or .srt link — no proxy needed. Requires a standard or partner API key. Subtitle tracks are also bundled automatically in /tv responses as part of the meta event; use this endpoint when you need them independently.

Path Parameters

string
required
TMDB series ID — not episode ID.Example: 1396 for Breaking Bad
number
required
Season number.
number
required
Episode number within the season.

Request


Response

Returns a JSON array. 404 if no subtitles are found for this episode.
Subtitle[]
Array of subtitle track objects for the episode.

Responses


Building an Episode Selector with Subtitles

Subtitle availability varies by episode. Newer or less popular shows may return an empty array. Always handle subtitles.length === 0 gracefully in your UI.