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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 11 septembre 2015 à 17h44
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.