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.
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 _kram2803
am 16. November 2015 um 15:39
can be found here http://docs.themoviedb.apiary.io/#
Antwort von Travis Bell
am 19. November 2015 um 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.