Hi, I am new to themoviedb.org and creating website to fetch movie list based on some criteria like Year wise, Date wise, Start with some latter (say start with 'a'). Does it possible to do these features? How? can you give me some URL example? What I have to pass in URL to get such type of information. Thanks
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 11. September 2015 um 17:44
Hi bhrugumehta,
You can do this with search:
The downside to this method is that you won't have any control over sorting. If you want to control sorting, you can't pass a quest parameter and should use /discover/movie.
All of the sorting options and filters can be found in the documentation.