{ "info": { "_postman_id": "875a2188-7c29-4f31-bfba-8227c462ee11", "name": "Trakt Calendars Recommendations API", "description": "The Trakt API is a RESTful API for integrating TV show and movie tracking\nfeatures into applications. It exposes Trakt's media database, user\nwatch history, lists, watchlists, ratings, comments, scrobbling, and\nrecommendations. Authentication is OAuth 2.0 (Authorization Code and\nDevice flows).\n\nThis OpenAPI is a representative sampling of the full Trakt API v2\nsurface, covering authentication, movies, shows, episodes, seasons,\npeople, search, users, sync, scrobble, checkin, lists, calendars,\nrecommendations, comments, notes, and reference data. The canonical\ncontract is the ts-rest router published at github.com/trakt/trakt-api.\n\n\nContact Support:\n Name: Trakt API Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-875a2188-7c29-4f31-bfba-8227c462ee11" }, "item": [ { "name": "recommendations", "item": [ { "name": "movies", "item": [ { "name": "Get Movie Recommendations", "id": "ec4a2d37-c05c-4b56-b504-473c93a6f0eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recommendations/movies", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "movies" ] }, "description": "Personalized movie recommendations for a user." }, "response": [ { "id": "bb80d38b-67f4-4b9f-a2bc-9d510e54663d", "name": "Recommended movies.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/recommendations/movies", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "movies" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"title\": \"\",\n \"year\": \"\",\n \"ids\": {\n \"trakt\": \"\",\n \"slug\": \"\",\n \"imdb\": \"\",\n \"tmdb\": \"\",\n \"tvdb\": \"\"\n },\n \"tagline\": \"\",\n \"overview\": \"\",\n \"released\": \"\",\n \"runtime\": \"\",\n \"country\": \"\",\n \"trailer\": \"\",\n \"homepage\": \"\",\n \"rating\": \"\",\n \"votes\": \"\",\n \"comment_count\": \"\",\n \"updated_at\": \"\",\n \"language\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"available_translations\": [\n \"\",\n \"\"\n ],\n \"genres\": [\n \"\",\n \"\"\n ],\n \"certification\": \"\",\n \"status\": \"released\"\n },\n {\n \"title\": \"\",\n \"year\": \"\",\n \"ids\": {\n \"trakt\": \"\",\n \"slug\": \"\",\n \"imdb\": \"\",\n \"tmdb\": \"\",\n \"tvdb\": \"\"\n },\n \"tagline\": \"\",\n \"overview\": \"\",\n \"released\": \"\",\n \"runtime\": \"\",\n \"country\": \"\",\n \"trailer\": \"\",\n \"homepage\": \"\",\n \"rating\": \"\",\n \"votes\": \"\",\n \"comment_count\": \"\",\n \"updated_at\": \"\",\n \"language\": \"\",\n \"languages\": [\n \"\",\n \"\"\n ],\n \"available_translations\": [\n \"\",\n \"\"\n ],\n \"genres\": [\n \"\",\n \"\"\n ],\n \"certification\": \"\",\n \"status\": \"canceled\"\n }\n]", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-bb80d38b-67f4-4b9f-a2bc-9d510e54663d" } ], "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-ec4a2d37-c05c-4b56-b504-473c93a6f0eb" }, { "name": "Hide A Movie Recommendation", "id": "4a960f56-3436-47ac-8fcc-c4b52bfb6b26", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/recommendations/movies", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "movies" ] } }, "response": [ { "id": "a35ca7a9-a5d8-449e-9a41-c0c9f01227cc", "name": "Hidden.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/recommendations/movies", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "movies" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-a35ca7a9-a5d8-449e-9a41-c0c9f01227cc" } ], "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-4a960f56-3436-47ac-8fcc-c4b52bfb6b26" } ], "id": "bab925d3-cd4a-412e-8bd8-7a2db2b2bc63", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-bab925d3-cd4a-412e-8bd8-7a2db2b2bc63" }, { "name": "shows", "item": [ { "name": "Get Show Recommendations", "id": "09507adf-3d6e-4393-8096-c55163fab49e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/recommendations/shows", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "shows" ] } }, "response": [ { "id": "a5a309f0-edff-42bc-97a8-ad285de54df8", "name": "Recommended shows.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/recommendations/shows", "host": [ "{{baseUrl}}" ], "path": [ "recommendations", "shows" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"title\": \"\",\n \"year\": \"\",\n \"ids\": {\n \"trakt\": \"\",\n \"slug\": \"\",\n \"imdb\": \"\",\n \"tmdb\": \"\",\n \"tvdb\": \"\"\n },\n \"overview\": \"\",\n \"first_aired\": \"\",\n \"runtime\": \"\",\n \"certification\": \"\",\n \"network\": \"\",\n \"country\": \"\",\n \"trailer\": \"\",\n \"homepage\": \"\",\n \"status\": \"canceled\",\n \"rating\": \"\",\n \"votes\": \"\",\n \"comment_count\": \"\",\n \"updated_at\": \"\",\n \"language\": \"\",\n \"genres\": [\n \"\",\n \"\"\n ],\n \"aired_episodes\": \"\"\n },\n {\n \"title\": \"\",\n \"year\": \"\",\n \"ids\": {\n \"trakt\": \"\",\n \"slug\": \"\",\n \"imdb\": \"\",\n \"tmdb\": \"\",\n \"tvdb\": \"\"\n },\n \"overview\": \"\",\n \"first_aired\": \"\",\n \"runtime\": \"\",\n \"certification\": \"\",\n \"network\": \"\",\n \"country\": \"\",\n \"trailer\": \"\",\n \"homepage\": \"\",\n \"status\": \"pilot\",\n \"rating\": \"\",\n \"votes\": \"\",\n \"comment_count\": \"\",\n \"updated_at\": \"\",\n \"language\": \"\",\n \"genres\": [\n \"\",\n \"\"\n ],\n \"aired_episodes\": \"\"\n }\n]", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-a5a309f0-edff-42bc-97a8-ad285de54df8" } ], "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-09507adf-3d6e-4393-8096-c55163fab49e" } ], "id": "d3eb870d-495a-4c93-8172-f4d7630f5738", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-d3eb870d-495a-4c93-8172-f4d7630f5738" } ], "id": "2c1edb82-94e5-4942-8873-66b4c54b4fdd", "createdAt": "2026-07-28T03:18:56.000Z", "updatedAt": "2026-07-28T03:18:56.000Z", "uid": "35240-2c1edb82-94e5-4942-8873-66b4c54b4fdd" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.trakt.tv" } ] }