GET movies/{id}/comments/{sort}

trakt.tv

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

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

Parameters (4)

id (string, path, required)

Trakt ID, Trakt slug, or IMDB ID

sort (string, path, required)

how to sort

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

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.