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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 11 de septiembre de 2015 a las 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.