mfl_nfl_schedule
Get NFL game kickoff times and matchups for a week to know the exact lock time for player lineups.
Instructions
The NFL schedule for one week — kickoff times and both teams. Which is what tells you when a player locks.
Returns: {nflSchedule:{week, matchup:[{kickoff (unix seconds), team:[{id, isHome, score, spread}]}]}} — kickoff is the lock time for that game's players. Does NOT update live during games.
Example: Week 1 fixtures {"year": 2026, "W": 1}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| W | No | Week; defaults to the current one. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | nflSchedule |
| year | Yes | Season year. Required — part of the URL path. |