Get A Live Text
Update Time: 2021-08-10 16:52
Introduction
Get a live text by match_id
Request
- Path: /esport/csgo/battle/log
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 30 second/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
match_id | long | true |
Response
Parameter | Value | Description | |
---|---|---|---|
logs | GameLog | ||
type | string | Events type | |
type - MatchStarted | string | Only for interpretationthis key value will not return | |
map_name | string | ||
type - Restart | string | Only for interpretationthis key value will not return | |
type - RoundStart | string | Only for interpretationthis key value will not return | |
type - RoundEnd | string | Only for interpretationthis key value will not return | |
counter_terrorist_score | int | ||
terrorist_score | int | ||
winner_side | string | ||
win_type | string | ||
type - PlayerJoin | string | Only for interpretationthis key value will not return | |
player_name | string | ||
player_nick | string | ||
type - PlayerQuit | string | Only for interpretationthis key value will not return | |
player_name | string | ||
player_nick | string | ||
player_side | string | ||
type - Kill | string | Only for interpretationthis key value will not return | |
killer_name | string | ||
killer_nick | string | ||
killer_side | string | ||
victim_name | string | ||
victim_side | string | ||
victim_nick | string | ||
weapon | string | ||
head_shot | bool | ||
event_id | long | ||
type - Assist | string | Only for interpretationthis key value will not return | |
assister_name | string | ||
assister_nick | string | ||
assister_side | string | ||
victim_nick | string | ||
victim_name | string | ||
victim_side | string | ||
kill_event_id | string | ||
type - Suicide | string | Only for interpretationthis key value will not return | |
player_name | string | ||
player_nick | string | ||
side | string | ||
weapon | string | ||
type - BombPlanted | string | Only for interpretationthis key value will not return | |
player_name | string | ||
player_nick | string | ||
counter_terrorist_num | string | ||
terrorist_player_num | string | ||
type - BombDefused | string | Only for interpretationthis key value will not return | |
player_name | string | ||
player_nick | string | ||
match_id | long |
Example Request
Example Response
{}