If I hit TV Details and append to response and add images, for example, https://api.themoviedb.org/3/tv/{series_id}, I get nothing back. If I do https://api.themoviedb.org/3/tv/{series_id}/images, I get back images. I am unsure what I am doing wrong, but do I need to make two calls to get the images back?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ يناير 26, 2024 في 7:45 صباحا
When you use "&append_to_response=" for images you must also use "&include_image_language=" specifying languages of the images you want and use "null" for images without a language.
See note at the end of this page:
https://developer.themoviedb.org/docs/append-to-response
And also explanations from this page:
https://developer.themoviedb.org/docs/image-languages
رد بواسطة theappdev
بتاريخ يناير 28, 2024 في 5:53 مساءا
Does this apply to videos as well because I am seeing the same thing?
رد بواسطة Travis Bell
بتاريخ يناير 29, 2024 في 3:24 مساءا
Yes it does. The param for videos is
include_video_language
. We lost this info when we migrated API docs last year. I'll get it re-added.