The Movie Database Support

I was trying to find hindi movie called Blue. So i made a get request to API as:

https://api.themoviedb.org/3/search/movie?api_key=###&language=en-US&query=Blue&page=1&include_adult=true

Is There any way i can search for particular movie of that particular Language Only Like here i'm getting english movies too but i only want hindi movies for the following query?

4 replies (on page 1 of 1)

Jump to last post

@anshshah91 said:
Is There Any Way To Find Movies Of Certain Language By Their Title?
I was trying to find hindi movie called Blue. So i made a get request to API as:
https://api.themoviedb.org/3/search/movie?api_key=###&language=en-US&query=Blue&page=1&include_adult=true
Is There any way i can search for particular movie of that particular Language Only Like here i'm getting english movies too but i only want hindi movies for the following query?

Using Search API Request I don't think so.
There is a way, partly undocumented, that might solve your problem.
Making a Discover API Request with the parameters:
&with_origin_country=IN
&with_text_query=Blue ( undocumented )
It would be like this:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_origin_country=IN&with_text_query=Blue

In the result the first film is this:
https://www.themoviedb.org/movie/24595-blue

Hi @anshshah91, unfortunately, no, not for search queries. The only query that supports filters like you're looking for is discover, which supports two different filters you can use to help, with_original_language and with_title_translation.

I've created a new ticket for tracking this here. Thanks.

@ticao2 said:

@anshshah91 said:
Is There Any Way To Find Movies Of Certain Language By Their Title?
I was trying to find hindi movie called Blue. So i made a get request to API as:
https://api.themoviedb.org/3/search/movie?api_key=###&language=en-US&query=Blue&page=1&include_adult=true
Is There any way i can search for particular movie of that particular Language Only Like here i'm getting english movies too but i only want hindi movies for the following query?

Using Search API Request I don't think so.
There is a way, partly undocumented, that might solve your problem.
Making a Discover API Request with the parameters:
&with_origin_country=IN
&with_text_query=Blue ( undocumented )
It would be like this:
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&with_origin_country=IN&with_text_query=Blue

In the result the first film is this:
https://www.themoviedb.org/movie/24595-blue

Yeah It is working Thanks

@travisbell said:

Hi @anshshah91, unfortunately, no, not for search queries. The only query that supports filters like you're looking for is discover, which supports two different filters you can use to help, with_original_language and with_title_translation.

I've created a new ticket for tracking this here. Thanks.

Yeah Discover works for now thanks and can i close discussion now as i have got working solution?

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login