# Livescore Extra Data

**List of Livescore Extra Data Per-Sports**

### **Tennis** <a href="#tennis" id="tennis"></a>

| Extra data       | Values     | Description                                                                                   |
| ---------------- | ---------- | --------------------------------------------------------------------------------------------- |
| Turn             | 0, 1, 2    | <p>Serving player:</p><p>0 - Undetermined</p><p>1 - "Home" player</p><p>2 - "Away" player</p> |
| Serve Number     | 1, 2       | The number of the serve in the current game                                                   |
| CourtSurfaceType | Clay, Hard | The type of surface the fixture is played on                                                  |
| Tiebreak Score   | 7-5, 11-9  | The final score of a Tiebreak                                                                 |

### **Table Tennis** <a href="#table-tennis" id="table-tennis"></a>

| **Extra data** | **Values** | **Description**                                                                            |
| -------------- | ---------- | ------------------------------------------------------------------------------------------ |
| Turn           | 0, 1, 2    | <p>Serving player:<br>0 - Undetermined</p><p>1 - "Home" player</p><p>2 - "Away" player</p> |

### **Badminton** <a href="#badminton" id="badminton"></a>

| **Extra data** | **Values** | **Description**                                                                            |
| -------------- | ---------- | ------------------------------------------------------------------------------------------ |
| Turn           | 0, 1, 2    | <p>Serving player:<br>0 - Undetermined</p><p>1 - "Home" player</p><p>2 - "Away" player</p> |

### **Volleyball** <a href="#volleyball" id="volleyball"></a>

| **Extra data** | **Values** | **Description**                                                                            |
| -------------- | ---------- | ------------------------------------------------------------------------------------------ |
| Turn           | 0, 1, 2    | <p>Serving player:<br>0 - Undetermined</p><p>1 - "Home" player</p><p>2 - "Away" player</p> |

### **Baseball** <a href="#baseball" id="baseball"></a>

| **Extra data** | **Values**                              | **Description**                                                                            |
| -------------- | --------------------------------------- | ------------------------------------------------------------------------------------------ |
| Turn           | 0, 1, 2                                 | <p>Serving player:<br>0 - Undetermined</p><p>1 - "Home" player</p><p>2 - "Away" player</p> |
| Bases          | <p>Format: B1/B2/B3<br>Values: 0, 1</p> | Base occupation: 1 means occupied                                                          |
| Outs           | 0-3                                     | Times a batter got an out after 3 strikes                                                  |
| Strikes        | 0-3                                     | A strike in baseball results when a batter swings at and misses a pitch                    |
| Balls          | 0-4                                     | A ball is called when the pitcher throws a pitch that is outside the strike zone           |

### **Cricket** <a href="#cricket" id="cricket"></a>

| **Extra data** | **Values**    | **Description**                        |
| -------------- | ------------- | -------------------------------------- |
| Over           | Integer value | The number of the overs                |
| Delivery       | 1-8           | The number of delivery in current over |

### **American Football** <a href="#american-football" id="american-football"></a>

| **Extra data** | **Values** | **Description**                                                                       |
| -------------- | ---------- | ------------------------------------------------------------------------------------- |
| Try            | 1-4        | The team with the ball (the offense) has 4 plays (downs) to advance at least 10 yards |
| Ball position  | 0-90       | The position of the ball in the field, number of yards                                |

### **Football** <a href="#football" id="football"></a>

| **Extra data**             | **Values**                 | **Description**                                        |
| -------------------------- | -------------------------- | ------------------------------------------------------ |
| VAR                        | Penalty                    | <p>Penalty decision went to a VAR review<br></p>       |
| <p>VAR<br></p>             | Goal                       | <p>Last scored goal went to a VAR review<br></p>       |
| VAR                        | Card                       | <p>Card decision went to a VAR review<br></p>          |
| <p>Ball Possession<br></p> | <p>Away Possession<br></p> | <p>Indication for which team with the ball now<br></p> |
| <p>Ball Possession<br></p> | <p>Home Possession<br></p> | <p>Indication for which team with the ball now<br></p> |


---

# 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.lsports.eu/u/trade/enumerations/livescore-extra-data.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.
