Soporte de The Movie Database

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 respuestas (en la página 1 de 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.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión