sportsdataio_nfl_injuries
Retrieve NFL injury reports for a specific season and week, including player status, body part, and practice details.
Instructions
NFL injury report for a week.
Returns: [{InjuryID, PlayerID, Name, Position, Team, Status:'Questionable'|'Out'|…, BodyPart, Practice, PracticeDescription, Updated}] — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A week's injuries {"season": "2023", "week": 1}
Auth: needs your own key in SPORTSDATAIO_MLB_KEY or SPORTSDATAIO_NBA_KEY or SPORTSDATAIO_NFL_KEY or SPORTSDATAIO_NHL_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Week number. Required — part of the URL path. | |
| season | Yes | Season. Required — part of the URL path. |