# Definition of Common Football Terms

### Match Statistics

**Assists:** A pass that directly leads to a teammate scoring a goal. [Learn more](https://www.sportmonks.com/glossary/assists)

**Big chance:** A clear goal-scoring opportunity where a player would reasonably be expected to score based on shot location, defensive pressure, and other factors.

**Clean sheet:** When a team completes a match without conceding any goals. [Learn more](https://www.sportmonks.com/glossary/clean-sheet)

**Corners taken:** The number of corner kicks awarded to a team during a match. [Learn more](https://www.sportmonks.com/glossary/corners-taken)

**Shot accuracy:** The percentage of shots that are on target (would result in a goal if not saved or blocked). [Learn more](https://www.sportmonks.com/glossary/shot-accuracy)

**Ball possession:** The percentage of time a team controls the ball during a match, calculated from total passes and ball touches. [Learn more](https://www.sportmonks.com/glossary/ball-possession)

### Player Performance Metrics

**Passing accuracy:** The percentage of attempted passes that successfully reach a teammate. [Learn more](https://www.sportmonks.com/glossary/passing-accuracy)

**Dribbling success rate:** The percentage of dribble attempts where a player successfully maintains possession past an opponent. [Learn more](https://www.sportmonks.com/glossary/dribbling-success-rate)

**Cross accuracy:** The percentage of crosses that successfully reach a teammate in the opponent's penalty area. [Learn more](https://www.sportmonks.com/glossary/cross-accuracy)

**Goalkeeper saves:** The number of on-target shots a goalkeeper successfully prevents from entering the goal. [Learn more](https://www.sportmonks.com/glossary/goalkeeper-saves)

**Defensive actions:** Combined total of tackles, interceptions, and clearances made by a player. [Learn more](https://www.sportmonks.com/glossary/defensive-actions)

**Ball recoveries:** Instances where a player regains possession of the ball for their team. [Learn more](https://www.sportmonks.com/glossary/ball-recoveries)

### Advanced Metrics

**Expected goals (xG):** A statistical measure of the quality of a scoring chance, representing the probability that a shot will result in a goal based on various factors like distance, angle, and defensive pressure.

**Expected assists (xA):** The likelihood that a pass will result in an assist, based on the quality of the chance created. [Learn more](https://www.sportmonks.com/glossary/expected-assists)

**Expected points (xPts):** The predicted number of points a team should earn based on the quality of chances created and conceded. [Learn more](https://www.sportmonks.com/glossary/expected-points)

**Expected saves (xS):** The number of saves a goalkeeper would be expected to make based on shot quality and placement. [Learn more](https://www.sportmonks.com/glossary/expected-saves)

**Win probability:** A real-time calculation of each team's likelihood of winning based on current score, time remaining, and match context. [Learn more](https://www.sportmonks.com/glossary/win-probability)

### Match Events

**VAR (Video Assistant Referee):** A video review system used to check referee decisions for clear and obvious errors. [Learn more](https://www.sportmonks.com/glossary/var-video-assistant-referee)

**Substitutions:** Player changes made during a match, typically limited to 3-5 per team depending on competition rules. [Learn more](https://www.sportmonks.com/glossary/substitutions)

**Yellow cards:** A caution given by the referee for unsporting behavior or tactical fouls. [Learn more](https://www.sportmonks.com/glossary/yellow-cards)

**Yellow-red cards:** A second yellow card shown to the same player in one match, resulting in ejection from the game. [Learn more](https://www.sportmonks.com/glossary/yellowred-cards)

### Team Analysis

**Counter attack:** A rapid offensive transition immediately after regaining possession, exploiting the opponent's defensive disorganisation. [Learn more](https://www.sportmonks.com/glossary/counter-attack)

**Ball pressure:** The intensity and frequency with which a team attempts to win back possession by pressing opponents. [Learn more](https://www.sportmonks.com/glossary/ball-pressure)

**Goal conversion rate:** The percentage of shots or chances that result in goals. [Learn more](https://www.sportmonks.com/glossary/goal-conversion-rate)


---

# 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/definition-of-common-football-terms.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.
