Group stats for the tournament, group number and round

This endpoint returns stats of each player within each group of the tournament

Endpoint URLs

https://dde-api.imggaming.com/golf/group-stats/{tournamentId}/{roundNumber}/{groupNo}/

URL Sample:

https://dde-api.imggaming.com/golf/group-stats/691/1/1/

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

groupNumber

int

The group number of this cohort of players

groupRoundNumber

int

The group round number these cohort of player are on

Sample Response

Last updated

Was this helpful?