EPL Depth Charts

Returns depth charts for all EPL teams, listing players at each position ranked by their standing.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Teamsarray

Example Response

{
  "League": "EPL",
  "Teams": [
    {
      "Name": "Arsenal",
      "Players": [{"Rank": "1", "FirstName": "Gabriel", "LastName": "dos Santos Magalhaes", "Position": "D", "Id": "23477"}],
      "Id": "1"
    }
  ]
}
Query Params
string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json