hello. thanks for the reply. I tried discover method and when i used release date.desc, it showed details of movies which haven't released yet (in popular movie). Is there any filter that i can use which can show Popular movie or Top rated movie till the current date in descending order?
I tried the the link you provided, it gave me error:
status_message: "Internal error: Something went wrong, contact TMDb.",
success: false,
status_code: 11
Thank you. One last question.. Can we filter movies with languages other than english? and what are keywords for that? Like for french or hindi or any other language?
Can't find a movie or TV show? Login to create it.
Reply by Travis Bell
on March 19, 2017 at 12:58 PM
Sure, take a look at the discover method. It has 26 filters and sort options, you can build your own custom query with it.
Reply by jeevan123
on March 20, 2017 at 1:58 PM
hello. thanks for the reply. I tried discover method and when i used release date.desc, it showed details of movies which haven't released yet (in popular movie). Is there any filter that i can use which can show Popular movie or Top rated movie till the current date in descending order?
Reply by Travis Bell
on March 20, 2017 at 3:01 PM
You'll want to use a number of filters together.
Is just a small example, feel free to build your own custom query to exactly what you want with anyone of the 26 filters.
There's a bunch of examples here: https://www.themoviedb.org/documentation/api/discover
Reply by jeevan123
on March 21, 2017 at 9:10 AM
I tried the the link you provided, it gave me error: status_message: "Internal error: Something went wrong, contact TMDb.", success: false, status_code: 11
Reply by Travis Bell
on March 22, 2017 at 10:45 AM
I had a typo. This one works:
Reply by jeevan123
on March 23, 2017 at 2:27 PM
Thank you. One last question.. Can we filter movies with languages other than english? and what are keywords for that? Like for french or hindi or any other language?