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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أغسطس 4, 2023 في 1:31 مساءا
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.