get
https://api.rotowire.com/Soccer/EPL/DepthChart.php
Returns depth charts for all EPL teams, listing players at each position ranked by their standing.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Teams | array |
Example Response
{
"League": "EPL",
"Teams": [
{
"Name": "Arsenal",
"Players": [{"Rank": "1", "FirstName": "Gabriel", "LastName": "dos Santos Magalhaes", "Position": "D", "Id": "23477"}],
"Id": "1"
}
]
}