espnfantasy_communication
Retrieve ESPN fantasy league communication, including message board topics and activity feeds. Access recent league chatter, trade discussions, and transaction updates for a given league and season.
Instructions
League message board / activity feed (chat topics, trade chatter, activity posts). 404s when the league has no communication group.
Returns: {topics:[{id, type, date, author, messages:[{id, messageTypeId, to, for, content}]}]} — HTTP 404 'This Communication Group does not exist.' when the league never used the board
Example: Recent league activity {"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 | `kona_league_communication` (activity) or `kona_league_messageboard` (chat). | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. | |
| fantasy_filter | No | Topic filter, e.g. {"topics":{"filterType":{"value":["ACTIVITY_TRANSACTIONS"]},"limit":25,"sortMessageDate":{"sortPriority":1,"sortAsc":false}}}. |