farooqwani19

Active Member
154
2011
11
2,265
Introducing : https://enterp.online

Simple movie/tv streaming embed API with multiple resources.

Features :

50,000+ Movies
4000+ TV Shows
30000+ Episodes
300 Anime
1 pop up Ad
for server maintenance and Hosting.

First resource is our own hosted stream, then for backup(redundancy) we have used third party services so that your users have a multiple options to select from.

API : https://enterp.online/api

Example :

Code:
To Get Movie, Using Imdb or Tmdb ID

https://enterp.online/embed/IMDB_ID
https://enterp.online/embed/TMDB_ID

To Get Episodes, Using Imdb or Tmdb ID

https://enterp.online/embed/TV_SHOW_IMDB_ID/SEASON/EPISODE

Easy to integrate the api with Dooplay, Psytheme or any movie streaming theme.

__________________

If you own a high traffic website we can set up 70/30 Adsplit profit with you, please contact us for more details.
 
4 comments
File
Do you have a plugin? or integration for wordpress themes?
Files sent via PM.

Integration in psyplay is very easy.

Find the player.php file in includes and change the following code like below:

echo '<iframe src="https://enterp.online/embed/'.$values.'"height="100%"allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>';
?>

here is an example : https://123-movies.buzz
 
Back
Top