espnfantasy_pro_teams
Get NFL pro-team schedules, IDs, abbreviations, and bye weeks for a fantasy season. Use seasonId to retrieve week-by-week games 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. |