get
https://api.rotowire.com/Soccer/LIGAMX/DepthChart.php
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": "LIGAMX",
"Teams": [
{
"Name": "America",
"Players": [{"Rank": "1","FirstName": "Israel","LastName": "Reyes Romero","Position": "D","Link": "https://www.rotowire.com/soccer/player/israel-reyes-romero-29406","Id": "29406"}],
"Id": "289"
}
]
}