| Field | Type | Description |
|---|
League | string | League identifier. Always "NFL" |
Date | string | Date of the news feed. Format: YYYY-MM-DD |
Updates | array | Array of news update objects |
| Field | Type | Description |
|---|
Id | string | Unique identifier for the news update |
DateTime | string | Timestamp of the update. ISO 8601 format with UTC offset |
Priority | string | Priority level from "1" (lowest) to "5" (highest) |
Headline | string | Short headline summarizing the update |
Notes | string | Brief news note |
Analysis | string | Fantasy analysis and context |
Injury | object | Injury details. All fields return null if no injury present |
Player | object | Player information object |
Team | object | Returns null values if the player is unsigned |
| Field | Type | Description |
|---|
Status | string | Injury status (e.g. QUESTIONABLE, OUT) |
Type | string | Type of injury (e.g. Knee, Ankle, Back, Hamstring) |
Location | string | General body location of the injury |
Detail | string | Specific injury detail or descriptor (e.g. Sprain, Strain, Fracture) |
Side | string | Affected side of the body (Left, Right, or Not Specified) |
ReturnDate | string | Format: YYYY-MM-DD |
| Field | Type | Description |
|---|
FirstName | string | Player's first name |
LastName | string | Player's last name |
Position | string | Player's eligible position(s) (e.g. QB, RB, FB, WR, TE, OT, OG, C, DE, DT, LB, CB, S, K, P) |
Link | string | RotoWire player profile URL |
Id | string | RotoWire player ID |
| Field | Type | Description |
|---|
Id | string | Unique RotoWire identifier |
Code | string | Short team code or abbreviation (e.g. NYY, LAL, NE) |
All NFL injury-related news updates. A filtered subset of NFL News containing only updates with injury information.