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 AM
Hi jswiss,
Are you trying to use the website or API to do this?
Одговор од jswiss
дана 18. септембар 2015. у 4:09 PM
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
Одговор од Travis Bell
дана 18. септембар 2015. у 4:42 PM
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 AM
Amazing! Thanks Travis, and sorry for all the beginner questions!