Keyboard Shortcuts
Advanced Search
I want only indian movies how i get all indians movies ?
@guruchara_100 said: I want only indian movies how i get all indians movies ? I want only indian movies how i get all indians movies ?
Two possibilities using Discover. https://developers.themoviedb.org/3/discover/movie-discover
1 - Using the &with_origin_country= filter which is very new and not yet in the documentation. https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_origin_country=IN
2 - Or using the filter &with_original_language= https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_original_language=hi|kn|ml|ta|te In the example with all languages spoken in India.
Can't find a movie or TV show? Login to create it.
Login
Sign Up
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by ticao2 š§š· pt-BR
on May 1, 2022 at 10:28 AM
Two possibilities using Discover.
https://developers.themoviedb.org/3/discover/movie-discover
1 - Using the &with_origin_country= filter which is very new and not yet in the documentation.
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_origin_country=IN
2 - Or using the filter &with_original_language=
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_original_language=hi|kn|ml|ta|te
In the example with all languages spoken in India.