GET /recommendations/movies

trakt.tv

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

#### 🔒 OAuth Required ✨ Extended Info Movie 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 movies the user has already collected or `ignore_watchlisted=true` to filter out movies 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 movies

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.