You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
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. 123456player_bg_color="000000";// background colorplayer_font_color="ffffff";// font colorplayer_primary_color="34cfeb";// primary color for loader and buttonsplayer_secondary_color="6900e0";// secondary color for hovers and elements// player loader - you can choose a loading animation from 1 to 10player_loader=1;// options are: vidlox = 7, fembed = 11, mixdrop = 12, upstream = 17, videobin = 18,// doodstream = 21, streamtape = 25, streamsb = 26, voe = 29, ninjastream = 33preferred_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 listplayer_sources_toggle_type=2;
replace tmbdId, imdbId, season and episode with the respective stuff
customization for superembed: