get
https://api.rotowire.com/Football/NFL/DepthChart.php
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array | Depth charts for all NFL teams |
Teams Object
| Field | Type | Description |
|---|---|---|
Defense | string | Defensive formation (e.g. 4-3, 3-4) |
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) |
Rank | string | Depth chart rank at this position |
Id | string | RotoWire player ID |
Returns depth charts for all NFL teams, listing players at each position ranked by their standing.
