The Movie Database Support

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

2 replies (on page 1 of 1)

• Jump to last post

@samirmodi88 said:

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

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

http://api.themoviedb.org/3/tv/112836/videos?api_key=THE_KEY

ID 197588 - Man Vs Bee (2022)
https://www.themoviedb.org/tv/197588-man-vs-bee?language=en-US

https://api.themoviedb.org/3/tv/197588?api_key=THE_KEY

Thanks, that helps, my bad.

Can't find a movie or TV show? Login to create it.

Want to rate or add this item to a list?

Login