get
https://api.rotowire.com/Soccer/MLS/DepthChart.php
Returns depth charts for all MLS 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": "MLS",
"Teams": [
{
"Name": "Atlanta United",
"Players": [{"Rank": "1","FirstName": "Enea","LastName": "Mihaj","Position": "D","Id": "33457"}],
"Id": "511"
}
]
}