Hey,
I am having some trouble searching the api to find films containing 2 people that i specify.
Could you please send me an example which uses Justin Bieber and Selena Gomez for example, or any other 2 celebrities.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 4 août 2023 à 13h31
Hi @izabeladrabek,
You can use discover for that and the
with_people
filter. Thewith_people
filter works like any other filter on discover so you can use a|
to make it anOR
query, or a,
to make it anAND
query.Make sure to look at all of the available filters on discover, there are over 30.
Cheers.