Closed helenascholl closed 3 years ago
The /trending/{media_type}/{time_window}
endpoint returns a list of trending movies:
media_type
can be 'all', 'movie', 'tv' or 'person'time_window
can be 'day' or 'week'So for our purposes the endpoint will be https://api.themoviedb.org/3/trending/movie/week?api_key=[API KEY]&page=2
. An API-Key can be obtained by creating an account.
https://developers.themoviedb.org/3/getting-started/introduction