> 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/snooker/statistics/player-statistics.md).

# Player Statistics

| Action Statistic Name | Description and Sub Actions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Striker               | Total number of shots from striker position.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Red                   | Total number of red shots - 1 point.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Green                 | Total number of green shots - 3 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Pink                  | Total number of pink shots - 6 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Black                 | Total number of black shots - 7 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Yellow                | Total number of yellow shots - 2 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Blue                  | Total number of blue shots - 5 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Brown                 | Total number of brown shots - 4 points.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Foul                  | <p>Total number of shots or actions by a striker which is against the rules of the game. Common fouls are:</p><ul><li>Failing to hit any other ball with the cue ball.</li><li>First hitting a ball "not-on" with the cue ball.</li><li>Potting a ball "not-on".</li><li>Potting the cue ball (in-off).</li><li>Touching any object ball with anything but the cue ball.</li><li>Touching any ball before all balls have come to a complete stop.</li><li>Hitting the cue ball more than once on the same shot.</li><li>Making a ball land off the table.</li><li>Touching the cue ball with anything other than the tip of the cue. The exception is that while positioning the cue ball "in-hand"; it may be touched by anything <em>except</em> the tip of the cue.</li><li>Playing a "push shot" – a shot in which an object ball (whether "on" or not) in direct contact with the cue ball moves when the cue ball is hit, unless the cue ball hits a very fine edge of the object ball.</li><li>Playing a "jump shot" – a shot where the cue ball leaves the bed of the table and jumps over any part of a ball before first hitting another ball.</li><li>Playing a shot with both feet off the ground. The player may lean over the table, support a portion of their weight on it, and/or use a mechanical bridge as desired, but at least one foot must remain in contact with the ground.</li></ul> |


---

# 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/snooker/statistics/player-statistics.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.
