get
https://api.rotowire.com/Soccer/SERI/DepthChart.php
Returns depth charts for all Serie A 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": "SERI",
"Teams": [
{
"Name": "Atalanta",
"Players": [{"Rank": "1","FirstName": "Giorgio","LastName": "Scalvini","Position": "D","Link": "https://www.rotowire.com/soccer/player/giorgio-scalvini-34165","Id": "34165"}],
"Id": "98"
}
]
}