action trakt_get_the_most_anticipated_movies { label: "Get the most anticipated movies" description: "#### 📄 Pagination ✨ Extended Info 🎚 Filters\n\nReturns the most anticipated movies based on the number of lists a movie appears on." provider: trakt method: GET path: "/movies/anticipated" encoding: json input: { type: "object" properties: { "trakt-api-key": { type: "string" } "trakt-api-version": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }