Is it possible to do this? I.e., something like:
https://api.themoviedb.org/3/movie/476669?append_to_response=alternative_titles,credits,external_ids,images,keywords,videos,**collections**
...but this doesn't seem to have much effect. I get belongs_to_collection, but it's minimal.
Actually, I just want the name and overview attributes, and it would be nice to avoid making another call to the TMDB API collection endpoint.
Thanks !
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2025 年 02 月 12 日 11:00上午
Hi @mrob,
Unfortunately, no, nothing like that is possible. You’ll have to make the additional request.
mrob 的回复
于 2025 年 02 月 12 日 4:42下午
OK, thanks !