mfl_free_agents
Get free agents not on any roster in a fantasy league's waiver pool. Filter by year, league ID, and position to see available players for adds or waiver claims.
Instructions
Players not on any roster in this league — the pool an add or a waiver claim draws from.
Returns: {freeAgents:{leagueUnit:{unit, player:[{id, contractYear, salary}]}}} — ids only; join to mfl_players for names and to mfl_player_scores for form.
Example: Free-agent running backs {"year": 2026, "L": "10005", "POSITION": "RB"}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| L | Yes | League id. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | freeAgents |
| year | Yes | Season year. Required — part of the URL path. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| POSITION | No | Restrict to one position, e.g. RB. Strongly recommended — the unfiltered pool is large. |