🎬 Cinefy Stream API

TMDB-based streaming player with auto-provider resolution

Player Endpoints

GET /movie/:tmdb_id
Play a movie by TMDB ID
GET /tv/:tmdb_id/:season/:episode
Play a TV episode by TMDB ID, season number, episode number

Debug Endpoints

GET /api/resolve/movie/:tmdb_id
JSON: Resolve movie → provider ID + stream links
GET /api/resolve/tv/:tmdb_id/:season/:episode
JSON: Resolve episode → provider ID + stream links

Proxy

GET /proxy/m3u8?url=encoded_url
M3U8 manifest proxy (used by player internally)

Examples

GET /movie/550
Fight Club
GET /movie/278
The Shawshank Redemption
GET /tv/1396/1/1
Breaking Bad — Season 1, Episode 1
GET /tv/1399/1/1
Game of Thrones — Season 1, Episode 1