Hi there:
Is it possible to search for films that include multiple genres? For example, an action animation, or a comedy mystery? I played around a bit with the URI but couldn't get it working...
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-ספטמבר 18, 2015 ב-10:57לפני חצות יום
Hi jswiss,
Are you trying to use the website or API to do this?
תגובה מאת jswiss
ב-ספטמבר 18, 2015 ב-4:09אחרי חצות יום
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
תגובה מאת Travis Bell
ב-ספטמבר 18, 2015 ב-4:42אחרי חצות יום
Hi jswiss,
Ok, with the API you can use /discover/movie to do this. An example query to search for films that are both a animation AND action, you would do this:
You can turn that into an OR query by switching the comma into a pipe:
You can combine these filters with any others listed in the docs, including all of the many sort options.
Cheers.
תגובה מאת jswiss
ב-ספטמבר 19, 2015 ב-8:36לפני חצות יום
Amazing! Thanks Travis, and sorry for all the beginner questions!