The Movie Database Support

Hi. I am new to TMDB.

i want to know how can i list movies/seasons by production studio.
i am tried using following link, but i got there few reults ,how can i get more results?
https://api.themoviedb.org/3/discover/movie?api_key=***&with_companies=3
how can i find which studio have which id?

Can we Get the movies/seasons by genres? if yes, then can use send me example of it ?
i am tried using this link
https://api.themoviedb.org/3/genre/movie/list?api_key=Api_key
but here i only get the id and title.
how can i manage to get full lists of movies/seasons by genre ? Please send me example of it.

Can we generate list by years, i try to fetch by following query but i get there few results.
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_year=2009
i want to get full lists. how can i get that ?

How can i get fetch movies by Countries?
i tried using this but this doesn't work.
https://api.themoviedb.org/3/discover/movie?api_key=###&certification_country=IN&page=1
can you send me example?

11 replies (on page 1 of 1)

Jump to last post

yes i visited that page but i didn't understand. so, please help me by sending me examples.

@godfather.vip said:

i want to know how can i list movies/seasons by production studio.
i am tried using following link, but i got there few reults ,how can i get more results?
https://api.themoviedb.org/3/discover/movie?api_key=***&with_companies=3
how can i find which studio have which id?

If you want to know all of the studios that exist you will have to iterate over the data on the API. To know which IDs are available, one option could be to use the daily ID exports. We provide the IDs for companies. You can read about that here.

Can we Get the movies/seasons by genres? if yes, then can use send me example of it ?
i am tried using this link
https://api.themoviedb.org/3/genre/movie/list?api_key=Api_key
but here i only get the id and title.
how can i manage to get full lists of movies/seasons by genre ? Please send me example of it.

You'll want to use discover for this. An example of searching for movies that have the Thriller genre would look like:

https://api.themoviedb.org/3/discover/movie?api_key=###&with_genres=53

You can of course, mix any of the ~26 discover filters with this query to make a very customized query.

Can we generate list by years, i try to fetch by following query but i get there few results.
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_year=2009
i want to get full lists. how can i get that ?

I'm not exactly sure what you mean by "full lists" but you will have to page through the results in order to get all of items. There is a 10,000 item limit on discover so depending on your use case, if you were trying to get all of the available data, you won't want to use discover for this. You would have to iterate over all of the available IDs starting at 1, and essentially pull a full copy of the database down locally building your own schema to match your requirements.

https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_year=2009&page=1
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_year=2009&page=2
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_year=2009&page=3

Etc.

How can i get fetch movies by Countries?
i tried using this but this doesn't work.
https://api.themoviedb.org/3/discover/movie?api_key=###&certification_country=IN&page=1
can you send me example?

This all depends on what you mean "by country". The only data by we store about countries is the production country, and release dates. I don't think there's a filter for discover for production country at this time, but you can search for movies that have an Indian release date with the following:

https://api.themoviedb.org/3/discover/movie?api_key=###&region=IN

thank you very muchπŸ˜ƒ

can i get bollywood movies list using your api ? if yes then please send me example of it.

also i can't get seasons list by year i tried the following link but i cant get specific results

https://api.themoviedb.org/3/discover/tv?api_key=***&primary_release_year=2020&page=1

so also give the example of it

@godfather.vip said:

can i get bollywood movies list using your api ? if yes then please send me example of it.

https://api.themoviedb.org/3/discover/movie?api_key=###&with_original_language=hi

how can i get list of Netflix TV shows

i am tried using following company id for netflix, but that doesn't work

 https://api.themoviedb.org/3/discover/tv?api_key=API&sort_by=primary_release_date.desc&page=1&with_companies=135765

can you send me netflix company id and example of it.

How can i get this pages response using API?

 https://www.themoviedb.org/network/213?language=en-US

with_companies searches the production company database, and Netflix is very rarely a production company, that's why there's next to no data there.

While we store Netflix as the network for TV items, there's no such field for movies. The only way you can query Netflix would be to use the network lookup on discover:

https://api.themoviedb.org/3/discover/tv?api_key=###&with_networks=213

Can we get trending list acording to the multiple/single language(s) like this

https://api.themoviedb.org/3/trending/movie/week?api_key=**API**&with_original_language=en|hi|ru|.....

@godfather.vip said:

Can we get trending list acording to the multiple/single language(s) like this

https://api.themoviedb.org/3/trending/movie/week?api_key=**API**&with_original_language=en|hi|ru|.....

I do not think so.
The API Request of type get / trending / {media_type} / {time_window} supports only 2 parameters:
media_type and time_window

Adding this language parameter, &with_original_language=, does not change the response.

But in the answer, each item comes with the information of its original_language:
Therefore, you can do this filtering on your side.

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