> 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/lol/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 LOL API","version":"1.0.250516"},"tags":[{"name":"STATISTICS DATA","description":"STATISTICS DATA"}],"servers":[{"url":"https://api.thesports.com"}],"paths":{"/v1/lol/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.5\",\"91.7%\",\"16.0\",\"10.3\",\"62193.7\",\"60917.4\",\"34.1\",\"55.2%\",\"65.5%\",\"7.8\",\"3.6\",\"48.3%\",\"2.8\",\"59.0%\",\"62.1%\",\"1.0\",\"69.8%\",\"1923.1\",\"41.7%\",\"29\"]\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 damage per minute | String |\n| `5` | Averages economy per minute | String |\n| `6` | Averages cs 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 Drake% | String |\n| `12` | Averages drakes kills per match | String |\n| `13` | Drakes Control% | String |\n| `14` | First Nahsor% | String |\n| `15` | Averages nahsor kills per match | String |\n| `16` | Nahsor Control% | String |\n| `17` | Averages duration per minute | String |\n| `18` | Full matches Played% | String |\n| `19` | Matches (single match) | String |\n","items":""},"TournamentStataPlayers":{"type":"array","description":"Player statistics field description<br/>example:[\"31\",\"3.1\",\"68.3%\",\"2.9\",\"2.6\",\"5.1\",\"396.3\",\"22.7%\",\"493.4\",\"26.8%\",\"118%\",\"432.2\",\"15.4%\",\"8.5\",\"11\",\"2\",\"91\",\"80\",\"159\",\"396.3\"]\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` | GPM | String |\n| `7` | Proportion of team economy | String |\n| `8` | Averages damage per minute | String |\n| `9` | Proportion of team demage | String |\n| `10` | Damage conversion rate | String |\n| `11` | Averages damage token per minute | String |\n| `12` | Proportion of team demage taken | String |\n| `13` | Averages cs per 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 economy per minute | String |\n","items":""},"TournamentStataHeroes":{"type":"array","description":"Hero statistics field description<br/>example:[\"121\",\"53.5%\",\"74\",\"61.2%\",\"98\",\"43.4%\",\"96.9%\",\"4.7\",\"25109\",\"5.3\",\"2.1\",\"4.5\"]\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/lol/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.
