get
https://api.rotowire.com/Football/CFB/DepthChart.php
Depth chart data showing positional rankings for college football players by team.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Id | string | |
Name | string | |
Nickname | string | |
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
FirstName | string | |
LastName | string | |
Position | string | |
Link | string | |
Rank | string | |
Id | string | |
SportDataIOId | string |
Example Response
{
"Teams": [
{
"Id": "Air Force","Name": "Air Force","Nickname": "Falcons",
"Players": [{"FirstName": "Jacob","LastName": "Medina","Position": "K","Rank": "1","Id": "49664"}]
}
]
}