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

[
 {
    "_11": "2023-06-29T10:11:48.000Z",
    "commentType": "PostHole_TODAY",
    "excitement": 1.35,
    "externalPlayerId": "22405",
    "groupNo": "20",
    "holeNo": "1",
    "id": "686",
    "playerId": "467",
    "roundNo": "1",
    "shotTypeNext": "OTT",
    "strokeNo": "4",
    "teamId": "35",
    "text": " Rose made par. Rose is bogey-free through 10 holes. Rose is -4 and tied for the lead",
    "tier": 1,
    "tournamentName": "Betfred British Masters hosted by Sir Nick Faldo"
  }
]

Last updated