hi I'm new to this api and need some help to use with android app , 1)is there an option to get movies list which released between two years for examples from 2005 until 2010 2)where can I find all the search parameters in the help ,such as category code ,actor , sorting option..
thank u.
¿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 _kram2803
el 16 de noviembre de 2015 a las 15:39
can be found here http://docs.themoviedb.apiary.io/#
Contestado por Travis Bell
el 19 de noviembre de 2015 a las 10:46
Hi samdev,
Yes, you can use the /discover/movie method to get this list. Take a look at the
release_date.gte
/release_date.lte
/primary_release_date.gte
/primary_release_date.lte
filters.All of the available filters and sorting options for discover are documented in the link above.
Cheers.