Hello,
I wana show the watch provider and Watch regions with my Discovers request. But it’s not working ! Help me please . My request include : &watch_providers and &watch_region
This is my query :
https://api.themoviedb.org/3/discover/movie?api_key=MyApiKey&with_watch_providers=8&watch_region=FR
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika superboy97
17 września 2022 o godz. 9:15AM
Your query is not asking to show the watch provider and watch regions, but to only give you the movies that much the watch providers and region you have indicated.
Note : You should answer to your message instead of creating a new topic each time.
Odpowiedź użytkownika AntoineLrt
17 września 2022 o godz. 9:17AM
@superboy97 sorry…. Can u help me for my query please ?
Odpowiedź użytkownika ticao2 🇧🇷 pt-BR
18 września 2022 o godz. 11:14AM
Using Discover you can specify the filters "&with_watch_providers=" and "&watch_region=".
You will receive in the response the films that fit these filters.
But if you want to receive all "watch_providers" from a "watch_region" of a specific movie,
you must make an API Request of the details of that movie.
get/movie/{movie_id}/watch/providers
https://developers.themoviedb.org/3/movies/get-movie-watch-providers
Odpowiedź użytkownika AntoineLrt
18 września 2022 o godz. 12:04PM
Thank u so much for ur response 🙏