get_movies_favorited_by_period
Retrieve the most favorited movies for a given period. Apply optional filters to exclude movies you've already watched, collected, or watchlisted.
Instructions
Get the most favorited movies.
GET /movies/favorited/{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 |