> 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/csgo/statistics-data/tournament-statistics.md).

# Tournament statistics

## Tournament statistics

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

```json
{"openapi":"3.0.1","info":{"title":"Gaming CSGO API","version":"1.0.250516"},"tags":[{"name":"STATISTICS DATA","description":"STATISTICS DATA"}],"servers":[{"url":"https://api.thesports.com"}],"paths":{"/v1/csgo/tournament/stats":{"get":{"tags":["STATISTICS DATA"],"description":"Return to the tournament statistics (team statistics, player statistics, map 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"}},"maps":{"type":"array","description":"Map statistics","items":{"$ref":"#/components/schemas/TournamentStataMaps"}}}}}}}}},"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"}}},"TournamentStataMaps":{"type":"object","properties":{"id":{"type":"string","description":"Map id"},"stats":{"$ref":"#/deps/schemas/TournamentStataMaps"}}}},"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:[\"8\",\"62.5%\",\"1.06\",\"1.1\",\"62.5%\",\"62.5%\",\"46.9%\",\"89.8\",\"23.0\",\"84.4\",\"718\",\"675\",\"184\",\"62.5%\",\"12.5%\",\"26.4\",\"37.5%\",\"50.0%\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Matches (single match) | String |\n| `1` | Win rate | String |\n| `2` | K/D | String |\n| `3` | Rating | String |\n| `4` | Pistol winrate | String |\n| `5` | First win 5 rounds% | String |\n| `6` | Headshot% | String |\n| `7` | Averages kills per match | String |\n| `8` | Averages deaths per match | String |\n| `9` | Averages assists per match | String |\n| `10` | Top Kills | String |\n| `11` | Top Deaths | String |\n| `12` | Top Assists | String |\n| `13` | T winrate | String |\n| `14` | CT winrate | String |\n| `15` | Averages rounds per match | String |\n| `16` | Rate of round>26.5% | String |\n| `17` | First win 10 rounds% | String |\n","items":""},"TournamentStataPlayers":{"type":"array","description":"Player statistics field description<br/>example:[\"8\",\"62.5%\",\"1.07\",\"1.15\",\"37%\",\"0.7\",\"0.65\",\"70.2%\",\"1.1\",\"80.3\",\"148\",\"138\",\"39\",\"0.15\",\"0.35\",\"0.18\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Matches (single match) | String |\n| `1` | Win rate | String |\n| `2` | K/D | String |\n| `3` | Rating | String |\n| `4` | Headshot% | String |\n| `5` | Kills/Round | String |\n| `6` | Death/Round | String |\n| `7` | Kast | String |\n| `8` | Impact | String |\n| `9` | Adr | String |\n| `10` | Top Kills | String |\n| `11` | Top Deaths | String |\n| `12` | Top Assists | String |\n| `13` | First kills/Round | String |\n| `14` | AWP kills/Round | String |\n| `15` | Assist/Round | String |\n","items":""},"TournamentStataMaps":{"type":"array","description":"Map statistics field description<br/>example:[\"4\",\"102\",\"0\",\"40.0%\",\"60.0%\",\"25.5\",\"8yomowyf217r0j6\"]\n\n**Field definitions**\n\n| Index | Field | Type |\n| --- | --- | --- |\n| `0` | Matches (single match) | String |\n| `1` | Total rounds | String |\n| `2` | Overtimes | String |\n| `3` | T winrate | String |\n| `4` | CT winrate | String |\n| `5` | Averages rounds per match | String |\n| `6` | Highest winning percentage team id | 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/csgo/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.
