Hi there,
I am looking to be able to search for a film, but only showing results by a certain provider? For example, searching 'Pirates' and only get only results that are available on Disney+. Is there anything you could suggest?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de vkay
pe data de 29 iulie 2021 la ora 8:44 AM
You can use the Discover endpoints by using
with_watch_provider
andwith_text_query
. The URL for your example:390 is the provider id for Disney Plus. You may specify the watch region as well. Unfortunately, currently there is no watch provider search, so you have to use the
/watch/providers/movie
endpoint to get the full list and filter it yourself.Răspuns de acumming24
pe data de 29 iulie 2021 la ora 9:16 AM
Thank you! I had looked at the discover function and I am currently implementing that for general use, but I didn't see the with_text_query part!!
Răspuns de vkay
pe data de 29 iulie 2021 la ora 9:24 AM
Your welcome :) That's no surprise since It's not documented in the documentation (but the parameter was mentioned in the forum sometimes :')).
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 29 iulie 2021 la ora 10:07 AM
As @vkay said, this parameter is not documented.
Travis Bell has already mentioned it in some conversations.
He said it works but is not very reliable.
So you might get some surprise. :-)
Răspuns de cylon147
pe data de 7 februarie 2024 la ora 3:50 AM
i am looking for the same API call just only change is I am trying to get all watch providers but somehow it not returning the required data.
https://api.themoviedb.org/3/discover/movie?&api_key=###&with_text_query=Jack+Reacher&watch_region=IN&append_to_response=watch/providers
Răspuns de Travis Bell
pe data de 7 februarie 2024 la ora 11:08 AM
@cylon147, a few things...
append_to_response
is not supported on discover.watch_region
can only be used in conjunction with eitherwith_watch_monetization_types
orwith_watch_providers
.