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...
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Iraila 18, 2015 egunean 10:57 AM(e)tan
Hi jswiss,
Are you trying to use the website or API to do this?
jswiss Erabiltzailearen Erantzuna
Iraila 18, 2015 egunean 4:09 PM(e)tan
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
Travis Bell Erabiltzailearen Erantzuna
Iraila 18, 2015 egunean 4:42 PM(e)tan
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 Erabiltzailearen Erantzuna
Iraila 19, 2015 egunean 8:36 AM(e)tan
Amazing! Thanks Travis, and sorry for all the beginner questions!