Players
This endpoint returns information on all players including their country, ranking, and tour IDs.
Endpoint URLs
https://dde-api.imggaming.com/golf/players
Required Headers
Key
Value
Accept
application/vnd.imggaming.dde.api+json;version=1
Content-Type
application/json
Authorization
Bearer eyvhaoudfgpdfgo*
Request Parameters
This endpoint currently takes the following parameters:
Parameter
Value
results
used to decide how many results you would like in the response. Default is 100.
offset
used in conjunction with results, if you use &results=100&offset=100 this will give you the first page of 100 results from this endpoint
Rate Limits
5 req/sec measured over 5mins per calling service
Response Model
Player Summary Object
Field Name
Type
Description
playerId
int
The ID of the player that will be referenced across the DDE
playerEuropeanTourId
string
The European Tour ID of the player (if applicable, if not, null)
playerPGATourId
string
The PGA Tour ID of the player (if applicable, if not, null)
displayName
string
The display name of the player
firstName
string
The first name of the player
lastName
string
The last name of the player
country
string
The country code of the country in which the tournament is taking place
isAmateur
boolean
Is the player an amateur or not
entryType
string
The player’s entry type into the tournament
gender
string
The gender of the player
dateOfBirth
date
player’s date of birth, null if unknown
European Tour Ranking Object
Currently will be null – these docs will be updated when this is available.
Sample Response
Doc navigation
Last updated