Money Heist - http://api.themoviedb.org/3/movie/112836/videos?api_key=*
Man Vs Bee - https://api.themoviedb.org/3/movie/197588?api_key=* (this also have video flag set to false)
Is it possible to only filter movies that has a valid video url?
Returns - "{ "success": false, "status_code": 34, "status_message": "The resource you requested could not be found." }
There are many other movies which returns the same response, hence I am not able to load the youtube trailer since the key is missing
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 ticao2 š§š· pt-BR
on August 6, 2022 at 10:50 AM
Your 2 examples are not movies. Are Series, TV Show.
So you need to change " movie " to " tv " in the URL.
ID 112836 - Money Heist: Korea - Joint Economic Area (2022)
https://www.themoviedb.org/tv/112836?language=en-US
ID 197588 - Man Vs Bee (2022)
https://www.themoviedb.org/tv/197588-man-vs-bee?language=en-US
Reply by samirmodi88
on August 7, 2022 at 1:13 PM
Thanks, that helps, my bad.