get
https://api.rotowire.com/Soccer/LIGUE/DepthChart.php
Returns depth charts for all Ligue 1 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": "LIGUE",
"Teams": [
{
"Name": "AJ Auxerre",
"Players": [{"Rank": "1","FirstName": "Sinaly","LastName": "Diomande","Position": "D","Id": "32645"}],
"Id": "346"
}
]
}