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 στις 04:09 ΜΜ
Hey Travis:
I will be using the API. For testing purposes, I was playing around with the URI.
Απάντηση από τον/την Travis Bell
στις 18 Σεπτέμβριος 2015 στις 04: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 στις 08:36 ΕΊΜΑΙ
Amazing! Thanks Travis, and sorry for all the beginner questions!