get
https://api.rotowire.com/Football/NFL/RestOfSeasonProjections.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Week | integer | Current NFL week |
Season | integer | NFL season year |
Teams | array | Rest-of-season projections organized by team |
Teams Object
| Field | Type | Description |
|---|---|---|
Players | array | Array of player objects |
Id | string | RotoWire team ID |
Code | string | Team abbreviation |
Players 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 | URL to the player's RotoWire profile page |
Projections | object | Remaining season stat projections (fields vary by position) |
Id | string | Unique RotoWire identifier |
Projected stats for the remainder of the current NFL season for all active players.
