{ "opencollection": "1.0.0", "info": { "name": "Trakt Calendars Movies API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Movies", "type": "folder" }, "items": [ { "info": { "name": "Get Trending Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/trending", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." }, { "name": "extended", "value": "", "type": "query", "description": "Request extra fields in the response." } ] }, "docs": "Returns the most watched movies over the last 24 hours. Movies with the most watchers are returned first." }, { "info": { "name": "Get Popular Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/popular", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." }, { "name": "extended", "value": "", "type": "query", "description": "Request extra fields in the response." } ] }, "docs": "Returns the most popular movies, calculated using rating percentage and number of ratings." }, { "info": { "name": "Get The Most Watched Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/watched/:period", "params": [ { "name": "period", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." }, { "name": "extended", "value": "", "type": "query", "description": "Request extra fields in the response." } ] }, "docs": "Returns the most watched (unique users) movies in the specified time period, defaulting to weekly." }, { "info": { "name": "Get The Most Anticipated Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/anticipated", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." }, { "name": "extended", "value": "", "type": "query", "description": "Request extra fields in the response." } ] }, "docs": "Returns the most anticipated movies based on the number of lists a movie appears on." }, { "info": { "name": "Get The Weekend Box Office", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/boxoffice" }, "docs": "Returns the top 10 grossing movies in the U.S. box office last weekend." }, { "info": { "name": "Get A Movie", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." }, { "name": "extended", "value": "", "type": "query", "description": "Request extra fields in the response." } ] }, "docs": "Returns a single movie's details." }, { "info": { "name": "Get Movie Ratings", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id/ratings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." } ] }, "docs": "Returns rating (between 0 and 10) and distribution for a movie." }, { "info": { "name": "Get Movie Stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id/stats", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." } ] }, "docs": "Returns lots of movie stats including watchers, plays, collectors, comments, lists, votes, and recommended counts." }, { "info": { "name": "Get Related Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id/related", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." } ] }, "docs": "Returns related and similar movies." }, { "info": { "name": "Get All People For A Movie", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id/people", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." } ] }, "docs": "Returns all cast and crew for a movie, broken up by department." }, { "info": { "name": "Get Users Watching Right Now", "type": "http" }, "http": { "method": "GET", "url": "https://api.trakt.tv/movies/:id/watching", "params": [ { "name": "id", "value": "", "type": "path", "description": "Trakt ID, Trakt slug, or IMDB ID." } ] }, "docs": "Returns all users watching this movie right now." } ] } ], "bundled": true }