> For the complete documentation index, see [llms.txt](https://docs.thesports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesports.com/dota2/statistics-data/tournament-statistics.md).

# Tournament statistics

## Tournament statistics

> Return to the tournament statistics (team statistics, player statistics, hero statistics)\<br/>Request times:120 times/min

```json
{"openapi":"3.0.1","info":{"title":"Gaming DOTA2 API","version":"1.0.250516"},"tags":[{"name":"STATISTICS DATA","description":"STATISTICS DATA"}],"servers":[{"url":"https://api.thesports.com"}],"paths":{"/v1/dota2/tournament/stats":{"get":{"tags":["STATISTICS DATA"],"description":"Return to the tournament statistics (team statistics, player statistics, hero statistics)<br/>Request times:120 times/min","summary":"Tournament statistics","operationId":"getTournamentStataList","parameters":[{"$ref":"#/components/parameters/User"},{"$ref":"#/components/parameters/Secret"},{"name":"uuid","in":"query","description":"Tournament id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer"},"results":{"type":"object","description":"Data details","properties":{"teams":{"type":"array","description":"Team statistics","items":{"$ref":"#/components/schemas/TournamentStataTeams"}},"players":{"type":"array","description":"Player statistics","items":{"$ref":"#/components/schemas/TournamentStataPlayers"}},"heros":{"type":"array","description":"Hero statistics","items":{"$ref":"#/components/schemas/TournamentStataHeroes"}}}}}}}}},"404":{"$ref":"#/components/responses/404NotFound"}}}}},"components":{"parameters":{"User":{"name":"user","in":"query","description":"Username,please contact business","required":true,"schema":{"type":"string"}},"Secret":{"name":"secret","in":"query","description":"Key,please contact business","required":true,"schema":{"type":"string"}}},"schemas":{"TournamentStataTeams":{"type":"object","properties":{"id":{"type":"string","description":"Team id"},"stats":{"$ref":"#/deps/schemas/TournamentStataTeams"}}},"TournamentStataPlayers":{"type":"object","properties":{"id":{"type":"string","description":"Player id"},"stats":{"$ref":"#/deps/schemas/TournamentStataPlayers"}}},"TournamentStataHeroes":{"type":"object","properties":{"id":{"type":"string","description":"Hero id"},"stats":{"$ref":"#/deps/schemas/TournamentStataHeroes"}}}},"responses":{"404NotFound":{"description":"Resource does not exist","content":{"application/json":{"schema":{"$ref":"#/common/schemas/ErrorMsg"}}}}}},"deps":{"schemas":{"TournamentStataTeams":{"type":"array","description":"Team statistics field description<br/>example:[\"5.4\",\"70.6%\",\"29.5\",\"17.2\",\"55.4\",\"66.5\",\"27.0\",\"47.1%\",\"58.8%\",\"3.6\",\"6.6\",\"76.5%\",\"108983.6\",\"5191.0\",\"2506.1\",\"50.0%\",\"17\",\"23.5%\",\"63.6\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | KDA | String |\n| `1` | Win rate | String |\n| `2` | Averages kills per match | String |\n| `3` | Averages deaths per match | String |\n| `4` | Averages economy per minute | String |\n| `5` | Averages experience per minute | String |\n| `6` | Averages last hit per minute | String |\n| `7` | First Blood% | String |\n| `8` | First Tower% | String |\n| `9` | Averages tower destroyed per match | String |\n| `10` | Averages tower been destroyed per match | String |\n| `11` | First Ten Kill% | String |\n| `12` | Averages damage per match | String |\n| `13` | Averages healing per match | String |\n| `14` | Averages duration per match | String |\n| `15` | Full matches Played% | String |\n| `16` | Matches (single match) | String |\n| `17` | First Five Kill% | String |\n| `18` | Averages assists per match | String |\n","items":""},"TournamentStataPlayers":{"type":"array","description":"Player statistics field description<br/>example:[\"29\",\"7.0\",\"63.8%\",\"6.1\",\"3.0\",\"7.4\",\"555.5\",\"26.1%\",\"601.2\",\"24.1%\",\"498.0\",\"23.8%\",\"91%\",\"8.6\",\"14\",\"1\",\"176\",\"88\",\"214\",\"0.5\",\"9.1\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Matches (single match) | String |\n| `1` | KDA | String |\n| `2` | Kills participation% | String |\n| `3` | Averages kills per match | String |\n| `4` | Averages deaths per match | String |\n| `5` | Averages assists per match | String |\n| `6` | Averages economy per minute | String |\n| `7` | Proportion of team economy | String |\n| `8` | Averages experience per minute | String |\n| `9` | Proportion of team experience | String |\n| `10` | Averages damage per match | String |\n| `11` | Proportion of team demage | String |\n| `12` | Damage conversion rate | String |\n| `13` | Averages last hit sper minute | String |\n| `14` | Number of heroes used | String |\n| `15` | Player's position | String |\n| `16` | Total Kills | String |\n| `17` | Total Deaths | String |\n| `18` | Total Assists | String |\n| `19` | Averages denies per minute | String |\n| `20` | Averages cs per minute | String |\n","items":""},"TournamentStataHeroes":{"type":"array","description":"Hero statistics field description<br/>example:[\"52\",\"49.5%\",\"27\",\"51.9%\",\"28\",\"26.7%\",\"76.2%\",\"2.3\",\"2y8m4egt1jkql07\",\"3.0\",\"7.3\",\"13.7\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Matches (single match) | String |\n| `1` | Attendance rate | String |\n| `2` | Wins | String |\n| `3` | Win rate | String |\n| `4` | Total Ban | String |\n| `5` | Ban% | String |\n| `6` | B/P% | String |\n| `7` | KDA | String |\n| `8` | Most used team id | String |\n| `9` | Averages kills per match | String |\n| `10` | Averages deaths per match | String |\n| `11` | Averages assists per match | String |\n","items":""}}},"common":{"schemas":{"ErrorMsg":{"type":"object","description":"abnormal","properties":{"code":{"type":"integer","description":"status code"},"msg":{"type":"string","description":"Error message"}}}}}}
```


---

# 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://docs.thesports.com/dota2/statistics-data/tournament-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.
