sleeper_playoff_bracket
Retrieve Sleeper playoff brackets for a league, showing round-by-round matchups and advancing teams. Provide league ID and choose winners or losers bracket to get results.
Instructions
The playoff bracket — who plays whom in each round, and who advanced.
Returns: [{r, m, t1, t2, w, l, t1_from, t2_from}] — TERSE keys: r=round, m=match id, t1/t2=roster ids, w=winner, l=loser, *_from=which earlier match fed this slot
Example: Championship bracket {"league_id": "289646328504385536", "bracket": "winners_bracket"}
Auth: none needed.
Also answers this: espnfantasy_matchups, espnfantasy_matchup_score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bracket | No | Championship bracket or consolation. One of: winners_bracket, losers_bracket. | winners_bracket |
| league_id | Yes | League id. Required — part of the URL path. |