Fetch movie and TV show information including video files and subtitles with ease. Built for developers, by developers.
Lightning-quick response times
99.9% uptime guarantee
Easy to integrate
/movie/:tmdbId
Returns all scraping information for a movie with the given tmdbId. Returns 404 if the movie is not found in the TMDB database.
GET /movie/123456
/tv/:tmdbId?s=:season&e=:episode
Returns scraping information for a TV show episode. Season and episode parameters are optional.
GET /tv/123456?s=1&e=1
{
"files": [
{
"file": "url",
"type": "fileType",
"lang": "languageCode (ISO 639-1)",
"headers": {
"description": "Optional headers for specific requests"
}
}
],
"subtitles": [
{
"url": "subtitleFileUrl",
"lang": "languageCode (ISO 639-1)",
"type": "subtitleType"
}
]
}
.m3u8 file that can be played with HLS-compatible players (video.js or hls.js)
.mp4 file playable with standard video players
URL for iframe embedding (may include third-party content)
Direct URL for browser playback, typically ad-free