Detailed Player Strokes per tournament

This endpoint returns detailed player strokes positions and distance left for each shot SG shot type per tournament.

Endpoint URLs

https://dde-api.imggaming.com/golf/player_strokes/{tournamentID}/{teamID}

URL Sample:

https://dde-api.imggaming.com/golf/player_strokes/691/110/

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

event

Object Array

The event object contains three values, CourseID, externalEventID and tournamentID

rounds

Object Array

The rounds object contains a long array of hole objects describing stats for each hole for the player for a particular round

holes

Object Array

The holes object contains detailed stats of performance metrics for the player at each hole

shots

Object Array

The shots objects has the list of metrics for this particular hole for the player on this particular round

cat

string

The category of shot type out of OTT, APP, ARG, PUT

coord_feet_x

double

The X coordinates of the shot relative to the course green

coord_feet_y

double

TThe Y coordinates of the shot relative to the course green

coord_prev_feet_x

double

The previous X coordinates of the shot relative to the course green

coord_prev_feet_y

double

The previous Y coordinates of the shot relative to the course green

distance_left

double

The distance remaining from current ball position to pin location

distance_left_prev

double

The previous distance remaining from current ball position to pin location

error

string

Usually 'null' unless an error has been recorded on the shot

hole_par

int

The par of the current hole

score

int

The player score on the current hole

shotNo

int

The shot number the player has taken on this particular hole

shot_distance

double

The total distance of previous shot

shot_from_location

string

The area of the course the shot was taken from

shot_to_location

string

The area of the green the shot landed at

value

double

The SG of that shot

Sample Response

Last updated

Was this helpful?