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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de superboy97
em 17 setembro 2022 às 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.
Resposta de AntoineLrt
em 17 setembro 2022 às 9:17 AM
@superboy97 sorry…. Can u help me for my query please ?
Resposta de ticao2 🇧🇷 pt-BR
em 18 setembro 2022 às 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
Resposta de AntoineLrt
em 18 setembro 2022 às 12:04 PM
Thank u so much for ur response 🙏