BetaSeries: stats
betaseries_statsRetrieve TV show rankings from BetaSeries stats. Filter by date, country, genre, SVOD availability, and more to get personalized top shows.
Instructions
Call the BetaSeries "stats" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-stats-shows-ranking [GET /stats/shows_ranking]: Get shows ranking based on BigQuery aggregated data.. Params: day? (Date for ranking (format Y-m-d), default is yesterday), country? (Country code for ranking (fr, de, es, all), default is fr), type? (Type of ranking: recent (shows with ≤3 seasons) or all, default is recent), period? (Period in days (7 or 30), default is 7), svod? (Filter by SVOD availability: only (SVOD only) or all, default is only), genre? (Genre filter: all, animation, no_animation, default is no_animation), platform_id? (Filter by specific platform ID (optional)), limit? (Limit the number of shows to return (max 100), default is 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |