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.
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 _kram2803
le 16 novembre 2015 à 15h39
can be found here http://docs.themoviedb.apiary.io/#
Réponse de Travis Bell
le 19 novembre 2015 à 10h46
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.