mfl_transactions
Retrieve completed MFL league transactions (adds, drops, trades, waivers) and filter by team, week, days, or type to isolate specific moves.
Instructions
Completed league transactions — adds, drops, trades, waivers. Filter it: unfiltered is very large.
Returns: {transactions:{transaction:[{type, timestamp, franchise, transaction}]}} — the transaction field is a packed, comma/pipe-delimited string whose meaning depends on type.
Example: This franchise's last week of moves {"year": 2026, "L": "10005", "FRANCHISE": "0001", "DAYS": 7}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| L | Yes | League id. | |
| W | No | Only this week. | |
| DAYS | No | Only the last N days. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | transactions |
| year | Yes | Season year. Required — part of the URL path. | |
| COUNT | No | Cap the number returned. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| FRANCHISE | No | Just this franchise, e.g. '0001'. | |
| TRANS_TYPE | No | One of WAIVER, BBID_WAIVER, FREE_AGENT, TRADE, IR, TAXI, AUCTION_INIT, AUCTION_BID, AUCTION_WON, SURVIVOR_PICK, POOL_PICK. Omit for all. |