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 :)
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de ma99us
le 5 août 2017 à 09h51
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)
Réponse de Travis Bell
le 5 août 2017 à 11h44
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
Réponse de sudharsan01
le 8 août 2024 à 17h56
for recommendations how to show the recommended films without knowing the movie_id