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)
```json
[
{
"players": [
{
"country": "USA",
"displayName": "Collin Morikawa",
"firstName": "Collin",
"isAmateur": false,
"lastName": "Morikawa",
"playerEuropeanTourId": "43410",
"playerId": 3378,
"playerLPGATourId": null,
"playerPGATourId": "50525",
"playerRandAId": "146554",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Justin Thomas",
"firstName": "Justin",
"isAmateur": false,
"lastName": "Thomas",
"playerEuropeanTourId": "39594",
"playerId": 3782,
"playerLPGATourId": null,
"playerPGATourId": "33448",
"playerRandAId": "136805",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Rickie Fowler",
"firstName": "Rickie",
"isAmateur": false,
"lastName": "Fowler",
"playerEuropeanTourId": "36218",
"playerId": 3725,
"playerLPGATourId": null,
"playerPGATourId": "32102",
"playerRandAId": "100604",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Patrick Cantlay",
"firstName": "Patrick",
"isAmateur": false,
"lastName": "Cantlay",
"playerEuropeanTourId": "38194",
"playerId": 3881,
"playerLPGATourId": null,
"playerPGATourId": "35450",
"playerRandAId": "142314",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Xander Schauffele",
"firstName": "Xander",
"isAmateur": false,
"lastName": "Schauffele",
"playerEuropeanTourId": "41757",
"playerId": 518,
"playerLPGATourId": null,
"playerPGATourId": "48081",
"playerRandAId": "139503",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Sam Burns",
"firstName": "Sam",
"isAmateur": false,
"lastName": "Burns",
"playerEuropeanTourId": "40327",
"playerId": 3474,
"playerLPGATourId": null,
"playerPGATourId": "47504",
"playerRandAId": "146566",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Jordan Spieth",
"firstName": "Jordan",
"isAmateur": false,
"lastName": "Spieth",
"playerEuropeanTourId": "38796",
"playerId": 3874,
"playerLPGATourId": null,
"playerPGATourId": "34046",
"playerRandAId": "128690",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Scottie Scheffler",
"firstName": "Scottie",
"isAmateur": false,
"lastName": "Scheffler",
"playerEuropeanTourId": "41218",
"playerId": 5972,
"playerLPGATourId": null,
"playerPGATourId": "46046",
"playerRandAId": "146550",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Max Homa",
"firstName": "Max",
"isAmateur": false,
"lastName": "Homa",
"playerEuropeanTourId": "39358",
"playerId": 3886,
"playerLPGATourId": null,
"playerPGATourId": "39977",
"playerRandAId": "146567",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Brian Harman",
"firstName": "Brian",
"isAmateur": false,
"lastName": "Harman",
"playerEuropeanTourId": "38780",
"playerId": 3457,
"playerLPGATourId": null,
"playerPGATourId": "27644",
"playerRandAId": "131409",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Wyndham Clark",
"firstName": "Wyndham",
"isAmateur": false,
"lastName": "Clark",
"playerEuropeanTourId": "100007",
"playerId": 3425,
"playerLPGATourId": null,
"playerPGATourId": "51766",
"playerRandAId": "150058",
"status": "Entered"
},
{
"country": "USA",
"displayName": "Brooks Koepka",
"firstName": "Brooks",
"isAmateur": false,
"lastName": "Koepka",
"playerEuropeanTourId": "38783",
"playerId": 153,
"playerLPGATourId": null,
"playerPGATourId": "36689",
"playerRandAId": "128671",
"status": "Entered"
}
],
"squadName": "USA",
"squadNo": 1
},
{
"players": [
{
"country": "NOR",
"displayName": "Viktor Hovland",
"firstName": "Viktor",
"isAmateur": false,
"lastName": "Hovland",
"playerEuropeanTourId": "40148",
"playerId": 3347,
"playerLPGATourId": null,
"playerPGATourId": "46717",
"playerRandAId": "145029",
"status": "Entered"
},
{
"country": "NIR",
"displayName": "Rory McIlroy",
"firstName": "Rory",
"isAmateur": false,
"lastName": "McIlroy",
"playerEuropeanTourId": "34024",
"playerId": 14,
"playerLPGATourId": null,
"playerPGATourId": "28237",
"playerRandAId": "73414",
"status": "Entered"
},
{
"country": "ENG",
"displayName": "Tyrrell Hatton",
"firstName": "Tyrrell",
"isAmateur": false,
"lastName": "Hatton",
"playerEuropeanTourId": "37626",
"playerId": 6,
"playerLPGATourId": null,
"playerPGATourId": "34363",
"playerRandAId": "100599",
"status": "Entered"
},
{
"country": "ENG",
"displayName": "Tommy Fleetwood",
"firstName": "Tommy",
"isAmateur": false,
"lastName": "Fleetwood",
"playerEuropeanTourId": "35371",
"playerId": 12,
"playerLPGATourId": null,
"playerPGATourId": "30911",
"playerRandAId": "129462",
"status": "Entered"
},
{
"country": "IRL",
"displayName": "Shane Lowry",
"firstName": "Shane",
"isAmateur": false,
"lastName": "Lowry",
"playerEuropeanTourId": "36489",
"playerId": 120,
"playerLPGATourId": null,
"playerPGATourId": "33204",
"playerRandAId": "100588",
"status": "Entered"
},
{
"country": "SCO",
"displayName": "Robert MacIntyre",
"firstName": "Robert",
"isAmateur": false,
"lastName": "MacIntyre",
"playerEuropeanTourId": "41227",
"playerId": 209,
"playerLPGATourId": null,
"playerPGATourId": "52215",
"playerRandAId": "145044",
"status": "Entered"
},
{
"country": "DEN",
"displayName": "Nicolai Højgaard",
"firstName": "Nicolai",
"isAmateur": false,
"lastName": "Højgaard",
"playerEuropeanTourId": "42143",
"playerId": 1799,
"playerLPGATourId": null,
"playerPGATourId": "52453",
"playerRandAId": "142338",
"status": "Entered"
},
{
"country": "ENG",
"displayName": "Justin Rose",
"firstName": "Justin",
"isAmateur": false,
"lastName": "Rose",
"playerEuropeanTourId": "1941",
"playerId": 467,
"playerLPGATourId": null,
"playerPGATourId": "22405",
"playerRandAId": "8929",
"status": "Entered"
},
{
"country": "ENG",
"displayName": "Matt Fitzpatrick",
"firstName": "Matt",
"isAmateur": false,
"lastName": "Fitzpatrick",
"playerEuropeanTourId": "39474",
"playerId": 79,
"playerLPGATourId": null,
"playerPGATourId": "40098",
"playerRandAId": "128677",
"status": "Entered"
},
{
"country": "ESP",
"displayName": "Jon Rahm",
"firstName": "Jon",
"isAmateur": false,
"lastName": "Rahm",
"playerEuropeanTourId": "41208",
"playerId": 493,
"playerLPGATourId": null,
"playerPGATourId": "46970",
"playerRandAId": "136813",
"status": "Entered"
},
{
"country": "AUT",
"displayName": "Sepp Straka",
"firstName": "Sepp",
"isAmateur": false,
"lastName": "Straka",
"playerEuropeanTourId": "39309",
"playerId": 3361,
"playerLPGATourId": null,
"playerPGATourId": "49960",
"playerRandAId": "150070",
"status": "Entered"
},
{
"country": "SWE",
"displayName": "Ludvig Åberg",
"firstName": "Ludvig",
"isAmateur": false,
"lastName": "Åberg",
"playerEuropeanTourId": "42866",
"playerId": 8105,
"playerLPGATourId": null,
"playerPGATourId": "52955",
"playerRandAId": "50001204",
"status": "Entered"
}
],
"squadName": "Europe",
"squadNo": 2
}
]
```
Last updated