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.
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van _kram2803
op 16 november 2015 om 3:39 PM
can be found here http://docs.themoviedb.apiary.io/#
Reactie van Travis Bell
op 19 november 2015 om 10:46 AM
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.