> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/golf-media/untitled/hole-stats-for-the-tournament-player-and-round.md).

# Hole Stats for the tournament, player and round

This endpoint returns a wide range of hole stats for the specified player in the given round of the tournament

## E**ndpoint URLs**

[https://dde-api.imggaming.com/golf/hole-stats/{tournamentId}/{roundNumber}/{courseId}/{holeNo}/](#endpoint-urls)

**URL Sample:**

[https://dde-api.imggaming.com/golf/hole-stats/691/1/21/1](#endpoint-urls)

### 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                                                           |
| ------------------ | ------ | --------------------------------------------------------------------- |
| roundNumber        | 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\_leader\_name | string | The leader in this particular stat from the field                     |
| 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                                     |
| courseId           | int    | The internal ID of the course                                         |
| holeNo             | int    | The number of the hole in question                                    |

### Sample Response

```
[
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 13,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "birdie_chance_inside_10ft",
    "stat_value": 0.23225807,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 12,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "birdie_chance_inside_20ft",
    "stat_value": 0.38064516,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 9,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "birdie_chance_inside_30ft",
    "stat_value": 0.46451613,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 6,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "birdie_or_better_average",
    "stat_value": 0.2451612903,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 13,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "bogey_or_worse_average",
    "stat_value": 0.2064516129,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 1,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "closest_to_pin",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 7,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "driver_hit_average",
    "stat_value": 0.6933333,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 6,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "driving_distance_average",
    "stat_value": 304.03012,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 11,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "fairway_hit_average",
    "stat_value": 0.35897437,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 6,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "go_for_green_average",
    "stat_value": 0,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 10,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "green_in_regulation_average",
    "stat_value": 0.6,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 8,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "greenside_bunkers_found_average",
    "stat_value": 0.0196078431,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 8,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "greenside_bunkers_found_sum",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 8,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "hole_outs_sum",
    "stat_value": 2,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 4,
    "roundNumber": 1,
    "stat_leader_name": "Seamus Power",
    "stat_name": "longest_drive",
    "stat_value": 372.2249872572,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 1,
    "roundNumber": 1,
    "stat_leader_name": "Ashun Wu",
    "stat_name": "longest_putt_made",
    "stat_value": 74.4,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 11,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "median_proximity",
    "stat_value": 34.3136222577,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 6,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "miss_fairway_penalty",
    "stat_value": 0.36122215,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 7,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "off_the_tee_gsg_difficulty",
    "stat_value": -0.0700000003,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 16,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "putting_gsg_difficulty",
    "stat_value": 0.0130000003,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 14,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "putts_average",
    "stat_value": 1.548387,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 11,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "sand_save_average",
    "stat_value": 1,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 9,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "score_average",
    "stat_value": 3.9612903226,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 16,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "scrambling_average",
    "stat_value": 0.5322581,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 7,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "three_putt_sum",
    "stat_value": 3,
    "tournamentId": 691
  },
  {
    "courseId": 21,
    "holeNo": 1,
    "rank": 11,
    "roundNumber": 1,
    "stat_leader_name": null,
    "stat_name": "vspar_score_average",
    "stat_value": -0.0387096774,
    "tournamentId": 691
  }
]

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/golf-media/untitled/hole-stats-for-the-tournament-player-and-round.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
