helenascholl / SwipeMovies-iOS-Client

0 stars 0 forks source link

Research the Movie Database API #1

Closed helenascholl closed 3 years ago

helenascholl commented 3 years ago

https://developers.themoviedb.org/3/getting-started/introduction

helenascholl commented 3 years ago

The /trending/{media_type}/{time_window} endpoint returns a list of trending movies:

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.