get
https://api.rotowire.com/Football/NFL/News/Updates.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date. |
hours | integer | No | Return news from the last N hours. |
max_priority | integer | No | Return only news at or above this priority level. |
Attributes
Top-Level Fields
| 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 |
Updates Object
| 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 |
Injury Object
| 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 |
Player Object
| 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 |
Team Object
| Field | Type | Description |
|---|---|---|
Id | string | Unique RotoWire identifier |
Code | string | Short team code or abbreviation (e.g. NYY, LAL, NE) |
Parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
date | no | string | — | Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date. |
hours | no | integer | — | Return news from the last N hours. |
max_priority | no | integer | — | Return only news at or above this priority level. |
