GET /sync/ratings/{type}/{rating}

trakt.tv

Summary: Get ratings
Operation ID: Get ratings
Auth: unknown
Description

#### 🔒 OAuth Required 📄 Pagination Optional ✨ Extended Info Get a user's ratings filtered by `type`. You can optionally filter for a specific `rating` between 1 and 10. Send a comma separated string for `rating` if you need multiple ratings.

Parameters (4)

rating (integer, path, required)

Filter for a specific rating.

Constraints: {'enum': ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']}

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': ['movies', 'shows', 'seasons', 'episodes', 'all']}

No probe data for this endpoint yet.