sleeper_league_rosters
Get all rosters in a Sleeper league, including player IDs, starters, reserve, taxi, and season records. Join owner_id to user IDs for names.
Instructions
Every roster in a league: the player ids each manager holds, their starters, and season record.
Returns: [{roster_id, owner_id, league_id, players:[player_id], starters:[player_id], reserve:[…], taxi:[…], settings:{wins, losses, ties, fpts, fpts_against, waiver_position}}] — join owner_id to sleeper_league_users.user_id for a human name
Example: All rosters in the example league {"league_id": "289646328504385536"}
Auth: none needed.
Also answers this: espnfantasy_rosters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League id. Required — part of the URL path. |