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 :)
找不到电影或节目?登录并创建它吧。
ma99us 的回复
于 2017 年 08 月 05 日 9:51上午
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)
Travis Bell 的回复
于 2017 年 08 月 05 日 11:44上午
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
sudharsan01 的回复
于 2024 年 08 月 08 日 5:56下午
for recommendations how to show the recommended films without knowing the movie_id