espnfantasy_pro_teams
Retrieve pro teams for a fantasy season, including IDs, abbreviations, BYE weeks, and week-by-week schedules keyed by scoring period.
Instructions
Pro (real-world) teams for a fantasy season: ids, abbreviations, BYE weeks, and each team's games keyed by scoring period.
Returns: {settings:{proTeams:[{id, abbrev, location, name, byeWeek, universeId, proGamesByScoringPeriod:{'1':[{...game}]}}]}} — 33 entries for NFL (id 0 = free-agent/none)
Example: NFL teams + bye weeks + week-by-week pro schedule {"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. One of: ffl, flb, fba, fhl, wfba. | ffl |
| view | No | Leave as-is. `proTeamSchedules_wl` is what carries the pro schedule. | |
| seasonId | Yes | Season year, e.g. 2025. Required — part of the URL path. |