GET /recommendations/shows

trakt.tv

Summary: Get show recommendations
Operation ID: Get show recommendations
Auth: unknown
Description

#### 🔒 OAuth Required ✨ Extended Info TV show recommendations for a user. By default, `10` results are returned. You can send a `limit` to get up to `100` results per page. Set `ignore_collected=true` to filter out shows the user has already collected or `ignore_watchlisted=true` to filter out shows the user has already watchlisted. The `recommended_by` array contains all users who recommended the item along with any notes they added.

Parameters (4)

ignore_collected (string, query, optional)

filter out collected shows

Constraints: {'enum': ['true', 'false']}

ignore_watchlisted (string, query, optional)

filter out watchlisted movies

Constraints: {'enum': ['true', 'false']}

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.