# Referee statistics

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

Read more about includes in [includes](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/includes "mention") or about filtering in [filtering](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/filter-and-select-fields/filtering "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>47</td><td>Penalties</td><td><code>PENALTIES</code></td><td>Indicates the number of penalties given.</td></tr><tr><td>56</td><td>fouls</td><td><code>FOULS</code></td><td>Indicates the number of fouls given. </td></tr><tr><td>83</td><td>redcards</td><td><code>REDCARDS</code></td><td>Indicates the number of straight red cards given.</td></tr><tr><td>84</td><td>yellowcards</td><td><code>YELLOWCARDS</code></td><td>Indicates the number of yellow cards given.</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>188</td><td>matches</td><td><code>MATCHES</code></td><td>Indicates the number of games officiated. </td></tr><tr><td>314</td><td>var-moments</td><td><code>VAR_MOMENTS</code></td><td>Indicates the number of times the VAR was used.</td></tr></tbody></table>
