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

# Player Statistics

| Action Statistic Name  | Description and Sub Actions                                                                                                                                                |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2PT Shot               | The total number of shots made from within or on the 3 point line.                                                                                                         |
| 2PT made               | The total number of shots made from within or on the 3 point line.                                                                                                         |
| Assist                 | Total number of passes players made leading directly to a basket being scored.                                                                                             |
| Player Foul            | <p>Total number of fouls committed by a player:<br>- personal<br>- technical<br>- unsportsmanlike<br>- offensive<br>- disqualifying<br>- double personal</p>               |
| 3PT Shot               | Total number of shots made from beyond the 3 point line.                                                                                                                   |
| 3PT made               | Total number of shots made from beyond the 3 point line.                                                                                                                   |
| Steal                  | Player recovers possession of the basketball from the other team by intercepting a pass or dribble.                                                                        |
| Foul Against           | Total number of fouls against a player.                                                                                                                                    |
| FT awarded             | <p>Stats for players awarded a number of free throws<br>- one free throw awarded<br>- two free throws awarded<br>- three free throws awarded</p>                           |
| FT made                | The total number of free throw shots made.                                                                                                                                 |
| Turnover               | <p>Stats for the teams in possession of the ball that has changed:<br>- stolen<br>- shot clock violation<br>- back court violation<br>- travelling<br>- double dribble</p> |
| 2PT missed             | The total number of shots missed from within or on the 3 point line.                                                                                                       |
| Defensive Rebound      | Statistics for defensive players who have recoverd the ball after a shot.                                                                                                  |
| Offensive Rebound      | Statistics for offensive players who have recoverd the ball after a shot.                                                                                                  |
| Defensive Team Rebound | Statistics about defensive teams that have recovered the ball after a shot but was not attributed to a single player.                                                      |
| Block                  | The total number of player stops the basketball from being shot into the basket.                                                                                           |
| 3PT missed             | The total number of shots missed from beyond the 3 point line.                                                                                                             |
| Offensive Team Rebound | Statistics about offensive teams that have recovered the ball after a shot but was not attributed to a single player.                                                      |
| FT missed              | The total number of free throws missed.                                                                                                                                    |
| Bench Foul             | The total number of fouls committed by benched players.                                                                                                                    |


---

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