mfl_live_scoring
Retrieve live fantasy league matchup scores, game seconds remaining, and players yet to play to determine if a matchup is still live.
Instructions
Live matchup state — each franchise's score, game seconds remaining, and who has yet to play.
Returns: {liveScoring:{franchise:[{id, score, gameSecondsRemaining, playersYetToPlay, playersCurrentlyPlaying}]}} — playersYetToPlay is the honest read on whether a matchup is still live.
Example: Live scores this week {"year": 2026, "L": "10005"}
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 current one. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | liveScoring |
| year | Yes | Season year. Required — part of the URL path. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| DETAILS | No | 1 also returns non-starters. |