Get A Battle
Update Time: 2022-02-25 09:52
Introduction
Get the battle data by match_id&map_name which you can collect from List Lives matchs and Get Past Matches
Request
- Path: /esport/csgo/battle/live
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 10 second/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
match_id | long | true | |
map_name | string | true | Real-time game: map_name=de_{map name (lowercase)} For example: map_name=de_cache Finished game: map_name={map name} For example: map_name=Cache |
Response
Parameter | Value | Description | |
---|---|---|---|
counter_terrorist_team_id | long | ||
counter_terrorist_team_name | string | ||
counter_terrorist_team_score | int | ||
terrorist_team_id | long | ||
terrorist_team_name | string | ||
terrorist_team_score | int | ||
map_name | string | ||
index | int | The current round that are ongingExamplelive_battle_index=0 means the game have not yet started or no data for this gamelive_battle_index=1means the game is in round1 | |
is_live | bool | True of false | |
is_frozen | bool | True or false | |
is_bomb_planted | bool | True or false | |
current_round | int | ||
match_id | long | ||
counter_terrorist_players | list | CT players info | |
player_id | long | ||
player_name | string | ||
player_nick | string | Player nickname | |
kill_count | int | Total kills | |
death_count | int | Total deaths | |
assist_count | int | Total assists | |
damage_average | double | Damage / Round | |
is_alive | bool | True or false | |
has_defuse_kit | bool | True or false | |
has_helmet | bool | True or false | |
has_kevlar | bool | True or false | |
money | int | ||
hp | int | HP | |
weapon | string | Weapon name | |
flash_assist_count | int | Total flash assists | |
kast | double | KAST | |
entry_kill | int | Number of first kills | |
entry_death | int | Number of first deaths | |
clutches_win_count | int | Winning clutches | |
multi_kill_round_num | int | Round that the player kill more than one enemies | |
terrorist_players | long[] | Same as counter_terrorist_players | |
counter_terrorist_round_history_first_half | list | ||
type | string | Win type | |
round | int | Current round | |
surviving_player_num | int | Total surviving players | |
terrorist_round_history_second_half | list | Same as counter_terrorist_round_history_first_half | |
terrorist_round_history_first_half | list | Same as counter_terrorist_round_history_first_half | |
counter_terrorist_round_history_second_half | list | Same as counter_terrorist_round_history_first_half | |
Same as terrorist_round_history_first_half | long | ||
first_half_pistol_game_winner_team_id | long | ||
second_half_pistol_game_winner_team_id | long |
Example Request
Example Response
{}