get_smart_lists_by_list_id_items
Retrieve movies and shows from a Trakt smart list by list ID. Filter by genre, year, rating, runtime, country, certification, and streaming availability to find matching items.
Instructions
Get smart list items.
GET /smart-lists/{list_id}/items
Args: list_id: Path parameter. extended: Extended information to include in the response. 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. runtimes: Query parameter. countries: Query parameter. certifications: Query parameter. ignore_watched: Ignore watched items. ignore_watchlisted: Ignore watchlisted items. page: The page number to retrieve limit: The number of items per page, can be a number or the value all
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| years | No | ||
| genres | No | ||
| list_id | Yes | ||
| ratings | No | ||
| extended | No | ||
| runtimes | No | ||
| watchnow | No | ||
| countries | No | ||
| subgenres | No | ||
| certifications | No | ||
| ignore_watched | No | ||
| ignore_watchlisted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |