Hey there, I want to fetch trending and popular movies from tmdb api and also need to use the respective movie's trailer links, here is what I want -
https://api.themoviedb.org/3/trending/movie/week?api_key=###
,
I want to have their youtube trailer id's along with each of the movies in the response
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 robbie3999
on August 15, 2023 at 6:00 PM
Hi @IrfanKhan8876, you will have to lookup each movie id. Trailers can be located by using the videos endpoint. The trailer is located at https://www.youtube.com/watch?v={key}.