WOC Lineups

Confirmed and projected starting lineups for FIFA World Cup matches.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
Gamesarray

Games Object

FieldTypeDescription
Idstring
Datestring
Teamsarray

Teams Object

FieldTypeDescription
IsHomeinteger
Namestring
LineupStatusstring
Playersarray
Idstring

Example Response

{
  "Season": 2026,
  "Games": [
    {
      "Id": "2608241",
      "Date": "2026-06-11T15:00:00-04:00",
      "Teams": [
        {
          "IsHome": 1,"Name": "Mexico","LineupStatus": "X",
          "Players": [{"Firstname": "Cesar Jasib","Lastname": "Montes Castro","Nickname": "Cesar Montes","Position": "D","GamePosition": "DC","Id": "21705"}],
          "Id": "16"
        }
      ]
    }
  ]
}
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