espnfantasy_boxscore
Review weekly fantasy matchups with full box scores: see both lineups, actual and projected points per player, and settle start/sit debates.
Instructions
Week box scores — each matchup with both lineups, per-player actual and projected points. The start/sit post-mortem view.
Returns: {schedule:[{matchupPeriodId, home:{teamId, totalPoints, tiebreak, pointsByScoringPeriod, rosterForCurrentScoringPeriod:{entries:[{playerId, lineupSlotId, playerPoolEntry:{player:{fullName, stats:[{appliedTotal, appliedAverage, statSourceId, statSplitTypeId}]}}}]}}, away:{…}}]}
Example: Week-3 box scores {"game": "ffl", "seasonId": 2018, "leagueId": 1234, "scoringPeriodId": 3}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code. One of: ffl, flb, fba, fhl, wfba. | ffl |
| view | No | mBoxscore carries the lineups; mMatchupScore adds the head-to-head totals. | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. | |
| scoringPeriodId | Yes | The week / scoring period to score. REQUIRED — omitting it yields season totals with no lineup detail. |