Hi,
When trying to fetch movies the results are not being filter based on language.
http://api.themoviedb.org/3/movie/upcoming?language=hi&api_key=###
Thanks
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on August 29, 2013 at 11:06 AM
If the translation for the language you are requesting hasn't been added, there won't be any data. I don't think we have that much data translated to Hindi.
You can browse to some individual movies to see if they have a Hindi translation.
Reply by abrahamw
on August 29, 2013 at 11:39 AM
Thanks... may be my requirement is slightly different. What i like is to get all movies which has been released this year in India on a country basis
Reply by Travis Bell
on August 29, 2013 at 12:50 PM
In that case, the best you can do is do a discover call. You can use the
certification_country
andcertification.lte
params. Combine that with therelease_date.gte
param and you can get something close to what you're looking for.There's still a bigger potential issue with this though. I'm just not sure if India has that many release dates added. We've never had that active of an Indian user base.
Here's an example query looking for movies released after Aug. 1 with certifications less than or equal to A in India:
Which has 0 entries. Scaling that back to June 1 has at least 14 entries:
In any case, you can see the issue here. I looked up some popular movies like Iron Man 3 and Star Trek: Into Darkness and both of those don't have any release dates added for India. :/