GET /comments/recent/{comment_type}/{type}
Summary: Get recently created comments
Operation ID: Get recently created comments
Auth: unknown
Operation ID: Get recently created comments
Auth: unknown
Description
#### 📄 Pagination ✨ Extended Info 😁 Emojis Returns the most recently written comments across all of Trakt. 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.