espnfantasy_season
Retrieve a fantasy sports season's status: active flag, current scoring period, and start/end dates. Works without an API key.
Instructions
One game-season's status: current scoring period, start/end dates, whether it is active.
Returns: {abbrev:'FFL 2025', id:2025, gameId, name, active, display, startDate, endDate, currentScoringPeriod:{id}}
Example: 2025 fantasy football season status {"game": "ffl", "seasonId": 2025}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code: ffl=football, flb=baseball, fba=basketball, fhl=hockey, wfba=WNBA. | ffl |
| seasonId | Yes | Season year, e.g. 2025 (from espnfantasy_games.currentSeasonId). Required — part of the URL path. |