> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/bookmaker-odds/status-code/technical-statistics.md).

# Technical Statistics

| Code | Description                     |
| ---- | ------------------------------- |
| 1    | Goals                           |
| 2    | Red Cards                       |
| 3    | Yellow Cards                    |
| 4    | Corner Kicks                    |
| 5    | Assists                         |
| 6    | Shots On Target                 |
| 7    | Shots Off Target                |
| 8    | Attacks                         |
| 9    | Dangerous Attacks               |
| 10   | Penalties                       |
| 11   | Missed Shootout Penalties       |
| 12   | Own Goal                        |
| 13   | Possession                      |
| 14   | Substitutions                   |
| 15   | Fouls                           |
| 16   | Offsides                        |
| 17   | Clearances                      |
| 18   | Goal Attempts                   |
| 19   | Free Kicks                      |
| 20   | Goal Kicks                      |
| 21   | Blocked Shots                   |
| 22   | Throw-ins                       |
| 23   | Hit Woodwork                    |
| 24   | Score                           |
| 25   | 2 Points                        |
| 26   | 3 Points                        |
| 27   | Free Throws                     |
| 28   | Time-out                        |
| 29   | Aces                            |
| 30   | Double Faults                   |
| 31   | Service Points                  |
| 32   | Break Points                    |
| 33   | Win 1st Serve                   |
| 34   | Win 2nd Serve                   |
| 35   | Longest Point Streak            |
| 36   | Longest Aces Streak             |
| 37   | Number Of Points                |
| 38   | 1st Serve Return Points Won     |
| 39   | 2nd Serve Return Points Won     |
| 40   | Service Game Won                |
| 41   | Break Points Converted          |
| 42   | Break Points Saved              |
| 43   | Return Games Won                |
| 44   | 1st Serve In                    |
| 45   | Last 10 Games Break Point Conve |
| 46   | Five Game Streak In Row         |
| 47   | Last Games Won To Love          |
| 48   | Last Games Won Till 15          |
| 49   | Last Games Broken Streak        |
| 50   | Last 15 Points Won              |
| 51   | Momentum                        |
| 52   | Hits                            |
| 53   | Total Yards                     |
| 54   | Passing Yards                   |
| 55   | Rushing Yards                   |
| 56   | Penalties-Yards                 |
| 57   | Turnovers                       |
| 58   | Punts                           |
| 59   | Touchdowns                      |
| 60   | Rushing Touchdowns              |
| 61   | Passing Touchdowns              |
| 62   | Turnover Touchdowns             |
| 63   | Interceptions Thrown            |
| 64   | Yellow Red Cards                |
| 101  | Kills                           |
| 102  | Tower                           |
| 103  | Small Dragons                   |
| 104  | Big Dragons                     |
| 105  | Voidgrub                        |
| 106  | Atakhan                         |
| 107  | Crystal                         |
| 108  | First Blood                     |
| 109  | First Tower                     |
| 110  | First Small Dragon              |
| 111  | First Big Dragon                |
| 112  | First Atakhan                   |
| 113  | First Voidgrub                  |
| 114  | Five Kills                      |
| 115  | Ten Kills                       |
| 116  | Time Length                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.aiodds.com/bookmaker-odds/status-code/technical-statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
