mfl_schedule
Retrieve fantasy football schedules and weekly matchups, including scores and results for played weeks. Filter by league, year, week, or franchise to view specific fixtures.
Instructions
The fantasy schedule — who you play, and the score for weeks already played.
Returns: {schedule:{weeklySchedule:[{week, matchup:[{franchise:[{id, score, result, isHome}]}]}]}}
Example: This week's matchups {"year": 2026, "L": "10005", "W": 1}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| F | No | Just this franchise's fixtures, e.g. '0001'. | |
| L | Yes | League id. | |
| W | No | One week; omit for the whole season. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | schedule |
| year | Yes | Season year. Required — part of the URL path. | |
| APIKEY | No | Read-only alternative to the cookie. |