get
https://api.rotowire.com/Soccer/UCL/DepthChart.php
Returns depth charts for all UEFA Champions League teams.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Name | string | |
Players | array | |
Id | string |
Players Object
| Field | Type | Description |
|---|---|---|
Rank | string | |
FirstName | string | |
LastName | string | |
Position | string | |
Link | string | |
Id | string |
Example Response
{
"League": "UCL",
"Teams": [
{
"Name": "Arsenal",
"Players": [{"Rank": "1","FirstName": "Gabriel","LastName": "dos Santos Magalhaes","Position": "D","Id": "23477"}],
"Id": "1"
}
]
}