espnfantasy_live_scoring
Get live in-progress fantasy scores for the current period: see points scored so far and how many roster spots have yet to play.
Instructions
Live in-progress scoring for the current period — points so far and how many roster spots have yet to play.
Returns: {schedule:[{matchupPeriodId, home:{teamId, totalPoints, totalPointsLive, gamesPlayed}, away:{…}}]} — the *Live fields only populate while pro games are in progress
Example: Live scores right now {"game": "ffl", "seasonId": 2018, "leagueId": 1234}
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 | Leave as-is. | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. | |
| scoringPeriodId | No | Scoring period; omit for the current one. |