action trakt_get_popular_lists { label: "Get popular lists" description: "#### 📄 Pagination 😁 Emojis\n\nReturns the most popular lists. Popularity is calculated using total number of likes and comments." provider: trakt method: GET path: "/lists/popular" encoding: json input: { type: "object" properties: { "trakt-api-key": { type: "string" } "trakt-api-version": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }