Hai, Any Possible to Get all movies details from TMDB API.If yes what that API URL otherwise Which API get more movies details. Thanks
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 2 de enero de 2019 a las 10:39
There's no query to get all the movies, if that's what you're after. You can use the daily ID exports to know which movies exist and then query for the details that way.
With regards to querying data, you need to use the get details method. You can make sub queries like for images, and credits. As well as use append_to_response.
Contestado por billu
el 3 de enero de 2019 a las 00:08
Okay Thanks.What the difference between the following two API
First one Get 40K Movies and second one get 20K Movies
Thanks in advance.
Contestado por Travis Bell
el 3 de enero de 2019 a las 10:51
Any list method like discover or popular and top rated, will only return 20,000 items (they are limited to page 1000). You cannot use them to get all of the movies.