get
https://api.rotowire.com/Football/NFL/PracticeReport.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Date | string | Practice report date. Format: YYYY-MM-DD |
Season | integer | NFL season year |
Week | integer | NFL week number |
Players | array | Players with practice participation designations |
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) |
Status | string | Practice status (e.g. Full, Limited, DNP) |
Team | object | Team information object |
Id | string | RotoWire player ID |
Team Object
| Field | Type | Description |
|---|---|---|
Id | string | RotoWire team ID |
Code | string | Team abbreviation (e.g. KC, SF) |
Practice participation reports for NFL players, indicating full, limited, or did-not-participate status.
