The Movie Database Support

Example: https://api.themoviedb.org/3/movie/upcoming?api_key=xxxxxx&language=te&page=1&region=in

as per the query it should return only india & telugu movies. its returning all languages & region movies

1 reply (on page 1 of 1)

Jump to last post

Hi @balaprasadp,

A few things:

  1. That query is only returning movies that have a release date added for India.
  2. The language parameter doesn't act as a filter on the results but rather just a language query for the data returned for the title, overview and poster_path fields. It has no other impact.

It sounds like you're thinking you're expecting something along the lines of the with_original_language filter that is available on discover. You can built your own discovery query to do this, something like this:

http://api.themoviedb.org/3/discover/movie?api_key=###&release_date.gte=2018-03-15&release_date.lte=2018-04-06&with_release_type=3|2&region=IN&language=te&with_original_language=te

Is what I suspect you're after.

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