sleeper_league_rosters
Get all rosters in a Sleeper league, including each manager's players, starters, reserves, taxi squad, and win-loss record. Use owner IDs to match rosters to user names for full team overviews.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League id. Required — part of the URL path. |