espnfantasy_matchup_score
Get ESPN fantasy matchup scores for a season: compact totals per team and winner, no lineups. Filter by matchup period or scoring period to focus on specific weeks.
Instructions
Compact matchup scores for the season — totals only, no lineups. Much smaller than the box score.
Returns: {schedule:[{id, matchupPeriodId, winner, home:{teamId, totalPoints, gamesPlayed}, away:{…}}]}
Example: All matchup results {"game": "ffl", "seasonId": 2018, "leagueId": 1234}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Also answers this: sleeper_matchups, sleeper_playoff_bracket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code. One of: ffl, flb, fba, fhl, wfba. | ffl |
| view | No | Leave as-is. | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. | |
| fantasy_filter | No | Limit to given matchup periods, e.g. {"schedule":{"filterMatchupPeriodIds":{"value":[3]}}}. | |
| scoringPeriodId | No | Narrow to one scoring period. |