Course Fingerprints

This endpoint returns a variety of data points about the course and its context

Endpoint URLs

https://dde-api.data.imgarena.com/golf/course_fingerprints/{request_type}/{external_coursew_id}

URL Sample:

https://dde-api.data.imgarena.com/golf/course_fingerprints/course_difficulty/ET-1553

https://dde-api.data.imgarena.com/golf/course_fingerprints/course_fingerprint/ET-1553

https://dde-api.data.imgarena.com/golf/course_fingerprints/numbers_to_know/ET-1553

https://dde-api.data.imgarena.com/golf/course_fingerprints/three_categories/ET-1553

https://dde-api.data.imgarena.com/golf/course_fingerprints/winner_data/ET-1553

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

Request Types:

course_difficulty

course_fingerprint

numbers_to_know

three_categories

winner_data

External Course ID

Response Model

Covers all request types

Field Name

Type

Description

APP

array

Approach Shot SG value within an array from 0 to 10

ARG

array

Around the Green SG Shot value within an array from 0 to 10

OTT

array

Off The Tee SG Shot value within an array from 0 to 10

PUT

array

Putting Shot SG value within an array from 0 to 10

TOT

array

Total SG Shot value within an array from 0 to 10

external_course_id

string

External Tournament ID identifier String, covering DPWT, PGA Tour, Other Golf Tours

stat_name

string

course oriented stat name e.g. :

outOf10

float

score from 0 to 10

stat_average

float

average score for the stat in question (ranges in scale)

rank

int

the rank and importance of this stat in relation to the course

stat_value

float

the stat value score on this course

direction

string

an indication of acute context, e.g. hillier, easier, elevation

average_of_all_courses

float

the stat value score average across multiple courses

comment

string

an elaboration on stat_name

percentageScore

float

Average performance on this stat measured by percentages

playerId

string

The internal ID of the Player of the current event

firstName

string

The first name of the player

lastName

string

The surname of the player

americanodds

string

American MoneyLine odds format e.g +2800

averageWinningScore

float

average winning score

percentagePlayoffs

float

Number of play offs this person has had here

percentageShorter

float

Percentage of shorter scores

tournaments

int

Number of tournaments played

standings_toPar_displayValue

Number

variance on standings to Par display e.g. -21

tournament_year

int

Year of tournament (YYYY) e.g. 2022

winningMargin

string

e.g. 2 strokes

Sample Response for Course Difficulty

Sample Response for Course Fingerprint

Sample Response for Numbers to Know

Sample Response for Three Categories

Sample Response for Winner Data

Last updated

Was this helpful?