sleeper_trending_players
Track players being added or dropped most across Sleeper leagues, using a lookback window to reveal waiver-wire trends without downloading large player files.
Instructions
Players being added or dropped most across all of Sleeper — the waiver-wire signal, without downloading the 15 MB player file.
Returns: [{player_id, count}] (top-level array) — count is how many leagues made the move. Resolve player_id via a roster or Sleeper's player file.
Example: Most-added players in the last 24h {"sport": "nfl", "add_or_drop": "add", "limit": 25}
Auth: none needed.
Also answers this: espnfantasy_player_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many players. | |
| sport | No | Sport. | nfl |
| add_or_drop | No | 'add' for most-added, 'drop' for most-dropped. | add |
| lookback_hours | No | Window in hours. |