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

# Player Statistics

| Action Statistic Name   | Description and Sub Actions                                                                                                                                             |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Goal                    | <p>As above in the 'Team' stat section but this is for a single player goals rather than the team as a whole. This is split into:<br>\* Penalty Goal<br>\* Own Goal</p> |
| Yellow Card             | As above in the 'Team' stat section but this is for a single player yellow cards rather than the team as a whole                                                        |
| Red Card                | As above in the 'Team' stat section but this is for a single player red cards rather than the team as a whole                                                           |
| Offside                 | The aggregation of the player whom was caught offside                                                                                                                   |
| Goal Disallowed         | The aggregation of the goals disallowed by the official for that player                                                                                                 |
| Penalty Missed          | The aggregation of the penalties missed or saved during the match or in a shootout for that player                                                                      |
| Shootout Penalty Taker  | The shootout penalty taker                                                                                                                                              |
| Shootout Penalty Missed | The aggregation of penalties missed by that penalty taker (likely will be 1 unless everyone from both teams scores and it goes back round again)                        |
| Shootout Penalty Scored | The aggregation of penalties scored by that penalty taker (likely will be 1 unless everyone from both teams scores and it goes back round again)                        |
| Substitution In         | The aggregation of the players substituted onto the playing field                                                                                                       |
| Substitution Out        | The aggregation of the players substituted off the playing field                                                                                                        |


---

# 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/soccer/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.
