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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by superboy97
on September 17, 2022 at 9:15 AM
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.
Reply by AntoineLrt
on September 17, 2022 at 9:17 AM
@superboy97 sorry…. Can u help me for my query please ?
Reply by ticao2 🇧🇷 pt-BR
on September 18, 2022 at 11:14 AM
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
Reply by AntoineLrt
on September 18, 2022 at 12:04 PM
Thank u so much for ur response 🙏