Squads

*FOR MATCHPLAY EVENTS ONLY*

This endpoint returns the list of players that make up a Squad. This squad will represent a list of Player that make up a Team for Team Matches such as Ryder Cup, Presidents Cup & EurAsia Cup.

Endpoint URL

https://dde-api.data.imgarena.com/golf/tournaments/{tournamentId}/squads

Please note that to access an entry list, you will have to enter the tournament ID in the “{id}” field.

Required Headers

Key
Value

Accept

application/vnd.imggaming.dde.api+json;version=1

Content-Type

application/json

Authorization

Bearer eyvhaoudfgpdfgo*

*Authorization header includes a truncated Bearer token, contact IMG for your auth token if you do not have.

Response Model

Squads Object

Field
Type
Description

squadNo

integer

Number of squad

squadName

string

Name of squad

players

Array

Data for all players in the squad

players object

Field
Type
Description

displayName

string

Display name of player

country

string

FIFA country code, 3 uppercase letters

isAmateur

string

Is the player an amateur or not. True or False

status

string

Describes current player status in tournament.

lastName

string

Last known name of the Player

firstName

string

First known name of the Player

playerId

integer

Unique id of a Player

playerPGATourId

integer or null

The unique PGA tour Player Id of that player (if applicable)

playerEuropeanTourId

integer or null

The unique European tour Player Id of that player (if applicable)

playerLPGATourId

integer or null

The unique LPGA tour Player Id of that player (if applicable)

playerRandAId

integer or null

Players R&A Id (if relevant)

Last updated

Was this helpful?