sleeper_matchups
Retrieve a league's weekly matchups with roster points, starters, and per-player scoring.
Instructions
One week's matchups with each roster's points, starters and per-player scoring.
Returns: [{roster_id, matchup_id, points, custom_points, starters:[player_id], starters_points:[float], players:[player_id], players_points:{player_id: float}}] — rosters sharing a matchup_id played each other; there is no home/away
Example: Week 1 matchups {"league_id": "289646328504385536", "week": 1}
Auth: none needed.
Also answers this: espnfantasy_matchups, espnfantasy_matchup_score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Week number (1-18). Required — part of the URL path. | |
| league_id | Yes | League id. Required — part of the URL path. |