NFL News Updates

Query Parameters

ParameterTypeRequiredDescription
datestringNoDate to retrieve news for. Format YYYY-MM-DD. Defaults to current date.
hoursintegerNoReturn news from the last N hours.
max_priorityintegerNoReturn only news at or above this priority level.

Attributes

Top-Level Fields

FieldTypeDescription
LeaguestringLeague identifier. Always "NFL"
DatestringDate of the news feed. Format: YYYY-MM-DD
UpdatesarrayArray of news update objects

Updates Object

FieldTypeDescription
IdstringUnique identifier for the news update
DateTimestringTimestamp of the update. ISO 8601 format with UTC offset
PrioritystringPriority level from "1" (lowest) to "5" (highest)
HeadlinestringShort headline summarizing the update
NotesstringBrief news note
AnalysisstringFantasy analysis and context
InjuryobjectInjury details. All fields return null if no injury present
PlayerobjectPlayer information object
TeamobjectReturns null values if the player is unsigned

Injury Object

FieldTypeDescription
StatusstringInjury status (e.g. QUESTIONABLE, OUT)
TypestringType of injury (e.g. Knee, Ankle, Back, Hamstring)
LocationstringGeneral body location of the injury
DetailstringSpecific injury detail or descriptor (e.g. Sprain, Strain, Fracture)
SidestringAffected side of the body (Left, Right, or Not Specified)
ReturnDatestringFormat: YYYY-MM-DD

Player Object

FieldTypeDescription
FirstNamestringPlayer's first name
LastNamestringPlayer's last name
PositionstringPlayer's eligible position(s) (e.g. QB, RB, FB, WR, TE, OT, OG, C, DE, DT, LB, CB, S, K, P)
LinkstringRotoWire player profile URL
IdstringRotoWire player ID

Team Object

FieldTypeDescription
IdstringUnique RotoWire identifier
CodestringShort team code or abbreviation (e.g. NYY, LAL, NE)

Parameters

ParameterRequiredTypeDefaultDescription
datenostringDate to retrieve news for. Format YYYY-MM-DD. Defaults to current date.
hoursnointegerReturn news from the last N hours.
max_prioritynointegerReturn only news at or above this priority level.
Query Params
date

Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date.

integer

Return news from the last N hours.

integer

Return only news at or above this priority level.

string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json