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 AM
Hi @mrob,
Unfortunately, no, nothing like that is possible. You’ll have to make the additional request.
mrobからの返信
投稿:2025年02月12日 4:42 PM
OK, thanks !