Golf Entry List Data
This endpoint returns data for each player via the entry list of the tournament indicated in the endpoint parameter
Endpoint URLs
https://dde-api.data.imgarena.com/golf/golf/entrylist/{tournamentID}/{stats_type}
URL Sample:
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/season_sg
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/season_stats
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/season_results
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/aggregated_results
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/recent_weeks
https://dde-api.data.imgarena.com/golf/golf/entrylist/750/tournament_results
Required Headers
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.
Request Parameters
Request Types:
Tournament Id
season_sg
season_stats
season_results
aggregated_results
recent_weeks
tournament_results
Response Model
APP
Array
Description of Strokes Gained performance for each player's Approach Shots
ARG
Array
Description of Strokes Gained performance for each player's Around The Green Shots
OTT
Array
Description of Strokes Gained performance for each player's Off The Tee Shots
PUT
Array
Description of Strokes Gained performance for each player's Putting Shots
overallSG
Array
Description of Strokes Gained performance for each player's Overall shot performance covering al stroke types combined
percentile
int
The percentile among peers the player ranks for this shot type
rank
int
The Rank of the player among peers the player sits for performance of this shot type
sgSum
float
The actual strokes gained sum of the shot type across all times across the season
sgValue
float
The average sg value for this shot type this season
avgValue
float
The average value of this stat across the season
endDate
Date
The Date this tournament in question ended
position
string
The final position for the player at this tournament
score
string
The final score for the player at this tournament
totalSG
float
The Sum of the overall SG for the player at this tournament
madeCuts
int
The number of cuts made by this player
madeCutsPerc
float
The percentage number of cuts made by this player against all tournaments played
roundsPlayed
int
The number of rounds played by this player
top10s
int
The number of Top 10 finishes by this player
top10sPerc
float
The percentage number of Top 10 finishes by this player against all finishes
top20s
int
The number of Top 20 finishes by this player
top5s
int
The number of Top 5 finishes by this player
totalSG
float
The aggregated Total Strokes Gained by this player across multiple tournaments
tournamentsPlayed
int
The aggregated number of tournaments played by this player
teeTime
DateTime
The tee time for this tournament
positionDisplay
string
Final position at this recent tournament
positionScaling
float
Position scaling at the recent tournament (how secure was their position during this tournament)
weeksAgo
int
How long ago was this tournament in weeks
R1
int
The player final score on this round only in this tournament
R2
int
The player final score on this round only in this tournament
R3
int
The player final score on this round only in this tournament
R4
int
The player final score on this round only in this tournament
tournament_year
DateYear
The Year of the tournament (YYYY)
tournamentName
string
The name of the Tournament
tournamentId
string
The unique Tournament ID of the current event
firstName
string
The first name of the player
lastName
string
The surname of the player
playerName
string
The first name and last name of the player
playerCountry
string
The nationality of the player
teamId
Number
The player's Team ID for the current Tournament format
playerId
Number
The player ID
Sample Response for Season SG
Sample Response for Season Stats
Sample Response for Season Results
Sample Response for Aggregated Results
Sample Response for Recent Weeks
Sample Response for Tournament Results
Last updated
Was this helpful?