espnfantasy_league_defaults
Fetch ESPN fantasy league default scoring and roster presets by game, season, and scoring type ID. Use it to see the baseline template for a new league.
Instructions
ESPN's stock league templates (scoring/roster presets) by scoring-type id — the defaults a new league starts from.
Returns: {gameId, id, seasonId, scoringPeriodId, settings:{name:'FFL PPR Scoring', ...}, status:{...}}
Example: The PPR football preset {"game": "ffl", "seasonId": 2025, "scoringTypeId": 3}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Also answers this: sleeper_league.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code. One of: ffl, flb, fba, fhl, wfba. | ffl |
| seasonId | Yes | Season year, e.g. 2025. Required — part of the URL path. | |
| scoringTypeId | No | Preset id. Verified for ffl: 1=Standard, 3=PPR, 5=All-Play PPR, 6=Knockout. Other ids return 200 with no settings.name. |