get https://api.sportradar.com/golf///v3///tournaments//hole-statistics.
Detailed information on how the field fared on each hole for a given tournament.
Update Frequency
This endpoint will update to a 2s TTL (time to live) upon a game moving to inprogress. Upon closed, it will transfer to 120s.
Data Points
Course:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | course | GUID | Unique ID of a course ex. 7e9462a5-66ea-4205-b37a-81884e3653cf |
name | course | String | Name of a course ex. Augusta National |
par | course | Integer | Par for a course ex. 72 |
yardage | course | Integer | Total yardage of a course ex. 7510 |
Hole Statistics:
Attribute | Parent Element | Type | Description |
---|---|---|---|
avg_diff | hole | Decimal | Average difference above or below par which a hole played in a tournament ex. -0.12 or 0.17 |
birdies | hole | Integer | Number of total birdies on a hole in a tournament round |
bogeys | hole | Integer | Number of total bogeys on a hole in a tournament round |
double_bogeys | hole | Integer | Number of total double bogeys on a hole in a tournament round |
eagles | hole | Integer | Number of total eagles on a hole in a tournament round |
holes_in_one | hole | Integer | Number of total holes in one on a hole in a tournament round |
number | hole | Integer | Hole number (1-18) |
players | hole | Integer | Number of total players on a hole in a tournament round |
other_scores | hole | Integer | Number of total other scores on a hole in a tournament round (non- pars, birdies, eagles, holes in one, bogeys, double bogeys) |
par | hole | Integer | Par for a hole ex. 4 |
pars | hole | Integer | Number of total pars on a hole in a tournament round |
sequence | hole | Integer | Sequence number of a hole |
strokes | hole | Integer | Number of total strokes on a hole in a tournament round |
strokes_avg | hole | Decimal | Average number of strokes on a hole in a tournament round |
Round:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | round | GUID | Unique ID of a round ex. 56983b8a-92e6-40b1-8c53-1b38857d712b |
number | round | GUID | Number of a round |
status | round | GUID | Status of a roundscheduled , inprogress , delayed , suspended , cancelled , complete , closed , reopened |
Tournament:
Attribute | Parent Element | Type | Description |
---|---|---|---|
course_timezone | tournament | String | Timezone of a course ex. America/New_York |
coverage | tournament | String | Coverage of a tournament. Click *here for a complete breakdown of our tour coverage. ex. full |
end_date | tournament | dateTime | End date of a tournament ex. 2022-11-20 |
event_type | tournament | dateTime | Scoring type of a tournamentstroke , match , cup , team , mix |
points | tournament | Integer | Total number of FedEX Cup points for a tournament |
id | tournament | GUID | Unique ID of a tournament ex. 42b7bbc2-858a-4c0d-85dc-b30179bb5e9a |
name | tournament | String | Name of a tournament ex. Wells Fargo Championship |
purse | tournament | Float | Total prize money for a tournament ex. 15000000.0 |
currency | tournament | String | Prize money currency type of a tournament ex. USD |
scoring_system | tournament | String | Scoring system for a tournamentstroke , stableford |
start_date | tournament | dateTime | Start date of a tournament ex. 2022-11-20 |
status | tournament | GUID | Status of a tournamentscheduled , inprogress , delayed , cancelled , created , complete , closed , playoff , reopened |
parent_id | tournament | GUID | Unique parent ID for a tournament. Use this ID to tie reoccurring events across seasons. ex. 5c8d8f92-8da7-4d5d-860b-e820d57ff640 (ID for The Masters) |
winning_share | tournament | Float | Prize money for first place in a tournament ex. 1080000.0 |