I'm newbie to TheMovieDb site. first of all I want to thank you all guys for doing very nice work.
Is there any API endpoint to get all movie list ?
Right now I can't find any api to get all movie.
I go to this link : https://developers.themoviedb.org/3/movies
on this page first API is to get movie by movie_id
I mean GET /movie/{movie_id}
But I don't know what is the movie id that I want than how can I use this API ?
for example I want to get details for fight club movie but I don't know movie_id for fight club than what ?
hope someone will help :)
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 ma99us
em 5 agosto 2017 às 9:51 AM
To get a list of movies with their IDs, you need to use /search/movie, or /search/tv, or /search/multi first. The response will have an array of Objects matching your search query. Each object will have some basic information and and ID. (See: https://developers.themoviedb.org/3/search/search-movies)
Resposta de Travis Bell
em 5 agosto 2017 às 11:44 AM
Hi @thedhaval
There's a help document that outlines a typical use case around this that you can read here: https://developers.themoviedb.org/3/getting-started/search-and-query-for-details
Resposta de sudharsan01
em 8 agosto 2024 às 5:56 PM
for recommendations how to show the recommended films without knowing the movie_id