get
https://api.rotowire.com/Football/NFL/Inactives.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Week | integer | NFL week number |
Season | integer | NFL season year |
Games | array | Array of game objects |
Games Object
| Field | Type | Description |
|---|---|---|
Id | string | Unique RotoWire identifier |
DateTime | string | Game date and time. ISO 8601 format |
Teams | array | Array of team objects |
Teams Object
| Field | Type | Description |
|---|---|---|
IsHome | integer | 1 if home team, 0 if away team |
Players | array | Array of player objects |
Id | string | Unique RotoWire identifier |
Code | string | Short team code or abbreviation (e.g. NYY, LAL, NE) |
Returns the official inactive list for that week's NFL games. Updated on game days.
