get_movies_watched_by_period
Retrieve the most-watched movies for a specified period (daily, weekly, monthly, yearly, or all-time) from Trakt. Filter results by watched, collected, or watchlisted status.
Instructions
Get the most watched movies.
GET /movies/watched/{period}
Args: period: Path parameter. extended: Extended information to include in the response. page: The page number to retrieve limit: The number of items per page. Defaults and maximums vary by endpoint. When pagination parameters are omitted, a low default limit is applied (often 10). When a limit is provided, it is capped at the endpoint maximum (often 250); higher values are clamped rather than rejected. ignore_watched: Ignore watched items. ignore_collected: Ignore collected items. ignore_watchlisted: Ignore watchlisted items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| period | Yes | ||
| extended | No | ||
| ignore_watched | No | ||
| ignore_collected | No | ||
| ignore_watchlisted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |