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 :)
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ma99us
pe data de 5 august 2017 la ora 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)
Răspuns de Travis Bell
pe data de 5 august 2017 la ora 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
Răspuns de sudharsan01
pe data de 8 august 2024 la ora 5:56 PM
for recommendations how to show the recommended films without knowing the movie_id