Hello, i tried to sort by primary release year and by the average_vote but it wont work out.
Here's an example of how i tried to add the primary_release_year:
https://api.themoviedb.org/3/genre/27/movies?primary_release_year=1999&api_key=key
What am i doing wrong?
Bests
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 7 Ιούλιος 2015 στις 06:03 ΜΜ
Hi Abaklizki,
/genre/{ID}/movies doesn't support
primary_release_year
. You'll want to move your query over to /discover/movie for this:Cheers.
Απάντηση από τον/την Alex
στις 7 Ιούλιος 2015 στις 06:18 ΜΜ
Hi Travis, thanks for the reply. I just hoped that i dont have to do this step :D
Bests
Απάντηση από τον/την Travis Bell
στις 7 Ιούλιος 2015 στις 06:30 ΜΜ
Hi Alex,
The results from /genre/{ID}/movies are the same as /discover/movie, it's just that discover supports a lot more filters and options. There's no extra step, same steps required no matter which way you go at it ;)
Cheers.