Hello !
When I use the API to retrieve videos for a movie or a TV series, I noticed that for TV series, it's possible to filter videos by different languages (using include_video_language
), but not for movies.
So, I have to make two separate requests to get movie videos in French and English, whereas for TV series, I only need to call the API once.
Why don't movie videos have the include_video_language
parameter?
Regards
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 14, 2025 at 9:58 AM
Movies support
include_video_language
just fine:https://api.themoviedb.org/3/movie/777443/videos?api_key=###&include_video_language=en,de
Reply by Tulsow
on March 14, 2025 at 8:59 PM
Oh, thanks =)