get_shows_played_by_period
Retrieve the most played shows for a specified period, with optional filters for genres, ratings, streaming services, and other criteria.
Instructions
Get the most played shows.
GET /shows/played/{period}
Args: period: 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. start_date: Query parameter. end_date: Query parameter. runtimes: Query parameter. countries: Query parameter. certifications: Query parameter. 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 | ||
| years | No | ||
| genres | No | ||
| period | Yes | ||
| ratings | No | ||
| end_date | No | ||
| extended | No | ||
| runtimes | No | ||
| watchnow | No | ||
| countries | No | ||
| subgenres | No | ||
| start_date | No | ||
| certifications | No | ||
| ignore_watched | No | ||
| ignore_collected | No | ||
| ignore_watchlisted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |