# Player statistics

{% hint style="info" %}
These statistics can be included on a player using the `statistics.details` nested include, and filtered by season and type using the `playerStatisticSeasons` and `playerStatisticDetailTypes` filters respectively.

Read more about including these statistics on a player in [players-statistics](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/statistics/players-statistics "mention") or about filtering them in [#filtering-player-statistics](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/statistics/players-statistics#filtering-player-statistics "mention")
{% endhint %}

<table><thead><tr><th width="90">ID</th><th>Code</th><th>Developer Name</th><th>Description</th></tr></thead><tbody><tr><td>40</td><td>captain</td><td><code>CAPTAIN</code></td><td>Indicates whether a player is the captain of their team. </td></tr><tr><td>41</td><td>shots-off-target</td><td><code>SHOTS_OFF_TARGET</code></td><td>Indicates the number of shots which weren't on goal. </td></tr><tr><td>42</td><td>shots-total</td><td><code>SHOTS_TOTAL</code></td><td>Indicates the total number of shots</td></tr><tr><td>47</td><td>penalties</td><td><code>PENALTIES</code></td><td>Indicates the number of penalties taken. </td></tr><tr><td>51</td><td>offsides</td><td><code>OFFSIDES</code></td><td>Indicates the number of offsides. </td></tr><tr><td>52</td><td>goals</td><td><code>GOALS</code></td><td>Indicates the number of goals made. </td></tr><tr><td>56</td><td>fouls</td><td><code>FOULS</code></td><td>Indicates the number of fouls made. </td></tr><tr><td>57</td><td>saves</td><td><code>SAVES</code></td><td>Indicates the number of saves made by a goalkeepr. </td></tr><tr><td>58</td><td>shots-blocked</td><td><code>SHOTS_BLOCKED</code></td><td>Indicates the number of shots blocked. </td></tr><tr><td>59</td><td>substitutions</td><td><code>SUBSTITUTIONS</code></td><td>Indicates the number of substitutions made. </td></tr><tr><td>64</td><td>hit-woodwork</td><td><code>HIT_WOODWORK</code></td><td>Indicates the number of times the ball hit the post or crossbar. </td></tr><tr><td>78</td><td>tackles</td><td><code>TACKLES</code></td><td>Indicates the number of tackles. </td></tr><tr><td>79</td><td>assists</td><td><code>ASSISTS</code></td><td>Indicates the number of assists. </td></tr><tr><td>80</td><td>passes</td><td><code>PASSES</code></td><td>Indicates the number of passes attempted. </td></tr><tr><td>81</td><td>successful-passes</td><td><code>SUCCESSFUL_PASSES</code></td><td>Indicates the number of successful passes.</td></tr><tr><td>82</td><td>successful-passes-percentage</td><td><code>SUCCESSFUL_PASSES_PERCENTAGE</code></td><td>Indicates the percentage of successful passes.</td></tr><tr><td>83</td><td>redcards</td><td><code>REDCARDS</code></td><td>Indicates the number of straight red cards.</td></tr><tr><td>84</td><td>yellowcards</td><td><code>YELLOWCARDS</code></td><td>Indicates the number of yellow cards. </td></tr><tr><td>85</td><td>yellowred-cards</td><td><code>YELLOWRED_CARDS</code></td><td>Indicates the number of second yellow cards resulting in a red card. </td></tr><tr><td>86</td><td>shots-on-target</td><td><code>SHOTS_ON_TARGET</code></td><td>Indicates the number of shots which were on goal.</td></tr><tr><td>87</td><td>injuries</td><td><code>INJURIES</code></td><td>Indicates the number of injuries.</td></tr><tr><td>88</td><td>goals-conceded</td><td><code>GOALS_CONCEDED</code></td><td>Indicates the number of goals conceded. </td></tr><tr><td>94</td><td>dispossessed</td><td><code>DISPOSSESSED</code></td><td>Indicates the number of times the player was dispossesed.</td></tr><tr><td>96</td><td>fouls-drawn</td><td><code>PLAYER_FOULS_DRAWN</code></td><td>Indicates the number of fouls drawn by a player. </td></tr><tr><td>97</td><td>blocked-shots</td><td><code>BLOCKED_SHOTS</code></td><td>Indicates the number of blocked shots. </td></tr><tr><td>98</td><td>total-crosses</td><td><code>TOTAL_CROSSES</code></td><td>Indicates the total number of crosses by a player. </td></tr><tr><td>99</td><td>accurate-crosses</td><td><code>ACCURATE_CROSSES</code></td><td>Indicates the number of accurate crosses by a player. </td></tr><tr><td>100</td><td>interceptions</td><td><code>INTERCEPTIONS</code></td><td>Indicates the number of interceptions by a player. </td></tr><tr><td>101</td><td>clearances</td><td><code>CLEARANCES</code></td><td>Indicates the number of clearances by a player. </td></tr><tr><td>104</td><td>saves-insidebox</td><td><code>SAVES_INSIDE_BOX</code></td><td>Indicates the number of saves inside the penalty box by a goalkeeper. </td></tr><tr><td>105</td><td>total-duels</td><td><code>TOTAL_DUELS</code></td><td>Indicates the total number of duels contested by a player. </td></tr><tr><td>106</td><td>duels-won</td><td><code>DUELS_WON</code></td><td>Indicates the number of duels won by a player. </td></tr><tr><td>107</td><td>aeriels-won</td><td><code>AERIALS_WON</code></td><td>Indicates the number of aerial duels won by a player. </td></tr><tr><td>108</td><td>dribble-attempts</td><td><code>DRIBBLE_ATTEMPTS</code></td><td>Indicates the number of dribbles attempted by a player. </td></tr><tr><td>109</td><td>successful-dribbles</td><td><code>SUCCESSFUL_DRIBBLES</code></td><td>Indicates the number of dribbles done succesfully by a player. </td></tr><tr><td>110</td><td>dribbled-past</td><td><code>DRIBBLED_PAST</code></td><td>Indicates the number of time a player is dribbled past. </td></tr><tr><td>116</td><td>accurate-passes</td><td><code>ACCURATE_PASSES</code></td><td>Indicates the number of passes which found a teammate.</td></tr><tr><td>117</td><td>key-passes</td><td><code>KEY_PASSES</code></td><td>Indicates the number of key passes a player played. </td></tr><tr><td>118</td><td>rating</td><td><code>RATING</code></td><td>Indicates the match rating of a player. </td></tr><tr><td>119</td><td>minutes-played</td><td><code>MINUTES_PLAYED</code></td><td>Indicates the number of minutes played by a player. </td></tr><tr><td>122</td><td>long-balls</td><td><code>LONG_BALLS</code></td><td>Indicates the number of long balls played. </td></tr><tr><td>123</td><td>long-balls-won</td><td><code>LONG_BALLS_WON</code></td><td>Indicates the number of accurate long balls played by the player.</td></tr><tr><td>124</td><td>through-balls</td><td><code>THROUGH_BALLS</code></td><td>Indicates the number of through balls played. </td></tr><tr><td>125</td><td>through-balls-won</td><td><code>THROUGH_BALLS_WON</code></td><td>Indicates the number of accurate through balls played by the player.</td></tr><tr><td>194</td><td>cleansheets</td><td><code>CLEANSHEET</code></td><td>Indicates the total number of matches with a clean sheet in a season.</td></tr><tr><td>214</td><td>team-wins</td><td><code>WIN</code></td><td>Indicates the total number of matches the player played in of which the team has won in a season.</td></tr><tr><td>215</td><td>team-draws</td><td><code>DRAW</code></td><td>Indicates the total number of matches the player played in resulting in a draw in a season.</td></tr><tr><td>216</td><td>team-lost</td><td><code>LOST</code></td><td>Indicates the total number of matches the player played in of which the team has lost in a season.</td></tr><tr><td>321</td><td>appearances</td><td><code>APPEARANCES</code></td><td>Indicates the number of games a player has played.</td></tr><tr><td>322</td><td>lineups</td><td><code>LINEUPS</code></td><td>Indicates the line-ups of the participants.</td></tr><tr><td>323</td><td>bench</td><td><code>BENCH</code></td><td>Indicates the number of times a player started on the bench.</td></tr><tr><td>324</td><td>own-goals</td><td><code>OWN_GOALS</code></td><td>Indicates the number of times a player put the ball into his own goal.</td></tr><tr><td>571</td><td>error-lead-to-goal</td><td><code>ERROR_LEAD_TO_GOAL</code></td><td>Indicates the number of times a player made a mistake which meant the opposing team scored.</td></tr><tr><td>580</td><td>big-chances-created</td><td><code>BIG_CHANCES_CREATED</code></td><td>Indicates the total number of big chances created by a player in a season.</td></tr><tr><td>581</td><td>big-chances-missed</td><td><code>BIG_CHANCES_MISSED</code></td><td>Indicates the total number of big chances missed by a player in a season.</td></tr><tr><td>1584</td><td>accurate-passes-percentage</td><td><code>ACCURATE_PASSES_PERCENTAGE</code></td><td>Indicates the percentage of accurate passes by a player in a season.</td></tr><tr><td>5304</td><td>expected-goals</td><td><code>EXPECTED_GOALS</code></td><td>Contains statistics of player expected goals for a season</td></tr><tr><td>9676</td><td>average-points-per-game</td><td><code>AVERAGE_POINTS_PER_GAME</code></td><td>Indicates the average points per game of a player in a season.</td></tr><tr><td>27255</td><td>crosses-blocked</td><td><code>CROSSES_BLOCKED</code></td><td>Indicates the total number of crosses blocked by a player in a season.</td></tr><tr><td>27259</td><td>hattricks</td><td><code>HATTRICKS</code></td><td>Indicates the total number of hattricks by a player in a season.</td></tr></tbody></table>


---

# Agent Instructions: 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.sportmonks.com/v3/definitions/types/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.
