> 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-integration/golf-ec-features/player-stats.md).

# Player Stats

The Player Detail page in Golf Event Centre exposes granular, player-specific statistics across multiple performance categories.

Stat Categories:

<figure><img src="/files/qhBxGjvOhPWIAccaHBX1" alt="" width="563"><figcaption></figcaption></figure>

| Stat                       | Sub Categories                                                                                                 |
| -------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Strokes Gained Radar Chart | <ul><li>Total SG</li><li>Off The Tee</li><li>Approach</li><li>Around the Green</li><li>Putting</li></ul>       |
| Top Shots                  | Top 5 shots                                                                                                    |
| Scoring                    | <ul><li>Scoring by Par</li><li>Scoring by Round</li><li>Hole Scores</li><li>Scoring SG</li></ul>               |
| Driving                    | <ul><li>Accuracy</li><li>Drivers hit</li><li>Average Driving Distance</li><li>Driving SG</li></ul>             |
| Approach                   | <ul><li>GIR</li><li>Birdie Chances Inside</li><li>Average proximity to pin</li><li>Approach SG</li></ul>       |
| Short Game                 | <ul><li>Scrambles - Others</li><li>Scrambles - Sand</li><li>Short Game</li><li>Short Game SG</li></ul>         |
| Putting                    | <ul><li>Feet Of Putts Holed</li><li>Make Percentages</li><li>Putts made distances</li><li>Putting SG</li></ul> |

```
<script src="https://unpkg.com/@img-arena/front-row-seat"></script>
<script>
  const {
    MessageTopics
  } = frontRowSeat.eventCentreUtils;
  const eventCentreInstance = frontRowSeat.eventCentre({
    operator: "img",
    // theme: "default-preview",
    // env: "sims",
    sport: "golf",
    targetModule: "full",
    eventId: "821",
    version: "latest",
    targetElementSelector: "#img-arena-event-centre",
    language: "en",
    // options: {
    //   videoPlaybackEnabled: true,
    //   holeNavOnly: true
    // },
    initialContext: {
      view: "player-detail-stats",
      teamNo: "100"
    }
  });
</script>
```

{% embed url="<https://codepen.io/wjadoon/pen/NPxZwpW>" %}


---

# 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:

```
GET https://docs.sportradar.com/golf-integration/golf-ec-features/player-stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
