Player Stats per round per tournament
This endpoint returns a very wide range of specified player stats for each round of the specified tournament.
Endpoint URLs
https://dde-api.imggaming.com/golf/player-stats/{tournamentID}/{playerID}
URL Sample:
https://dde-api.imggaming.com/golf/player-stats/691/3832/
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 no request parameters:
Response Model
Field Name
Type
Description
playerId
int
The internal ID of the Player of the current event
roundNo
int
The current round of the tournament for this stat
rank
int
The rank of the player for this stat type vs peers in this tournament
stat_name
string
The description of the stat
stat_value
double
The numeric value of the stat relative to the stat_name
tournamentId
int
The internal ID of the tournament
Sample Response
Last updated