GET /comments/trending/{comment_type}/{type}
Summary: Get trending comments
Operation ID: Get trending comments
Auth: unknown
Operation ID: Get trending comments
Auth: unknown
Description
#### 📄 Pagination ✨ Extended Info 😁 Emojis Returns all comments with the most likes and replies over the last 7 days. You can optionally filter by the `comment_type` and media `type` to limit what gets returned. If you want to `include_replies` that will return replies in place alongside top level comments.
Parameters (5)
comment_type
(string, path, required)
Constraints: {'enum': ['all', 'reviews', 'shouts']}
include_replies
(string, query, optional)
include comment replies
trakt-api-key
(string, header, optional)
e.g. [client_id]
trakt-api-version
(string, header, optional)
e.g. 2
type
(string, path, required)
Constraints: {'enum': ['all', 'movies', 'shows', 'seasons', 'episodes', 'lists']}
No probe data for this endpoint yet.