mfl_injuries
Retrieve NFL player injuries by season and week, showing status, affected body part, and expected return to help assess player availability.
Instructions
The NFL injury report by player id — status and body part, updated daily in season.
Returns: {injuries:{week, timestamp, injury:[{id, status:'Questionable'|'Out'|'IR'|'Inactive'|…, details:'Hamstring', exp_return}]}} — VERIFIED live 2026. id joins to mfl_players.
Example: This week's injury report {"year": 2026}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| W | No | Week. Defaults to the most recent week with data. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | injuries |
| year | Yes | Season year. Required — part of the URL path. |