get
https://api.rotowire.com/Soccer/BUND/DepthChart.php
Returns depth charts for all Bundesliga 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": "BUND",
"Teams": [
{
"Name": "Monchengladbach",
"Players": [{"Rank": "1","FirstName": "Nico","LastName": "Elvedi","Position": "D","Link": "https://www.rotowire.com/soccer/player/nico-elvedi-19409","Id": "19409"}],
"Id": "34"
}
]
}