键盘快捷键
高级搜索
Is there a way or an API to get the cast and crew of a particular movie with the help of movie ID?
@RoronoaHemesh said: Getting the cast & crew members of a particular movie Is there a way or an API to get the cast and crew of a particular movie with the help of movie ID?
Yes there is. Two methods.
1 Specific API request for Credits (Cast and Crew). https://developer.themoviedb.org/reference/movie-credits Example https://api.themoviedb.org/3/movie/550/credits?api_key=THE_KEY
2 Basic API Request, Details; using the &append_to_response= feature. https://developer.themoviedb.org/docs/append-to-response https://developer.themoviedb.org/reference/movie-details Example https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&append_to_response=credits
Thanks mate!
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 07 月 31 日 12:14下午
Yes there is. Two methods.
1 Specific API request for Credits (Cast and Crew).
https://developer.themoviedb.org/reference/movie-credits
Example
https://api.themoviedb.org/3/movie/550/credits?api_key=THE_KEY
2 Basic API Request, Details; using the &append_to_response= feature.
https://developer.themoviedb.org/docs/append-to-response
https://developer.themoviedb.org/reference/movie-details
Example
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&append_to_response=credits
RoronoaHemesh 的回复
于 2023 年 08 月 03 日 1:12上午
Thanks mate!