mfl_league_standings
Retrieve current league standings for a season, including record, points for and against, and league-specific columns. Provide year and league ID to get the standings data.
Instructions
Current standings — record, points for and against, and the league's own standings columns.
Returns: {leagueStandings:{franchise:[{id, h2hw, h2hl, h2ht, pf, pa, vp, …}]}} — the columns vary by league configuration; COLUMN_NAMES=1 tells you what each key means.
Example: Standings with column names {"year": 2026, "L": "10005", "COLUMN_NAMES": 1}
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. | leagueStandings |
| year | Yes | Season year. Required — part of the URL path. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| COLUMN_NAMES | No | 1 also returns the column key → name mapping, in display order. |