mfl_projected_scores
Fetch projected fantasy points for selected players under league scoring rules to evaluate your lineup options.
Instructions
Projected fantasy points for named players under this league's rules — the forward-looking number a lineup decision needs.
Returns: {projectedScores:{playerScore:[{id, score}]}} — projections come from a third party (fantasysharks) run through the league's scoring. They are an input, not a forecast to quote as fact.
Example: Project two players for the upcoming week {"year": 2026, "L": "10005", "PLAYERS": "13593,14208"}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| L | Yes | League id. | |
| W | No | Week; defaults to the upcoming one. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | projectedScores |
| year | Yes | Season year. Required — part of the URL path. | |
| COUNT | No | Cap the number returned. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| PLAYERS | Yes | Player ids to project, comma-separated. |