list_recommendations_shows
Retrieve show recommendations from Trakt by applying filters for genres, years, ratings, and streaming availability. Solve the 'what to watch next' problem with personalized, watch-history-aware suggestions.
Instructions
Get show recommendations.
GET /recommendations/shows/
Args: extended: Extended information to include in the response. limit: Limit the number of results. watch_window: The watch window in days for the recommendations. ignore_watched: Ignore watched items. ignore_collected: Ignore collected items. ignore_watchlisted: Ignore watchlisted items. watchnow: Use "favorites" for streaming on a favorite service of the user. Use "any" for streaming on any service in the user's country. Use "any_all" for streaming on any service in all countries. Use "free" for streaming for free in the user's country. Use "free_all" for streaming for free in all countries. Use "subscriptions" for streaming on any subscription service (Netflix, Hulu, etc) in the user's country. Use "subscriptions_all" streaming on any subscription service in all countries genres: Query parameter. subgenres: Query parameter. years: Query parameter. ratings: Query parameter. start_date: Query parameter. end_date: Query parameter. runtimes: Query parameter. countries: Query parameter. certifications: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| years | No | ||
| genres | No | ||
| ratings | No | ||
| end_date | No | ||
| extended | No | ||
| runtimes | No | ||
| watchnow | No | ||
| countries | No | ||
| subgenres | No | ||
| start_date | No | ||
| watch_window | No | ||
| certifications | No | ||
| ignore_watched | No | ||
| ignore_collected | No | ||
| ignore_watchlisted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |