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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 2 janeiro 2019 às 10:39 AM
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.
Resposta de billu
em 3 janeiro 2019 às 12:08 AM
Okay Thanks.What the difference between the following two API
First one Get 40K Movies and second one get 20K Movies
Thanks in advance.
Resposta de Travis Bell
em 3 janeiro 2019 às 10:51 AM
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.