Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

More movie & tvshow APIs you can add #4

Description

@lem6ns
Movie APIs:
https://vidsrc.me/embed/imdbId/
https://fsapi.xyz/movie/imdbId
https://curtstream.com/movies/imdb/imdbId
https://moviewp.com/se.php?video_id=imdbId
https://v2.apimdb.net/e/movie/imdbId
https://gomo.to/movie/imdbId
https://vidcloud.stream/imdbId.html
https://getsuperembed.link/?video_id=imdbId (!!! returns url, parse body and embed that)

TV APIs
https://fsapi.xyz/tv-imdb/imdbId-season-episode
https://moviewp.com/se.php?video_id=tmdbId&tmdb=1&s=season&e=episode
https://v2.apimdb.net/e/tmdb/tv/tmdbId/season/episode/
https://databasegdriveplayer.co/player.php?type=series&tmdb=tmdbId&season=season&episode=episode
https://curtstream.com/series/tmdb/tmdbId/season/episode/
https://getsuperembed.link/?video_id=imdbId&season=season&episode=episode (!!! returns url, parse body and embed that)

replace tmbdId, imdbId, season and episode with the respective stuff

customization for superembed:

info = `just add the variable to the end of the url, like this: https://getsuperembed.link/?video_id=tt7286456&preferred_server=12`;

// player font - paste font name from Google fonts, replace spaces with +
player_font = "Poppins";

// player colors - paste color code in HEX format without # eg. 123456
player_bg_color = "000000"; // background color
player_font_color = "ffffff"; // font color
player_primary_color = "34cfeb"; // primary color for loader and buttons
player_secondary_color = "6900e0"; // secondary color for hovers and elements

// player loader - you can choose a loading animation from 1 to 10
player_loader = 1;

// options are: vidlox = 7, fembed = 11, mixdrop = 12, upstream = 17, videobin = 18,
// doodstream = 21, streamtape = 25, streamsb = 26, voe = 29, ninjastream = 33
preferred_server = 0; // paste only server number, leave 0 for no preference

// 1 = button with server count and full page overlay with server list
// 2 = button with icon and dropdown with server list
player_sources_toggle_type = 2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions