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...
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur Travis Bell
op 18 September 2015 om 10:57 VM
Hi jswiss,
Are you trying to use the website or API to do this?
Antwoord deur jswiss
op 18 September 2015 om 4:09 NM
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
Antwoord deur Travis Bell
op 18 September 2015 om 4:42 NM
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.
Antwoord deur jswiss
op 19 September 2015 om 8:36 VM
Amazing! Thanks Travis, and sorry for all the beginner questions!