键盘快捷键
高级搜索
The features/columns in my api are only backdrop_path genre_ids id original_language original_title overview popularity poster_path release_date title video vote_average vote_count.
Hi @aamadasun1,
You'll need to make a request to the /credits method. You can also use append_to_response with it.
/credits
append_to_response
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2024 年 02 月 09 日 5:20下午
Hi @aamadasun1,
You'll need to make a request to the
/credits
method. You can also useappend_to_response
with it.