@samueladex said: How can users watch movies on my application? Is it possible for users to watch any movie of their choice through the API endpoint in my application, ?
if so! Then which api endpoint should I use?
No, it's not possible.
TMDb is not a Service or Stream Server.
TMDb is a movie database. Titles, crew, cast, posters, backdrops, overview etc ...
The only links that TMDb provides, in the WEB interface, are those provided by
the Just Watch service: https://www.justwatch.com/
When they exist, they should be on the Movie or TV Show page.
Just below the Poster. And it's not available through the API.
So it is not possible to play, or watch or download movies/tv show here on TMDb.
@samueladex said:
That means I can fetch videos from One of those stream providers.
But can you give me a way on how to go about it using justwatch?
Thanks in Anticipation
In the TMDb web interface:
If the movie is in the Justwatch database,
on the main page of the movie just below the poster
you will see a stripe with the logo of the stream service
and some text like Watch Now for example.
Click and a window with available services will open.
ticao2 🇧🇷 pt-BR 的回复
于 2022 年 01 月 30 日 10:15上午
No, it's not possible.
TMDb is not a Service or Stream Server.
TMDb is a movie database. Titles, crew, cast, posters, backdrops, overview etc ...
The only links that TMDb provides, in the WEB interface, are those provided by
the Just Watch service: https://www.justwatch.com/
When they exist, they should be on the Movie or TV Show page.
Just below the Poster. And it's not available through the API.
So it is not possible to play, or watch or download movies/tv show here on TMDb.
samueladex 的回复
于 2022 年 01 月 30 日 12:42下午
So, is there any other alternative? If I want the users to watch the movies
ticao2 🇧🇷 pt-BR 的回复
于 2022 年 01 月 30 日 2:46下午
Yes there is. Access known Stream providers.
HBO, Amazon Prime, Netflix, etc...
Or using JustWatch.
samueladex 的回复
于 2022 年 01 月 31 日 1:36下午
That means I can fetch videos from One of those stream providers. But can you give me a way on how to go about it using justwatch?
Thanks in Anticipation
ticao2 🇧🇷 pt-BR 的回复
于 2022 年 01 月 31 日 6:42下午
In the TMDb web interface:
If the movie is in the Justwatch database,
on the main page of the movie just below the poster
you will see a stripe with the logo of the stream service
and some text like Watch Now for example.
Click and a window with available services will open.
Using API Request:
I believe you need to make a specific request for each film.
https://developers.themoviedb.org/3/movies/get-movie-watch-providers
I've never done it so it's up to you to find out how it works.
I don't think you will receive a URL for the service.
Or searching directly in JustWatch using the movie title.
samueladex 的回复
于 2022 年 01 月 31 日 6:53下午
What if I want to fetch each movie from the streaming provider directly, like HBOmax or Netflix. How will I go about that?
ticao2 🇧🇷 pt-BR 的回复
于 2022 年 01 月 31 日 7:00下午
I do not know.