get
https://api.rotowire.com/Soccer/WOC/DepthChart.php
Depth chart data showing positional rankings for FIFA World Cup players by national team.
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": "WOC",
"Teams": [
{
"Name": "Algeria",
"Players": [{"Rank": "1","FirstName": "Rayan","LastName": "Ait-Nouri","Position": "D","Id": "25771"}],
"Id": "34"
}
]
}