# Season statistics

{% hint style="info" %}
These statistics can be included on a season using the `statistics` include, and filtered by type using the `seasonStatisticTypes` filter.

Read more about including these statistics on a season in [Season statistics](/v3/tutorials-and-guides/tutorials/statistics/season-statistics.md) or about filtering them in [Season statistics](/v3/tutorials-and-guides/tutorials/statistics/season-statistics.md#filtering-season-statistics)
{% endhint %}

<table><thead><tr><th width="83">ID</th><th width="200">Code</th><th width="245">Developer Name</th><th>Description</th></tr></thead><tbody><tr><td>34</td><td>corners</td><td><code>CORNERS</code></td><td>The total number of corner kicks awarded to a team.</td></tr><tr><td>43</td><td>attacks</td><td><code>ATTACKS</code></td><td>The total number of attacks by a team.</td></tr><tr><td>44</td><td>dangerous-attacks</td><td><code>DANGEROUS_ATTACKS</code></td><td>The total number of dangerous attacks by a team.</td></tr><tr><td>79</td><td>assists</td><td><code>ASSISTS</code></td><td>The total number of assists in a team.</td></tr><tr><td>106</td><td>duels-won</td><td><code>DUELS_WON</code></td><td>The total number of duels won by a team.</td></tr><tr><td>124</td><td>through-balls</td><td><code>THROUGH_BALLS</code></td><td>The total number of though balls by a team.</td></tr><tr><td>125</td><td>through-balls-won</td><td><code>THROUGH_BALLS_WON</code></td><td>The total number of though balls won by a team.</td></tr><tr><td>188</td><td>season-matches</td><td><code>MATCHES</code></td><td>The total number of matches played in a season.</td></tr><tr><td>189</td><td>season-teams</td><td><code>TOTAL_TEAMS</code></td><td>The total number of teams participating in a season.</td></tr><tr><td>190</td><td>matches-ended-in-draw</td><td><code>MATCHES_ENDED_IN_DRAW</code></td><td>The number of matches that ended in a draw.</td></tr><tr><td>191</td><td>number-of-goals</td><td><code>NUMBER_OF_GOALS</code></td><td>The total count of goals scored.</td></tr><tr><td>192</td><td>both-teams-to-score</td><td><code>BTTS</code></td><td>Indicates the number of times both teams scored in a match.</td></tr><tr><td>193</td><td>cards</td><td><code>CARDS</code></td><td>The total number of yellow and red cards given.</td></tr><tr><td>194</td><td>cleansheets</td><td><code>CLEANSHEET</code></td><td>The number of matches in which a team did not concede any goals.</td></tr><tr><td>195</td><td>goalkeeper-cleansheets</td><td><code>GOALKEEPER_CLEANSHEET</code></td><td>The number of matches where the goalkeeper kept a clean sheet.</td></tr><tr><td>196</td><td>scoring-minutes</td><td><code>SCORING_MINUTES</code></td><td>The minutes during which goals were scored in a match.</td></tr><tr><td>197</td><td>goal-line</td><td><code>GOAL_LINE</code></td><td>Indicates the number of goal line clearances.</td></tr><tr><td>201</td><td>win-percentage</td><td><code>WIN_PERCENTAGE</code></td><td>The percentage of matches won.</td></tr><tr><td>202</td><td>defeat-percentage</td><td><code>DEFEAT_PERCENTAGE</code></td><td>The percentage of matches lost.</td></tr><tr><td>203</td><td>draw-percentage</td><td><code>DRAW_PERCENTAGE</code></td><td>The percentage of matches that ended in a draw.</td></tr><tr><td>204</td><td>most-scored</td><td><code>PARTICIPANT_MOST_SCORED</code></td><td>The team that scored the most goals.</td></tr><tr><td>205</td><td>most-conceded</td><td><code>PARTICIPANT_MOST_CONCEDED</code></td><td>The team that conceded the most goals.</td></tr><tr><td>206</td><td>most-scored-per-match</td><td><code>PARTICIPANT_MOST_SCORED_PER_MATCH</code></td><td>The team with the highest average goals scored per match.</td></tr><tr><td>207</td><td>most-conceded-per-match</td><td><code>PARTICIPANT_MOST_CONCEDED_PER_MATCH</code></td><td>The team with the highest average goals conceded per match.</td></tr><tr><td>208</td><td>goal-topscorer</td><td><code>GOAL_TOPSCORER</code></td><td>The player with the most goals in a season.</td></tr><tr><td>209</td><td>assist-topscorer</td><td><code>ASSIST_TOPSCORER</code></td><td>The player with the most assists in a season.</td></tr><tr><td>210</td><td>card-topscorer</td><td><code>CARD_TOPSCORER</code></td><td>The player with the most cards (yellow and red) in a season.</td></tr><tr><td>211</td><td>highest-rated-player</td><td><code>HIGHEST_RATED_PLAYER</code></td><td>The player with the highest rating based on performance metrics.</td></tr><tr><td>212</td><td>highest-rated-team</td><td><code>HIGHEST_RATED_TEAM</code></td><td>The team with the highest rating based on performance metrics.</td></tr><tr><td>574</td><td>referees</td><td><code>REFEREES</code></td><td>The total number of referees officiating the matches.</td></tr><tr><td>575</td><td>failed-to-score</td><td><code>FAILED_TO_SCORE</code></td><td>The number of matches in which a team or player failed to score.</td></tr><tr><td>1677</td><td>shots</td><td><code>SHOTS</code></td><td>The number of shots by a team.</td></tr><tr><td>27257</td><td>team-of-the-week</td><td><code>TEAM_OF_THE_WEEK</code></td><td>The Team Of The Week (TOTW)</td></tr><tr><td>27260</td><td>injury-time-goals</td><td><code>INJURY_TIME_GOALS</code></td><td>The number of goals scored by a team during injury time. </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/season-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.
