Player Strokes Gained (SG) Percentiles
This endpoint returns the strokes gained shot values for players specified in the request parameters for a specified tournament.
Endpoint URLs
https://dde-api.imggaming.com/golf/percentiles/{tournamentId}
URL Sample:
https://dde-api.imggaming.com/golf/percentiles/691
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.
Request Parameters
This endpoint currently takes the following parameters:
playerIds
Array of Strings
The internal IDs of the player(s) to be compared
roundNumber
int
The round of the tournament in question
Response Model
Field Name
Type
Description
playerId
int
The internal ID of the Player of the current event
playerName
string
The name of the player
APP
String Array Object
An Object containing 4 String objects describing the player's Approach Shot: percentile, rank, sgValue, sgSum
ARG
int
An Object containing 4 String objects describing the player's Around the Green Shot: percentile, rank, sgValue, sgSum
OTT
int
An Object containing 4 String objects describing the player's Off The Tee Shot: percentile, rank, sgValue, sgSum
PUT
int
An Object containing 4 String objects describing the player's Putting Shot: percentile, rank, sgValue, sgSum
OverallSG
int
An Object containing 4 String objects describing the player's Overall averaged combined shot scores across all categories (APP, OTT, ARG, PUT): percentile, rank, sgValue, sgSum
Sample Response
Last updated