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

Path Parameters

string
required
TMDB movie ID.Example: /api/subtitles/movie/550 → subtitles for Fight Club

Request


Response

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

Responses


Usage Examples

HTML <track> element

Video.js

Plyr

Subtitle tracks are included automatically in /movie responses inside the meta event. Only call this endpoint when you need subtitles without fetching stream sources.