GET /shows/{id}/seasons/{season}/comments/{sort}

trakt.tv

Summary: Get all season comments
Operation ID: Get all season comments
Auth: unknown
Description

#### 📄 Pagination 😁 Emojis Returns all top level comments for a season. By default, the `newest` comments are returned first. Other sorting options include `oldest`, most `likes`, most `replies`, `highest` rated, `lowest` rated, most `plays`, and highest `watched` percentage.

Parameters (5)

id (string, path, required)

Trakt ID, Trakt slug, or IMDB ID

season (integer, path, required)

season number

sort (string, path, required)

how to sort

Constraints: {'enum': ['newest', 'oldest', 'likes', 'replies', 'highest', 'lowest', 'plays', 'watched']}

trakt-api-key (string, header, optional)

e.g. [client_id]

trakt-api-version (string, header, optional)

e.g. 2

No probe data for this endpoint yet.