curl --request GET \ --url https://api.themoviedb.org/3/trending/all/{time_window}
Trending
All
This call is similar to how the multi search works in the sense that we return multiple media types (movies, TV shows and people) in a single call to get the most trending data on the entirety of TMDB.
GET
/
3
/
trending
/
all
/
{time_window}
All
Copy
curl --request GET \ --url https://api.themoviedb.org/3/trending/all/{time_window}