WOC Season Projections

Tournament-wide fantasy projections for FIFA World Cup players.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Seasoninteger
Teamsarray

Teams Object

FieldTypeDescription
Namestring
Playersarray
Idstring

Players Object

FieldTypeDescription
FirstNamestring
LastNamestring
NickNamestring
Positionstring
Projectionsobject
Idstring

Example Response

{
  "League": "WOC",
  "Season": 2026,
  "Teams": [
    {
      "Name": "Argentina",
      "Players": [
        {
          "FirstName": "Lionel","LastName": "Messi","NickName": " ","Position": "F/M",
          "Projections": {"GamesPlayed": 6.53,"Minutes": 470.25,"Goals": 3.98,"Assists": 1.24,"Shots": 11.04,"YellowCards": 0.65,"RedCards": 0,"CleanSheet": 0,"Saves": 0},
          "Id": "15753"
        }
      ],
      "Id": "847"
    }
  ]
}
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