Skip to content

Instantly share code, notes, and snippets.

@ifo
Created April 20, 2015 18:23
Show Gist options
  • Save ifo/c8e1b648006361ea67d8 to your computer and use it in GitHub Desktop.
Save ifo/c8e1b648006361ea67d8 to your computer and use it in GitHub Desktop.
Dota 2 API Live Matches JSON example
{
"result": {
"games": [
{
"players": [
{
"account_id": 224585413,
"name": "Standin.ARTSTYLE",
"hero_id": 42,
"team": 0
},
{
"account_id": 124835103,
"name": "1488",
"hero_id": 104,
"team": 1
},
{
"account_id": 149830431,
"name": "Hatch",
"hero_id": 36,
"team": 1
},
{
"account_id": 225271410,
"name": "[P]aranoik",
"hero_id": 17,
"team": 1
},
{
"account_id": 180765461,
"name": "_MrGas_",
"hero_id": 7,
"team": 1
},
{
"account_id": 171640163,
"name": "С'EST LA VIE",
"hero_id": 97,
"team": 1
},
{
"account_id": 215909979,
"name": "Standin.LynX",
"hero_id": 85,
"team": 0
},
{
"account_id": 147918864,
"name": "пекарь",
"hero_id": 87,
"team": 0
},
{
"account_id": 145371990,
"name": "Opk",
"hero_id": 22,
"team": 0
},
{
"account_id": 178704872,
"name": "Belarussian Dendi",
"hero_id": 98,
"team": 0
}
]
,
"radiant_team": {
"team_name": "HentaiBoysWithLowPriority",
"team_id": 1974293,
"team_logo": 546386497397140320,
"complete": false
},
"dire_team": {
"team_name": "NEXT RINK",
"team_id": 2297801,
"team_logo": 714160901658292978,
"complete": false
},
"lobby_id": 23978374424274027,
"match_id": 1412493049,
"spectators": 11,
"league_id": 2660,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 1400.422607421875,
"roshan_respawn_timer": 0,
"radiant": {
"score": 35,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 85
},
{
"hero_id": 87
},
{
"hero_id": 22
},
{
"hero_id": 42
},
{
"hero_id": 98
}
]
,
"bans": [
{
"hero_id": 8
},
{
"hero_id": 29
},
{
"hero_id": 68
},
{
"hero_id": 18
},
{
"hero_id": 26
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 224585413,
"hero_id": 42,
"kills": 3,
"death": 0,
"assists": 13,
"last_hits": 108,
"denies": 14,
"gold": 593,
"level": 14,
"gold_per_min": 461,
"xp_per_min": 458,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 151,
"item2": 1,
"item3": 143,
"item4": 11,
"item5": 0,
"respawn_timer": 0,
"position_x": 5637.1689453125,
"position_y": 5987.81787109375,
"net_worth": 10818
},
{
"player_slot": 2,
"account_id": 145371990,
"hero_id": 22,
"kills": 9,
"death": 4,
"assists": 20,
"last_hits": 42,
"denies": 5,
"gold": 610,
"level": 12,
"gold_per_min": 390,
"xp_per_min": 372,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 36,
"item1": 41,
"item2": 180,
"item3": 0,
"item4": 0,
"item5": 108,
"respawn_timer": 0,
"position_x": 3302.7001953125,
"position_y": 5430.66455078125,
"net_worth": 8810
},
{
"player_slot": 3,
"account_id": 215909979,
"hero_id": 85,
"kills": 5,
"death": 3,
"assists": 22,
"last_hits": 17,
"denies": 1,
"gold": 374,
"level": 11,
"gold_per_min": 294,
"xp_per_min": 258,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 127,
"item1": 125,
"item2": 41,
"item3": 46,
"item4": 29,
"item5": 88,
"respawn_timer": 0,
"position_x": 3787.9873046875,
"position_y": 5730.52734375,
"net_worth": 6574
},
{
"player_slot": 4,
"account_id": 178704872,
"hero_id": 98,
"kills": 10,
"death": 3,
"assists": 17,
"last_hits": 40,
"denies": 2,
"gold": 1237,
"level": 11,
"gold_per_min": 385,
"xp_per_min": 320,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 121,
"item1": 46,
"item2": 0,
"item3": 180,
"item4": 34,
"item5": 0,
"respawn_timer": 0,
"position_x": 3798.15283203125,
"position_y": 5801.35888671875,
"net_worth": 8437
},
{
"player_slot": 5,
"account_id": 147918864,
"hero_id": 87,
"kills": 7,
"death": 2,
"assists": 14,
"last_hits": 24,
"denies": 1,
"gold": 647,
"level": 11,
"gold_per_min": 337,
"xp_per_min": 297,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 46,
"item1": 36,
"item2": 60,
"item3": 180,
"item4": 21,
"item5": 0,
"respawn_timer": 0,
"position_x": 5714.56884765625,
"position_y": 6272.4150390625,
"net_worth": 6047
}
]
,
"abilities": [
{
"ability_id": 5086,
"ability_level": 4
},
{
"ability_id": 5087,
"ability_level": 4
},
{
"ability_id": 5088,
"ability_level": 4
},
{
"ability_id": 5089,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5110,
"ability_level": 2
},
{
"ability_id": 5111,
"ability_level": 4
},
{
"ability_id": 5112,
"ability_level": 4
},
{
"ability_id": 5113,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5442,
"ability_level": 3
},
{
"ability_id": 5443,
"ability_level": 1
},
{
"ability_id": 5444,
"ability_level": 4
},
{
"ability_id": 5447,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5524,
"ability_level": 4
},
{
"ability_id": 5525,
"ability_level": 4
},
{
"ability_id": 5526,
"ability_level": 2
},
{
"ability_id": 5645,
"ability_level": 1
},
{
"ability_id": 5646,
"ability_level": 1
},
{
"ability_id": 5527,
"ability_level": 1
},
{
"ability_id": 5528,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5458,
"ability_level": 1
},
{
"ability_id": 5459,
"ability_level": 4
},
{
"ability_id": 5460,
"ability_level": 4
},
{
"ability_id": 5461,
"ability_level": 2
}
]
},
"dire": {
"score": 12,
"tower_state": 1828,
"barracks_state": 63,
"picks": [
{
"hero_id": 7
},
{
"hero_id": 97
},
{
"hero_id": 36
},
{
"hero_id": 104
},
{
"hero_id": 17
}
]
,
"bans": [
{
"hero_id": 35
},
{
"hero_id": 95
},
{
"hero_id": 86
},
{
"hero_id": 99
},
{
"hero_id": 75
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 171640163,
"hero_id": 97,
"kills": 1,
"death": 3,
"assists": 2,
"last_hits": 43,
"denies": 0,
"gold": 249,
"level": 11,
"gold_per_min": 207,
"xp_per_min": 264,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 29,
"item2": 41,
"item3": 1,
"item4": 27,
"item5": 46,
"respawn_timer": 0,
"position_x": 6832,
"position_y": 6360,
"net_worth": 4224
},
{
"player_slot": 2,
"account_id": 124835103,
"hero_id": 104,
"kills": 0,
"death": 6,
"assists": 2,
"last_hits": 49,
"denies": 1,
"gold": 44,
"level": 8,
"gold_per_min": 195,
"xp_per_min": 156,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 182,
"item2": 36,
"item3": 3,
"item4": 25,
"item5": 11,
"respawn_timer": 0,
"position_x": 6896,
"position_y": 6544,
"net_worth": 4119
},
{
"player_slot": 3,
"account_id": 149830431,
"hero_id": 36,
"kills": 2,
"death": 13,
"assists": 7,
"last_hits": 11,
"denies": 5,
"gold": 629,
"level": 6,
"gold_per_min": 153,
"xp_per_min": 105,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 34,
"item2": 38,
"item3": 94,
"item4": 86,
"item5": 0,
"respawn_timer": 0,
"position_x": 6992,
"position_y": 6200,
"net_worth": 2404
},
{
"player_slot": 4,
"account_id": 225271410,
"hero_id": 17,
"kills": 6,
"death": 4,
"assists": 3,
"last_hits": 55,
"denies": 3,
"gold": 757,
"level": 11,
"gold_per_min": 316,
"xp_per_min": 323,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 77,
"item1": 178,
"item2": 63,
"item3": 41,
"item4": 0,
"item5": 67,
"respawn_timer": 0,
"position_x": 6694.8125,
"position_y": 6065.03125,
"net_worth": 6577
},
{
"player_slot": 5,
"account_id": 180765461,
"hero_id": 7,
"kills": 1,
"death": 9,
"assists": 2,
"last_hits": 2,
"denies": 0,
"gold": 114,
"level": 6,
"gold_per_min": 119,
"xp_per_min": 89,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 46,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 7200,
"position_y": 6280,
"net_worth": 214
}
]
,
"abilities": [
{
"ability_id": 5518,
"ability_level": 4
},
{
"ability_id": 5519,
"ability_level": 2
},
{
"ability_id": 5520,
"ability_level": 3
},
{
"ability_id": 5521,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5595,
"ability_level": 4
},
{
"ability_id": 5596,
"ability_level": 2
},
{
"ability_id": 5597,
"ability_level": 1
},
{
"ability_id": 5598,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5158,
"ability_level": 3
},
{
"ability_id": 5159,
"ability_level": 2
},
{
"ability_id": 5161,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5098,
"ability_level": 4
},
{
"ability_id": 5099,
"ability_level": 1
},
{
"ability_id": 5100,
"ability_level": 4
},
{
"ability_id": 5101,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5023,
"ability_level": 1
},
{
"ability_id": 5024,
"ability_level": 1
},
{
"ability_id": 5025,
"ability_level": 3
},
{
"ability_id": 5026,
"ability_level": 1
}
]
}
}
},
{
"players": [
{
"account_id": 225046327,
"name": "MashaSinyiSlim.14",
"hero_id": 6,
"team": 1
},
{
"account_id": 99014380,
"name": "time wasted",
"hero_id": 91,
"team": 0
},
{
"account_id": 204544442,
"name": "Rockn Rolla",
"hero_id": 19,
"team": 0
},
{
"account_id": 10150063,
"name": "Quirrell._CSPL.RU",
"hero_id": 26,
"team": 1
},
{
"account_id": 232438079,
"name": "Mary<3",
"hero_id": 80,
"team": 0
},
{
"account_id": 113524922,
"name": "Jaxon",
"hero_id": 2,
"team": 1
},
{
"account_id": 119772553,
"name": "WOzze",
"hero_id": 30,
"team": 0
},
{
"account_id": 12283172,
"name": "<Font face=\"impact\">FaVoriT",
"hero_id": 10,
"team": 1
},
{
"account_id": 174291131,
"name": "JustiksTheSlayeR",
"hero_id": 87,
"team": 1
},
{
"account_id": 129362148,
"name": "GiGs~~",
"hero_id": 11,
"team": 0
}
]
,
"radiant_team": {
"team_name": "Anteiku_",
"team_id": 2293875,
"team_logo": 39746557149588581,
"complete": false
},
"lobby_id": 23978374452683096,
"match_id": 1412535801,
"spectators": 89,
"league_id": 2091,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 1344.7867431640625,
"roshan_respawn_timer": 0,
"radiant": {
"score": 15,
"tower_state": 2038,
"barracks_state": 63,
"picks": [
{
"hero_id": 91
},
{
"hero_id": 19
},
{
"hero_id": 30
},
{
"hero_id": 11
},
{
"hero_id": 80
}
]
,
"bans": [
{
"hero_id": 99
},
{
"hero_id": 35
},
{
"hero_id": 39
},
{
"hero_id": 50
},
{
"hero_id": 65
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 99014380,
"hero_id": 91,
"kills": 1,
"death": 2,
"assists": 9,
"last_hits": 7,
"denies": 3,
"gold": 822,
"level": 11,
"gold_per_min": 200,
"xp_per_min": 271,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 34,
"item1": 41,
"item2": 178,
"item3": 214,
"item4": 92,
"item5": 46,
"respawn_timer": 0,
"position_x": 2228.861328125,
"position_y": -1833.0037841796875,
"net_worth": 4497
},
{
"player_slot": 2,
"account_id": 232438079,
"hero_id": 80,
"kills": 0,
"death": 2,
"assists": 2,
"last_hits": 109,
"denies": 16,
"gold": 1077,
"level": 13,
"gold_per_min": 374,
"xp_per_min": 425,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 44,
"item2": 39,
"item3": 46,
"item4": 34,
"item5": 0,
"respawn_timer": 0,
"position_x": -1562.7789306640625,
"position_y": 3104.319091796875,
"net_worth": 8187
},
{
"player_slot": 3,
"account_id": 204544442,
"hero_id": 19,
"kills": 7,
"death": 0,
"assists": 2,
"last_hits": 152,
"denies": 9,
"gold": 696,
"level": 15,
"gold_per_min": 572,
"xp_per_min": 534,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 108,
"item2": 170,
"item3": 185,
"item4": 36,
"item5": 1,
"respawn_timer": 0,
"position_x": 2230.6416015625,
"position_y": -1400.9290771484375,
"net_worth": 12946
},
{
"player_slot": 4,
"account_id": 119772553,
"hero_id": 30,
"kills": 1,
"death": 2,
"assists": 7,
"last_hits": 3,
"denies": 1,
"gold": 566,
"level": 9,
"gold_per_min": 176,
"xp_per_min": 205,
"ultimate_state": 1,
"ultimate_cooldown": 2,
"item0": 46,
"item1": 36,
"item2": 0,
"item3": 0,
"item4": 29,
"item5": 0,
"respawn_timer": 0,
"position_x": 2778.676025390625,
"position_y": -809.24761962890625,
"net_worth": 2816
},
{
"player_slot": 5,
"account_id": 129362148,
"hero_id": 11,
"kills": 6,
"death": 4,
"assists": 1,
"last_hits": 183,
"denies": 9,
"gold": 1313,
"level": 15,
"gold_per_min": 575,
"xp_per_min": 562,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 36,
"item2": 100,
"item3": 41,
"item4": 46,
"item5": 1,
"respawn_timer": 0,
"position_x": 3281.213134765625,
"position_y": -3620.1982421875,
"net_worth": 12198
}
]
,
"abilities": [
{
"ability_id": 5489,
"ability_level": 1
},
{
"ability_id": 5485,
"ability_level": 1
},
{
"ability_id": 5486,
"ability_level": 4
},
{
"ability_id": 5487,
"ability_level": 4
},
{
"ability_id": 5488,
"ability_level": 2
},
{
"ability_id": 5490,
"ability_level": 1
},
{
"ability_id": 5493,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5412,
"ability_level": 4
},
{
"ability_id": 5413,
"ability_level": 3
},
{
"ability_id": 5414,
"ability_level": 4
},
{
"ability_id": 5417,
"ability_level": 2
},
{
"ability_id": 5415,
"ability_level": 2
},
{
"ability_id": 5416,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5106,
"ability_level": 4
},
{
"ability_id": 5107,
"ability_level": 4
},
{
"ability_id": 5108,
"ability_level": 4
},
{
"ability_id": 5109,
"ability_level": 2
},
{
"ability_id": 5002,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5138,
"ability_level": 4
},
{
"ability_id": 5139,
"ability_level": 2
},
{
"ability_id": 5140,
"ability_level": 2
},
{
"ability_id": 5141,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5059,
"ability_level": 4
},
{
"ability_id": 5060,
"ability_level": 4
},
{
"ability_id": 5061,
"ability_level": 4
},
{
"ability_id": 5062,
"ability_level": 4
},
{
"ability_id": 5063,
"ability_level": 4
},
{
"ability_id": 5064,
"ability_level": 2
},
{
"ability_id": 5002,
"ability_level": 1
}
]
},
"dire": {
"score": 10,
"tower_state": 1830,
"barracks_state": 63,
"picks": [
{
"hero_id": 26
},
{
"hero_id": 2
},
{
"hero_id": 87
},
{
"hero_id": 6
},
{
"hero_id": 10
}
]
,
"bans": [
{
"hero_id": 8
},
{
"hero_id": 95
},
{
"hero_id": 17
},
{
"hero_id": 68
},
{
"hero_id": 97
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 12283172,
"hero_id": 10,
"kills": 5,
"death": 5,
"assists": 1,
"last_hits": 95,
"denies": 7,
"gold": 989,
"level": 14,
"gold_per_min": 424,
"xp_per_min": 470,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 36,
"item2": 170,
"item3": 21,
"item4": 41,
"item5": 8,
"respawn_timer": 0,
"position_x": 2933.3193359375,
"position_y": 3193.562744140625,
"net_worth": 8239
},
{
"player_slot": 2,
"account_id": 113524922,
"hero_id": 2,
"kills": 1,
"death": 5,
"assists": 2,
"last_hits": 69,
"denies": 2,
"gold": 719,
"level": 11,
"gold_per_min": 285,
"xp_per_min": 334,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 1,
"item1": 214,
"item2": 182,
"item3": 46,
"item4": 0,
"item5": 61,
"respawn_timer": 0,
"position_x": 3050.720458984375,
"position_y": 2497.87451171875,
"net_worth": 5419
},
{
"player_slot": 3,
"account_id": 10150063,
"hero_id": 26,
"kills": 2,
"death": 2,
"assists": 2,
"last_hits": 3,
"denies": 1,
"gold": 298,
"level": 7,
"gold_per_min": 157,
"xp_per_min": 142,
"ultimate_state": 1,
"ultimate_cooldown": 84,
"item0": 44,
"item1": 42,
"item2": 94,
"item3": 214,
"item4": 43,
"item5": 86,
"respawn_timer": 0,
"position_x": 5747.78125,
"position_y": 3840.4375,
"net_worth": 3173
},
{
"player_slot": 4,
"account_id": 225046327,
"hero_id": 6,
"kills": 1,
"death": 1,
"assists": 4,
"last_hits": 126,
"denies": 18,
"gold": 820,
"level": 13,
"gold_per_min": 414,
"xp_per_min": 442,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 116,
"item2": 212,
"item3": 170,
"item4": 16,
"item5": 16,
"respawn_timer": 0,
"position_x": 3186.785888671875,
"position_y": 3440.531982421875,
"net_worth": 9355
},
{
"player_slot": 5,
"account_id": 174291131,
"hero_id": 87,
"kills": 1,
"death": 2,
"assists": 3,
"last_hits": 8,
"denies": 1,
"gold": 1582,
"level": 6,
"gold_per_min": 150,
"xp_per_min": 94,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 34,
"item1": 16,
"item2": 16,
"item3": 29,
"item4": 43,
"item5": 46,
"respawn_timer": 0,
"position_x": 7280.625,
"position_y": 6489.3125,
"net_worth": 2632
}
]
,
"abilities": [
{
"ability_id": 5052,
"ability_level": 4
},
{
"ability_id": 5053,
"ability_level": 4
},
{
"ability_id": 5055,
"ability_level": 4
},
{
"ability_id": 5056,
"ability_level": 4
},
{
"ability_id": 5057,
"ability_level": 2
},
{
"ability_id": 5054,
"ability_level": 4
},
{
"ability_id": 5058,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5007,
"ability_level": 3
},
{
"ability_id": 5008,
"ability_level": 2
},
{
"ability_id": 5009,
"ability_level": 4
},
{
"ability_id": 5010,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5044,
"ability_level": 3
},
{
"ability_id": 5045,
"ability_level": 1
},
{
"ability_id": 5046,
"ability_level": 2
},
{
"ability_id": 5047,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5019,
"ability_level": 2
},
{
"ability_id": 5632,
"ability_level": 3
},
{
"ability_id": 5021,
"ability_level": 4
},
{
"ability_id": 5022,
"ability_level": 2
},
{
"ability_id": 5002,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5458,
"ability_level": 1
},
{
"ability_id": 5459,
"ability_level": 3
},
{
"ability_id": 5460,
"ability_level": 1
},
{
"ability_id": 5461,
"ability_level": 1
}
]
}
}
},
{
"players": [
{
"account_id": 35018357,
"name": "234324324",
"hero_id": 25,
"team": 0
},
{
"account_id": 215444806,
"name": "I bet my life",
"hero_id": 17,
"team": 1
},
{
"account_id": 28945453,
"name": "Шинкоз",
"hero_id": 71,
"team": 1
},
{
"account_id": 86835176,
"name": "Tihon",
"hero_id": 50,
"team": 0
},
{
"account_id": 123302258,
"name": "Slimuwka",
"hero_id": 67,
"team": 1
},
{
"account_id": 9838161,
"name": "Safer",
"hero_id": 22,
"team": 1
},
{
"account_id": 113154008,
"name": "feelmys0ul",
"hero_id": 30,
"team": 1
},
{
"account_id": 87099727,
"name": "Dr._.zlO",
"hero_id": 34,
"team": 0
},
{
"account_id": 121761837,
"name": "nana_B_BaHHe",
"hero_id": 84,
"team": 0
},
{
"account_id": 117472974,
"name": "Robe`n.CSPL.ru",
"hero_id": 2,
"team": 0
}
]
,
"radiant_team": {
"team_name": "PikaTEAM",
"team_id": 220300,
"team_logo": 486684882532308180,
"complete": false
},
"dire_team": {
"team_name": "BARA & 4LS^A",
"team_id": 2226927,
"team_logo": 708528119652354602,
"complete": false
},
"lobby_id": 23978374471210309,
"match_id": 1412573763,
"spectators": 68,
"league_id": 2091,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 899.6136474609375,
"roshan_respawn_timer": 0,
"radiant": {
"score": 8,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 2
},
{
"hero_id": 25
},
{
"hero_id": 50
},
{
"hero_id": 84
},
{
"hero_id": 34
}
]
,
"bans": [
{
"hero_id": 29
},
{
"hero_id": 35
},
{
"hero_id": 41
},
{
"hero_id": 26
},
{
"hero_id": 93
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 35018357,
"hero_id": 25,
"kills": 3,
"death": 4,
"assists": 0,
"last_hits": 50,
"denies": 15,
"gold": 115,
"level": 10,
"gold_per_min": 343,
"xp_per_min": 364,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 50,
"item1": 41,
"item2": 44,
"item3": 23,
"item4": 77,
"item5": 46,
"respawn_timer": 0,
"position_x": -7296,
"position_y": -6592,
"net_worth": 4835
},
{
"player_slot": 2,
"account_id": 86835176,
"hero_id": 50,
"kills": 0,
"death": 1,
"assists": 4,
"last_hits": 19,
"denies": 2,
"gold": 187,
"level": 7,
"gold_per_min": 184,
"xp_per_min": 212,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 180,
"item1": 46,
"item2": 94,
"item3": 16,
"item4": 42,
"item5": 0,
"respawn_timer": 0,
"position_x": 60.261791229248047,
"position_y": -1451.07373046875,
"net_worth": 2537
},
{
"player_slot": 3,
"account_id": 87099727,
"hero_id": 34,
"kills": 1,
"death": 0,
"assists": 2,
"last_hits": 104,
"denies": 9,
"gold": 548,
"level": 11,
"gold_per_min": 467,
"xp_per_min": 449,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 1,
"item1": 77,
"item2": 48,
"item3": 178,
"item4": 41,
"item5": 16,
"respawn_timer": 0,
"position_x": -7268.2578125,
"position_y": -6738.97314453125,
"net_worth": 7268
},
{
"player_slot": 4,
"account_id": 121761837,
"hero_id": 84,
"kills": 3,
"death": 1,
"assists": 3,
"last_hits": 14,
"denies": 0,
"gold": 993,
"level": 8,
"gold_per_min": 252,
"xp_per_min": 228,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 46,
"item1": 180,
"item2": 0,
"item3": 36,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -1074.4151611328125,
"position_y": -359.142333984375,
"net_worth": 3043
},
{
"player_slot": 5,
"account_id": 117472974,
"hero_id": 2,
"kills": 0,
"death": 2,
"assists": 2,
"last_hits": 54,
"denies": 0,
"gold": 601,
"level": 9,
"gold_per_min": 285,
"xp_per_min": 307,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 182,
"item1": 214,
"item2": 46,
"item3": 16,
"item4": 1,
"item5": 0,
"respawn_timer": 0,
"position_x": -789.551025390625,
"position_y": -643.21551513671875,
"net_worth": 4251
}
]
,
"abilities": [
{
"ability_id": 5040,
"ability_level": 4
},
{
"ability_id": 5041,
"ability_level": 2
},
{
"ability_id": 5042,
"ability_level": 3
},
{
"ability_id": 5043,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5233,
"ability_level": 4
},
{
"ability_id": 5234,
"ability_level": 1
},
{
"ability_id": 5235,
"ability_level": 1
},
{
"ability_id": 5236,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5150,
"ability_level": 1
},
{
"ability_id": 5151,
"ability_level": 4
},
{
"ability_id": 5152,
"ability_level": 4
},
{
"ability_id": 5153,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5438,
"ability_level": 3
},
{
"ability_id": 5439,
"ability_level": 3
},
{
"ability_id": 5440,
"ability_level": 1
},
{
"ability_id": 5441,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5007,
"ability_level": 4
},
{
"ability_id": 5009,
"ability_level": 4
},
{
"ability_id": 5010,
"ability_level": 1
}
]
},
"dire": {
"score": 8,
"tower_state": 1974,
"barracks_state": 63,
"picks": [
{
"hero_id": 17
},
{
"hero_id": 71
},
{
"hero_id": 22
},
{
"hero_id": 30
},
{
"hero_id": 67
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 11
},
{
"hero_id": 87
},
{
"hero_id": 31
},
{
"hero_id": 8
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 215444806,
"hero_id": 17,
"kills": 1,
"death": 2,
"assists": 5,
"last_hits": 52,
"denies": 4,
"gold": 33,
"level": 10,
"gold_per_min": 293,
"xp_per_min": 368,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 77,
"item1": 0,
"item2": 41,
"item3": 63,
"item4": 19,
"item5": 28,
"respawn_timer": 33,
"position_x": -1193.5308837890625,
"position_y": -504.55477905273437,
"net_worth": 4378
},
{
"player_slot": 2,
"account_id": 123302258,
"hero_id": 67,
"kills": 1,
"death": 3,
"assists": 5,
"last_hits": 69,
"denies": 8,
"gold": 2854,
"level": 9,
"gold_per_min": 346,
"xp_per_min": 306,
"ultimate_state": 1,
"ultimate_cooldown": 72,
"item0": 182,
"item1": 0,
"item2": 39,
"item3": 11,
"item4": 29,
"item5": 56,
"respawn_timer": 0,
"position_x": -6410.8115234375,
"position_y": 2800.59765625,
"net_worth": 4764
},
{
"player_slot": 3,
"account_id": 9838161,
"hero_id": 22,
"kills": 2,
"death": 1,
"assists": 3,
"last_hits": 20,
"denies": 1,
"gold": 335,
"level": 8,
"gold_per_min": 207,
"xp_per_min": 229,
"ultimate_state": 1,
"ultimate_cooldown": 45,
"item0": 180,
"item1": 41,
"item2": 46,
"item3": 42,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 2079.1083984375,
"position_y": 1249.95556640625,
"net_worth": 2735
},
{
"player_slot": 4,
"account_id": 113154008,
"hero_id": 30,
"kills": 2,
"death": 1,
"assists": 3,
"last_hits": 4,
"denies": 3,
"gold": 835,
"level": 8,
"gold_per_min": 181,
"xp_per_min": 232,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 73,
"item1": 29,
"item2": 73,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 3444.76904296875,
"position_y": -2434.364501953125,
"net_worth": 2335
},
{
"player_slot": 5,
"account_id": 28945453,
"hero_id": 71,
"kills": 2,
"death": 1,
"assists": 2,
"last_hits": 21,
"denies": 6,
"gold": 710,
"level": 9,
"gold_per_min": 221,
"xp_per_min": 297,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 92,
"item2": 21,
"item3": 34,
"item4": 182,
"item5": 46,
"respawn_timer": 0,
"position_x": 6173.31494140625,
"position_y": 231.24444580078125,
"net_worth": 3635
}
]
,
"abilities": [
{
"ability_id": 5098,
"ability_level": 3
},
{
"ability_id": 5099,
"ability_level": 2
},
{
"ability_id": 5100,
"ability_level": 4
},
{
"ability_id": 5101,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5334,
"ability_level": 4
},
{
"ability_id": 5335,
"ability_level": 2
},
{
"ability_id": 5336,
"ability_level": 2
},
{
"ability_id": 5338,
"ability_level": 1
},
{
"ability_id": 5337,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5110,
"ability_level": 1
},
{
"ability_id": 5111,
"ability_level": 4
},
{
"ability_id": 5112,
"ability_level": 2
},
{
"ability_id": 5113,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5138,
"ability_level": 3
},
{
"ability_id": 5139,
"ability_level": 1
},
{
"ability_id": 5140,
"ability_level": 3
},
{
"ability_id": 5141,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5353,
"ability_level": 4
},
{
"ability_id": 5354,
"ability_level": 1
},
{
"ability_id": 5355,
"ability_level": 3
},
{
"ability_id": 5356,
"ability_level": 1
}
]
}
}
},
{
"players": [
{
"account_id": 161851281,
"name": "XAMJIO",
"hero_id": 0,
"team": 0
},
{
"account_id": 197851535,
"name": "Ike <3",
"hero_id": 0,
"team": 1
},
{
"account_id": 64238102,
"name": "Can You Feel It?",
"hero_id": 0,
"team": 0
},
{
"account_id": 169120111,
"name": "[E'T]DragonSkull",
"hero_id": 0,
"team": 0
},
{
"account_id": 93440894,
"name": "NazguL",
"hero_id": 0,
"team": 1
},
{
"account_id": 191291437,
"name": "Let's just be real",
"hero_id": 0,
"team": 1
},
{
"account_id": 117294679,
"name": "M3dr1k",
"hero_id": 0,
"team": 0
},
{
"account_id": 12947142,
"name": "QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ",
"hero_id": 0,
"team": 0
},
{
"account_id": 230803254,
"name": "CONOR#",
"hero_id": 0,
"team": 1
},
{
"account_id": 194801164,
"name": "Аlexandr",
"hero_id": 0,
"team": 1
},
{
"account_id": 210976114,
"name": "Row",
"hero_id": 0,
"team": 4
}
]
,
"radiant_team": {
"team_name": "[E'T] enemy territary",
"team_id": 1753629,
"team_logo": 36344579050660191,
"complete": false
},
"dire_team": {
"team_name": "Sword & Magic",
"team_id": 2035041,
"team_logo": 37483099583999545,
"complete": false
},
"lobby_id": 23978374487862325,
"match_id": 1412600932,
"spectators": 14,
"league_id": 2091,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 26
},
{
"hero_id": 71
},
{
"hero_id": 20
},
{
"hero_id": 39
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 8
},
{
"hero_id": 51
},
{
"hero_id": 50
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 161851281,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 117294679,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 12947142,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 169120111,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 64238102,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 35
},
{
"hero_id": 93
},
{
"hero_id": 30
}
]
,
"bans": [
{
"hero_id": 2
},
{
"hero_id": 25
},
{
"hero_id": 44
},
{
"hero_id": 17
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 197851535,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 93440894,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 230803254,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 194801164,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 191291437,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 169553804,
"name": "Cosmo",
"hero_id": 17,
"team": 0
},
{
"account_id": 20721420,
"name": "Cat In The Kitchen",
"hero_id": 53,
"team": 1
},
{
"account_id": 168596749,
"name": "BASTET'S FANCLUB LEADER",
"hero_id": 42,
"team": 0
},
{
"account_id": 124269693,
"name": "Touka Kirishima",
"hero_id": 14,
"team": 1
},
{
"account_id": 39975747,
"name": "Kura~",
"hero_id": 56,
"team": 0
},
{
"account_id": 65976546,
"name": "Stroll",
"hero_id": 41,
"team": 1
},
{
"account_id": 35422147,
"name": "NOGAMES",
"hero_id": 30,
"team": 0
},
{
"account_id": 155414728,
"name": "♥HeartBreaker♥",
"hero_id": 60,
"team": 1
},
{
"account_id": 83146451,
"name": "Conroy",
"hero_id": 103,
"team": 0
},
{
"account_id": 31820918,
"name": "Gormaoife",
"hero_id": 111,
"team": 1
},
{
"account_id": 181829645,
"name": "Waifubot",
"hero_id": 0,
"team": 2
},
{
"account_id": 50261300,
"name": "P Lofty Styles",
"hero_id": 0,
"team": 2
},
{
"account_id": 46647400,
"name": "Flying Interstellar Pootis",
"hero_id": 0,
"team": 2
}
]
,
"radiant_team": {
"team_name": "The Pantheon of RNGods",
"team_id": 819852,
"team_logo": 630787701266712582,
"complete": false
},
"dire_team": {
"team_name": "MAN siren",
"team_id": 1690477,
"team_logo": 595914029584726387,
"complete": false
},
"lobby_id": 23978374492791671,
"match_id": 1412596696,
"spectators": 1,
"league_id": 1645,
"stream_delay_s": 10,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 0,
"scoreboard": {
"duration": 620.69378662109375,
"roshan_respawn_timer": 0,
"radiant": {
"score": 5,
"tower_state": 2047,
"barracks_state": 63,
"players": [
{
"player_slot": 1,
"account_id": 168596749,
"hero_id": 42,
"kills": 1,
"death": 1,
"assists": 1,
"last_hits": 64,
"denies": 14,
"gold": 1536,
"level": 9,
"gold_per_min": 409,
"xp_per_min": 489,
"ultimate_state": 1,
"ultimate_cooldown": 176,
"item0": 182,
"item1": 6,
"item2": 11,
"item3": 63,
"item4": 44,
"item5": 0,
"respawn_timer": 0,
"position_x": -1027.97021484375,
"position_y": -4061.964111328125,
"net_worth": 4486
},
{
"player_slot": 2,
"account_id": 39975747,
"hero_id": 56,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 25,
"denies": 0,
"gold": 1013,
"level": 5,
"gold_per_min": 182,
"xp_per_min": 152,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 11,
"item1": 46,
"item2": 178,
"item3": 44,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 2530.9853515625,
"position_y": -2405,
"net_worth": 2263
},
{
"player_slot": 3,
"account_id": 35422147,
"hero_id": 30,
"kills": 1,
"death": 3,
"assists": 1,
"last_hits": 30,
"denies": 4,
"gold": 104,
"level": 7,
"gold_per_min": 263,
"xp_per_min": 297,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 94,
"item2": 56,
"item3": 0,
"item4": 188,
"item5": 29,
"respawn_timer": 0,
"position_x": -6199.59375,
"position_y": 2015.9375,
"net_worth": 2129
},
{
"player_slot": 4,
"account_id": 169553804,
"hero_id": 17,
"kills": 1,
"death": 5,
"assists": 0,
"last_hits": 34,
"denies": 7,
"gold": 367,
"level": 7,
"gold_per_min": 292,
"xp_per_min": 264,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 77,
"item2": 92,
"item3": 92,
"item4": 46,
"item5": 0,
"respawn_timer": 0,
"position_x": -1034.1646728515625,
"position_y": -684.2584228515625,
"net_worth": 2812
},
{
"player_slot": 5,
"account_id": 83146451,
"hero_id": 103,
"kills": 2,
"death": 3,
"assists": 2,
"last_hits": 10,
"denies": 1,
"gold": 475,
"level": 5,
"gold_per_min": 216,
"xp_per_min": 191,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 181,
"item2": 0,
"item3": 73,
"item4": 19,
"item5": 0,
"respawn_timer": 0,
"position_x": -7184,
"position_y": -6688,
"net_worth": 2175
}
]
,
"abilities": [
{
"ability_id": 5086,
"ability_level": 4
},
{
"ability_id": 5087,
"ability_level": 1
},
{
"ability_id": 5088,
"ability_level": 1
},
{
"ability_id": 5089,
"ability_level": 1
},
{
"ability_id": 5002,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5260,
"ability_level": 3
},
{
"ability_id": 5261,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5138,
"ability_level": 4
},
{
"ability_id": 5140,
"ability_level": 2
},
{
"ability_id": 5141,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5098,
"ability_level": 2
},
{
"ability_id": 5100,
"ability_level": 4
},
{
"ability_id": 5101,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5589,
"ability_level": 1
},
{
"ability_id": 5591,
"ability_level": 3
},
{
"ability_id": 5593,
"ability_level": 1
},
{
"ability_id": 5592,
"ability_level": 3
}
]
},
"dire": {
"score": 12,
"tower_state": 2047,
"barracks_state": 63,
"players": [
{
"player_slot": 1,
"account_id": 20721420,
"hero_id": 53,
"kills": 1,
"death": 0,
"assists": 0,
"last_hits": 37,
"denies": 0,
"gold": 217,
"level": 8,
"gold_per_min": 318,
"xp_per_min": 310,
"ultimate_state": 2,
"ultimate_cooldown": 0,
"item0": 65,
"item1": 19,
"item2": 28,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 688.6368408203125,
"position_y": 3627.75732421875,
"net_worth": 3817
},
{
"player_slot": 2,
"account_id": 124269693,
"hero_id": 14,
"kills": 9,
"death": 2,
"assists": 1,
"last_hits": 25,
"denies": 0,
"gold": 433,
"level": 10,
"gold_per_min": 519,
"xp_per_min": 555,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 102,
"item2": 0,
"item3": 36,
"item4": 92,
"item5": 188,
"respawn_timer": 0,
"position_x": 6452.310546875,
"position_y": -1627.39892578125,
"net_worth": 5308
},
{
"player_slot": 3,
"account_id": 65976546,
"hero_id": 41,
"kills": 0,
"death": 2,
"assists": 4,
"last_hits": 42,
"denies": 0,
"gold": 258,
"level": 8,
"gold_per_min": 316,
"xp_per_min": 416,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 71,
"item2": 11,
"item3": 26,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -4805.03369140625,
"position_y": 3545.38525390625,
"net_worth": 3333
},
{
"player_slot": 4,
"account_id": 155414728,
"hero_id": 60,
"kills": 2,
"death": 1,
"assists": 1,
"last_hits": 30,
"denies": 2,
"gold": 1303,
"level": 8,
"gold_per_min": 342,
"xp_per_min": 373,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 16,
"item1": 182,
"item2": 50,
"item3": 16,
"item4": 41,
"item5": 0,
"respawn_timer": 0,
"position_x": -526.22802734375,
"position_y": 38.160545349121094,
"net_worth": 3703
},
{
"player_slot": 5,
"account_id": 31820918,
"hero_id": 111,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 1,
"level": 1,
"gold_per_min": 100,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 39,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6842.09765625,
"position_y": 6372.4296875,
"net_worth": 461
}
]
,
"abilities": [
{
"ability_id": 5245,
"ability_level": 1
},
{
"ability_id": 5246,
"ability_level": 2
},
{
"ability_id": 5247,
"ability_level": 4
},
{
"ability_id": 5248,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5075,
"ability_level": 4
},
{
"ability_id": 5076,
"ability_level": 4
},
{
"ability_id": 5074,
"ability_level": 1
},
{
"ability_id": 5077,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5182,
"ability_level": 1
},
{
"ability_id": 5183,
"ability_level": 2
},
{
"ability_id": 5184,
"ability_level": 4
},
{
"ability_id": 5185,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5275,
"ability_level": 2
},
{
"ability_id": 5276,
"ability_level": 2
},
{
"ability_id": 5277,
"ability_level": 4
}
]
}
}
},
{
"players": [
{
"account_id": 113712494,
"name": "Rekt´S.Dimitry Pidaras",
"hero_id": 25,
"team": 0
},
{
"account_id": 173437119,
"name": "Rekt´S.Нeretic",
"hero_id": 71,
"team": 0
},
{
"account_id": 99367169,
"name": "Rekt´S.Эмануэла",
"hero_id": 7,
"team": 0
},
{
"account_id": 50493240,
"name": "Rekt´S Marlenka",
"hero_id": 67,
"team": 0
},
{
"account_id": 133427070,
"name": "Rekt´S.Alexej Yebanyi",
"hero_id": 22,
"team": 0
},
{
"account_id": 136839225,
"name": "Cube",
"hero_id": 35,
"team": 1
},
{
"account_id": 93680381,
"name": "DAjo",
"hero_id": 26,
"team": 1
},
{
"account_id": 171351660,
"name": "Saga",
"hero_id": 99,
"team": 1
},
{
"account_id": 207358583,
"name": "roan",
"hero_id": 8,
"team": 1
},
{
"account_id": 107285964,
"name": "Oko",
"hero_id": 75,
"team": 1
}
]
,
"radiant_team": {
"team_name": "RektuSembra",
"team_id": 1850729,
"team_logo": 571150574350103207,
"complete": true
},
"dire_team": {
"team_name": "Gumkaci",
"team_id": 1838034,
"team_logo": 27340285155941059,
"complete": true
},
"lobby_id": 23978374455344331,
"match_id": 1412598069,
"spectators": 1,
"league_id": 2598,
"stream_delay_s": 300,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 19.261993408203125,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 7
},
{
"hero_id": 25
},
{
"hero_id": 67
},
{
"hero_id": 71
},
{
"hero_id": 22
}
]
,
"bans": [
{
"hero_id": 66
},
{
"hero_id": 96
},
{
"hero_id": 44
},
{
"hero_id": 33
},
{
"hero_id": 50
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 113712494,
"hero_id": 25,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 533,
"level": 1,
"gold_per_min": 414,
"xp_per_min": 311,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 16,
"item1": 16,
"item2": 44,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -1111.0709228515625,
"position_y": -803.39447021484375,
"net_worth": 758
},
{
"player_slot": 2,
"account_id": 99367169,
"hero_id": 7,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 33,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 44,
"item3": 38,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 4251.7998046875,
"position_y": -4448.55908203125,
"net_worth": 208
},
{
"player_slot": 3,
"account_id": 50493240,
"hero_id": 67,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 48,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 11,
"item1": 16,
"item2": 16,
"item3": 44,
"item4": 39,
"item5": 16,
"respawn_timer": 0,
"position_x": 5890.42822265625,
"position_y": -4773.29931640625,
"net_worth": 658
},
{
"player_slot": 4,
"account_id": 133427070,
"hero_id": 22,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 1,
"denies": 0,
"gold": 63,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 188,
"item1": 46,
"item2": 44,
"item3": 38,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 3673.247802734375,
"position_y": -4881.34326171875,
"net_worth": 438
},
{
"player_slot": 5,
"account_id": 173437119,
"hero_id": 71,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 33,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 0,
"item2": 0,
"item3": 29,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": -6423.8046875,
"position_y": 1067.7435302734375,
"net_worth": 658
}
]
,
"abilities": [
{
"ability_id": 5023,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5334,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5111,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5353,
"ability_level": 1
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 35
},
{
"hero_id": 8
},
{
"hero_id": 26
},
{
"hero_id": 99
},
{
"hero_id": 75
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 2
},
{
"hero_id": 94
},
{
"hero_id": 47
},
{
"hero_id": 101
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 136839225,
"hero_id": 35,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 173,
"level": 1,
"gold_per_min": 414,
"xp_per_min": 311,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 75,
"item1": 241,
"item2": 241,
"item3": 16,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": -211.39372253417969,
"position_y": 267.67578125,
"net_worth": 818
},
{
"player_slot": 2,
"account_id": 107285964,
"hero_id": 75,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 73,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 43,
"item1": 38,
"item2": 44,
"item3": 39,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": 6137.3212890625,
"position_y": -2282.879638671875,
"net_worth": 608
},
{
"player_slot": 3,
"account_id": 93680381,
"hero_id": 26,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 53,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 39,
"item2": 38,
"item3": 16,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -3602.231689453125,
"position_y": 5036.7783203125,
"net_worth": 388
},
{
"player_slot": 4,
"account_id": 171351660,
"hero_id": 99,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 33,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 182,
"item1": 44,
"item2": 12,
"item3": 38,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6475.1181640625,
"position_y": -1199.719482421875,
"net_worth": 658
},
{
"player_slot": 5,
"account_id": 207358583,
"hero_id": 8,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 223,
"level": 1,
"gold_per_min": 102,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 12,
"item1": 44,
"item2": 39,
"item3": 0,
"item4": 0,
"item5": 241,
"respawn_timer": 0,
"position_x": -3883.558349609375,
"position_y": 5664.06884765625,
"net_worth": 658
}
]
,
"abilities": [
{
"ability_id": 5154,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5377,
"ability_level": 1
}
]
}
}
},
{
"players": [
{
"account_id": 98730865,
"name": "CoMeDy",
"hero_id": 21,
"team": 0
},
{
"account_id": 68372445,
"name": "[S]anta_",
"hero_id": 110,
"team": 0
},
{
"account_id": 260462108,
"name": "Radimsx",
"hero_id": 102,
"team": 0
},
{
"account_id": 38832246,
"name": "Dajdula",
"hero_id": 39,
"team": 1
},
{
"account_id": 53059586,
"name": "Helfen",
"hero_id": 22,
"team": 1
},
{
"account_id": 117989380,
"name": "Speedy TryhardON",
"hero_id": 26,
"team": 1
},
{
"account_id": 96670860,
"name": "instanta",
"hero_id": 68,
"team": 1
},
{
"account_id": 31395714,
"name": "youtube.com/c/d2soul",
"hero_id": 7,
"team": 0
},
{
"account_id": 135118025,
"name": "Rifictor",
"hero_id": 30,
"team": 0
},
{
"account_id": 11494182,
"name": "Predi.",
"hero_id": 35,
"team": 1
}
]
,
"radiant_team": {
"team_name": "Team-Millenium",
"team_id": 2274076,
"team_logo": 538519137274175865,
"complete": false
},
"dire_team": {
"team_name": "MK--ULTRA ROBOTS",
"team_id": 2218092,
"team_logo": 536264712575616773,
"complete": false
},
"lobby_id": 23978374473417350,
"match_id": 1412591774,
"spectators": 4,
"league_id": 2598,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 1,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 7
},
{
"hero_id": 110
},
{
"hero_id": 30
},
{
"hero_id": 21
},
{
"hero_id": 102
}
]
,
"bans": [
{
"hero_id": 75
},
{
"hero_id": 8
},
{
"hero_id": 54
},
{
"hero_id": 94
},
{
"hero_id": 96
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 68372445,
"hero_id": 110,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -7296,
"position_y": -6592,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 98730865,
"hero_id": 21,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -7264,
"position_y": -6752,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 31395714,
"hero_id": 7,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -7008,
"position_y": -6800,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 135118025,
"hero_id": 30,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -7184,
"position_y": -6688,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 260462108,
"hero_id": 102,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -7072,
"position_y": -6592,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 26
},
{
"hero_id": 35
},
{
"hero_id": 39
},
{
"hero_id": 68
},
{
"hero_id": 22
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 2
},
{
"hero_id": 12
},
{
"hero_id": 93
},
{
"hero_id": 44
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 117989380,
"hero_id": 26,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6992,
"position_y": 6200,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 53059586,
"hero_id": 22,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6789.4873046875,
"position_y": 6179.31201171875,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 96670860,
"hero_id": 68,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 7200,
"position_y": 6280,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 38832246,
"hero_id": 39,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6732.94873046875,
"position_y": 6276.869140625,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 11494182,
"hero_id": 35,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 7040,
"position_y": 6408,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 115035088,
"name": "PSS.MagicMike",
"hero_id": 0,
"team": 0
},
{
"account_id": 93381979,
"name": "PSS.RAZ",
"hero_id": 0,
"team": 0
},
{
"account_id": 79401318,
"name": "Matty",
"hero_id": 0,
"team": 1
},
{
"account_id": 109215994,
"name": "Matt",
"hero_id": 0,
"team": 1
},
{
"account_id": 104285414,
"name": "AblazedWebb",
"hero_id": 0,
"team": 1
},
{
"account_id": 77556429,
"name": "PSS.Fyre",
"hero_id": 0,
"team": 0
},
{
"account_id": 123662763,
"name": "Standin.Pact",
"hero_id": 0,
"team": 0
},
{
"account_id": 93020052,
"name": "Standin.Douglas",
"hero_id": 0,
"team": 0
},
{
"account_id": 91214069,
"name": "Colossokee",
"hero_id": 0,
"team": 1
},
{
"account_id": 81700113,
"name": "JamieBH",
"hero_id": 0,
"team": 1
}
]
,
"radiant_team": {
"team_name": "Protein'Steroids'Sexmoves",
"team_id": 1389277,
"team_logo": 538510267196835449,
"complete": false
},
"dire_team": {
"team_name": "Arctic.eSports",
"team_id": 2193583,
"team_logo": 37491958341156594,
"complete": true
},
"lobby_id": 23978374484576066,
"match_id": 1412598946,
"spectators": 1,
"league_id": 2793,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 8
},
{
"hero_id": 26
},
{
"hero_id": 7
},
{
"hero_id": 53
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 2
},
{
"hero_id": 29
},
{
"hero_id": 11
},
{
"hero_id": 20
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 115035088,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 93381979,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 77556429,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 123662763,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 93020052,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 5
},
{
"hero_id": 19
},
{
"hero_id": 22
},
{
"hero_id": 98
}
]
,
"bans": [
{
"hero_id": 35
},
{
"hero_id": 25
},
{
"hero_id": 47
},
{
"hero_id": 39
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 109215994,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 79401318,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 104285414,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 91214069,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 81700113,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 30499741,
"name": "Coach Ruffy",
"hero_id": 100,
"team": 0
},
{
"account_id": 116970190,
"name": "Fedaozin",
"hero_id": 21,
"team": 0
},
{
"account_id": 124471737,
"name": "@PoochPop",
"hero_id": 50,
"team": 0
},
{
"account_id": 35553869,
"name": "space cowboy",
"hero_id": 2,
"team": 0
},
{
"account_id": 101915970,
"name": "G A R B |",
"hero_id": 11,
"team": 1
},
{
"account_id": 82661402,
"name": "@PaNcH0-",
"hero_id": 96,
"team": 1
},
{
"account_id": 108042093,
"name": "ryder",
"hero_id": 54,
"team": 0
},
{
"account_id": 14891004,
"name": "Aquino",
"hero_id": 83,
"team": 1
},
{
"account_id": 104363596,
"name": "REI.Magnat4",
"hero_id": 47,
"team": 1
},
{
"account_id": 36642867,
"name": "aokiji",
"hero_id": 30,
"team": 1
}
]
,
"radiant_team": {
"team_name": "Ryder And Groove",
"team_id": 1440137,
"team_logo": 598161395662380563,
"complete": false
},
"dire_team": {
"team_name": "-Gods of Shadows-",
"team_id": 1223738,
"team_logo": 685969538552902230,
"complete": false
},
"lobby_id": 23978374489915038,
"match_id": 1412595759,
"spectators": 36,
"league_id": 2840,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 100
},
{
"hero_id": 50
},
{
"hero_id": 2
},
{
"hero_id": 54
},
{
"hero_id": 21
}
]
,
"bans": [
{
"hero_id": 25
},
{
"hero_id": 35
},
{
"hero_id": 68
},
{
"hero_id": 4
},
{
"hero_id": 39
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 124471737,
"hero_id": 50,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 80,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 42,
"item2": 16,
"item3": 16,
"item4": 44,
"item5": 38,
"respawn_timer": 0,
"position_x": -6308.73095703125,
"position_y": -689.85986328125,
"net_worth": 505
},
{
"player_slot": 2,
"account_id": 35553869,
"hero_id": 2,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 0,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 12,
"item1": 44,
"item2": 182,
"item3": 16,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -6309.2646484375,
"position_y": -982.84991455078125,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 116970190,
"hero_id": 21,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 5,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 77,
"item1": 16,
"item2": 16,
"item3": 16,
"item4": 241,
"item5": 241,
"respawn_timer": 0,
"position_x": -5935.21142578125,
"position_y": -497.98785400390625,
"net_worth": 685
},
{
"player_slot": 4,
"account_id": 108042093,
"hero_id": 54,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 40,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 182,
"item2": 39,
"item3": 16,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": -2413.056640625,
"position_y": -3541.420654296875,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 30499741,
"hero_id": 100,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 0,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 38,
"item2": 44,
"item3": 241,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -6379.7763671875,
"position_y": 221.70834350585937,
"net_worth": 655
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 30
},
{
"hero_id": 96
},
{
"hero_id": 83
},
{
"hero_id": 47
},
{
"hero_id": 11
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 8
},
{
"hero_id": 23
},
{
"hero_id": 28
},
{
"hero_id": 17
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 36642867,
"hero_id": 30,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 505,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 6757.10205078125,
"position_y": 6055.34033203125,
"net_worth": 505
},
{
"player_slot": 2,
"account_id": 104363596,
"hero_id": 47,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 0,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 44,
"item2": 16,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -767.00128173828125,
"position_y": 5218.5341796875,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 14891004,
"hero_id": 83,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 80,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 42,
"item2": 16,
"item3": 38,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": 910.2161865234375,
"position_y": 5264.29052734375,
"net_worth": 505
},
{
"player_slot": 4,
"account_id": 82661402,
"hero_id": 96,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 25,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 182,
"item1": 42,
"item2": 44,
"item3": 16,
"item4": 16,
"item5": 0,
"respawn_timer": 0,
"position_x": 5982.08447265625,
"position_y": 15.306625366210938,
"net_worth": 500
},
{
"player_slot": 5,
"account_id": 101915970,
"hero_id": 11,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 30,
"level": 1,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 241,
"item1": 75,
"item2": 39,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 5382.94775390625,
"position_y": 4250.8330078125,
"net_worth": 655
}
]
}
}
},
{
"players": [
{
"account_id": 212777051,
"name": "Fast Click Game",
"hero_id": 21,
"team": 1
},
{
"account_id": 27053111,
"name": "loongo.",
"hero_id": 104,
"team": 1
},
{
"account_id": 114631143,
"name": "naiFeex",
"hero_id": 8,
"team": 1
},
{
"account_id": 202767343,
"name": "KuRaMa",
"hero_id": 96,
"team": 0
},
{
"account_id": 182917153,
"name": "Ex-13",
"hero_id": 66,
"team": 0
},
{
"account_id": 171556812,
"name": "Посланник Небес",
"hero_id": 20,
"team": 0
},
{
"account_id": 210620135,
"name": "TheSpecialOne",
"hero_id": 25,
"team": 0
},
{
"account_id": 200647961,
"name": "qq",
"hero_id": 90,
"team": 1
},
{
"account_id": 209569482,
"name": "MajoR",
"hero_id": 12,
"team": 0
},
{
"account_id": 85377874,
"name": "☻♂▲▬ ♫♪",
"hero_id": 75,
"team": 1
}
]
,
"radiant_team": {
"team_name": "SureWeCan`",
"team_id": 2296487,
"team_logo": 0,
"complete": false
},
"dire_team": {
"team_name": ".Kings Of Fortune.",
"team_id": 1851208,
"team_logo": 709651487046410003,
"complete": true
},
"lobby_id": 23978374489052695,
"match_id": 1412596215,
"spectators": 10,
"league_id": 2688,
"stream_delay_s": 300,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 25
},
{
"hero_id": 66
},
{
"hero_id": 20
}
]
,
"bans": [
{
"hero_id": 2
},
{
"hero_id": 110
},
{
"hero_id": 68
},
{
"hero_id": 65
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 210620135,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 209569482,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 182917153,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 202767343,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 171556812,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 8
},
{
"hero_id": 21
},
{
"hero_id": 75
},
{
"hero_id": 104
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 35
},
{
"hero_id": 85
},
{
"hero_id": 93
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 85377874,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 212777051,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 114631143,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 200647961,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 27053111,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 242126788,
"name": "A+",
"hero_id": 0,
"team": 0
},
{
"account_id": 66241569,
"name": "LEGO",
"hero_id": 0,
"team": 0
},
{
"account_id": 115172714,
"name": "kenza",
"hero_id": 0,
"team": 0
},
{
"account_id": 201721664,
"name": "Marakas",
"hero_id": 0,
"team": 0
},
{
"account_id": 107506183,
"name": "TverdiyMikki",
"hero_id": 0,
"team": 0
},
{
"account_id": 118288948,
"name": "zLNTH",
"hero_id": 0,
"team": 1
},
{
"account_id": 103002799,
"name": "nopTqpEJl",
"hero_id": 0,
"team": 1
},
{
"account_id": 169588863,
"name": "Exzy",
"hero_id": 0,
"team": 1
},
{
"account_id": 77054304,
"name": "s1lv3r_juzz",
"hero_id": 0,
"team": 1
},
{
"account_id": 166874744,
"name": "Nexxaz",
"hero_id": 0,
"team": 1
}
]
,
"radiant_team": {
"team_name": "Last Chance~",
"team_id": 2305933,
"team_logo": 35243245658869544,
"complete": false
},
"dire_team": {
"team_name": "Nexxaz +4",
"team_id": 1833482,
"team_logo": 0,
"complete": false
},
"lobby_id": 23978374491878859,
"match_id": 1412610967,
"spectators": 0,
"league_id": 2994,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 99
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 35
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 107506183,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 201721664,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 242126788,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 115172714,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 66241569,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 7
}
]
,
"bans": [
{
"hero_id": 8
},
{
"hero_id": 2
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 118288948,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 77054304,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 169588863,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 103002799,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 166874744,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 122017959,
"name": "Ruddy252 (UGC Admin)",
"hero_id": 0,
"team": 4
},
{
"account_id": 117056525,
"name": "Infernape_za",
"hero_id": 46,
"team": 1
},
{
"account_id": 110644533,
"name": "Madir",
"hero_id": 30,
"team": 1
},
{
"account_id": 149723628,
"name": "Obito",
"hero_id": 25,
"team": 1
},
{
"account_id": 51622744,
"name": "Kampinis",
"hero_id": 55,
"team": 0
},
{
"account_id": 134142881,
"name": "UpinisBebras",
"hero_id": 21,
"team": 0
},
{
"account_id": 27745906,
"name": "IntoDEV",
"hero_id": 49,
"team": 0
},
{
"account_id": 163726438,
"name": "Au",
"hero_id": 11,
"team": 0
},
{
"account_id": 114664905,
"name": "spliT",
"hero_id": 84,
"team": 0
},
{
"account_id": 118655395,
"name": "Secret",
"hero_id": 75,
"team": 1
},
{
"account_id": 105050130,
"name": "NeVeRMoRe",
"hero_id": 95,
"team": 1
}
]
,
"radiant_team": {
"team_name": "Partizanai",
"team_id": 1081332,
"team_logo": 28483854585951181,
"complete": true
},
"dire_team": {
"team_name": "DoTa GoD SLaYeRs",
"team_id": 733290,
"team_logo": 594755788951591763,
"complete": true
},
"lobby_id": 23978374485363134,
"match_id": 1412599484,
"spectators": 14,
"league_id": 2307,
"stream_delay_s": 120,
"radiant_series_wins": 1,
"dire_series_wins": 2,
"series_type": 2,
"league_tier": 2,
"scoreboard": {
"duration": 0,
"roshan_respawn_timer": 0,
"radiant": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 21
},
{
"hero_id": 84
},
{
"hero_id": 11
},
{
"hero_id": 55
}
]
,
"bans": [
{
"hero_id": 8
},
{
"hero_id": 35
},
{
"hero_id": 74
},
{
"hero_id": 5
},
{
"hero_id": 99
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 27745906,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 134142881,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 163726438,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 114664905,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 51622744,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
},
"dire": {
"score": 0,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 95
},
{
"hero_id": 75
},
{
"hero_id": 25
},
{
"hero_id": 30
}
]
,
"bans": [
{
"hero_id": 91
},
{
"hero_id": 47
},
{
"hero_id": 20
},
{
"hero_id": 41
},
{
"hero_id": 94
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 117056525,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 2,
"account_id": 118655395,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 3,
"account_id": 149723628,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 4,
"account_id": 110644533,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
},
{
"player_slot": 5,
"account_id": 105050130,
"hero_id": 0,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 0,
"gold": 625,
"level": 0,
"gold_per_min": 0,
"xp_per_min": 0,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 0,
"item1": 0,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 0,
"position_y": 0,
"net_worth": 625
}
]
}
}
},
{
"players": [
{
"account_id": 155510308,
"name": "ВИН ДРОССИЛЬ",
"hero_id": 0,
"team": 2
},
{
"account_id": 112367533,
"name": "NC™<>Kel'Tyzad",
"hero_id": 110,
"team": 1
},
{
"account_id": 93132412,
"name": "NC™<>KILLER",
"hero_id": 44,
"team": 1
},
{
"account_id": 171525222,
"name": "Feitan",
"hero_id": 36,
"team": 1
},
{
"account_id": 128832643,
"name": "「 AceCom 」",
"hero_id": 60,
"team": 1
},
{
"account_id": 117140011,
"name": "WhiteWolf",
"hero_id": 15,
"team": 1
},
{
"account_id": 86866035,
"name": "rS.Ahyeez",
"hero_id": 8,
"team": 0
},
{
"account_id": 104915986,
"name": "rS.Time_For_Orgasm",
"hero_id": 26,
"team": 0
},
{
"account_id": 153930370,
"name": "rS.MQ",
"hero_id": 64,
"team": 0
},
{
"account_id": 114234531,
"name": "Rs.КОШКА.int",
"hero_id": 75,
"team": 0
},
{
"account_id": 55839548,
"name": "RS.Vyatka",
"hero_id": 69,
"team": 0
},
{
"account_id": 169749602,
"name": "ArcanSider",
"hero_id": 0,
"team": 2
}
]
,
"radiant_team": {
"team_name": "RetroStyle",
"team_id": 1877860,
"team_logo": 531765103960239950,
"complete": true
},
"dire_team": {
"team_name": "NewlyCreated",
"team_id": 1315223,
"team_logo": 540754448966405203,
"complete": true
},
"lobby_id": 23978374466482883,
"match_id": 1412579881,
"spectators": 1,
"league_id": 2906,
"stream_delay_s": 120,
"radiant_series_wins": 0,
"dire_series_wins": 0,
"series_type": 0,
"league_tier": 1,
"scoreboard": {
"duration": 478.749755859375,
"roshan_respawn_timer": 0,
"radiant": {
"score": 1,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 64
},
{
"hero_id": 8
},
{
"hero_id": 26
},
{
"hero_id": 69
},
{
"hero_id": 75
}
]
,
"bans": [
{
"hero_id": 2
},
{
"hero_id": 35
},
{
"hero_id": 30
},
{
"hero_id": 50
},
{
"hero_id": 68
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 86866035,
"hero_id": 8,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 27,
"denies": 5,
"gold": 29,
"level": 5,
"gold_per_min": 255,
"xp_per_min": 209,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 63,
"item1": 39,
"item2": 11,
"item3": 14,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -6393.1484375,
"position_y": 2396.457763671875,
"net_worth": 2439
},
{
"player_slot": 2,
"account_id": 104915986,
"hero_id": 26,
"kills": 1,
"death": 0,
"assists": 0,
"last_hits": 3,
"denies": 2,
"gold": 235,
"level": 4,
"gold_per_min": 157,
"xp_per_min": 138,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 39,
"item2": 12,
"item3": 42,
"item4": 0,
"item5": 43,
"respawn_timer": 0,
"position_x": 1762.143798828125,
"position_y": -2329.1162109375,
"net_worth": 1270
},
{
"player_slot": 3,
"account_id": 153930370,
"hero_id": 64,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 6,
"denies": 1,
"gold": 511,
"level": 4,
"gold_per_min": 140,
"xp_per_min": 158,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 29,
"item1": 46,
"item2": 0,
"item3": 0,
"item4": 0,
"item5": 16,
"respawn_timer": 0,
"position_x": -6307.17578125,
"position_y": 2069.094970703125,
"net_worth": 1111
},
{
"player_slot": 4,
"account_id": 114234531,
"hero_id": 75,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 40,
"denies": 7,
"gold": 49,
"level": 7,
"gold_per_min": 325,
"xp_per_min": 392,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 77,
"item1": 41,
"item2": 63,
"item3": 36,
"item4": 46,
"item5": 0,
"respawn_timer": 0,
"position_x": -2580.221923828125,
"position_y": -2329.363525390625,
"net_worth": 3219
},
{
"player_slot": 5,
"account_id": 55839548,
"hero_id": 69,
"kills": 0,
"death": 1,
"assists": 0,
"last_hits": 17,
"denies": 3,
"gold": 1146,
"level": 6,
"gold_per_min": 248,
"xp_per_min": 284,
"ultimate_state": 1,
"ultimate_cooldown": 50,
"item0": 0,
"item1": 88,
"item2": 0,
"item3": 29,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": 5106.53125,
"position_y": -6063.53125,
"net_worth": 2121
}
]
,
"abilities": [
{
"ability_id": 5028,
"ability_level": 3
},
{
"ability_id": 5029,
"ability_level": 1
},
{
"ability_id": 5027,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5044,
"ability_level": 2
},
{
"ability_id": 5045,
"ability_level": 1
},
{
"ability_id": 5046,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5298,
"ability_level": 2
},
{
"ability_id": 5299,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5377,
"ability_level": 2
},
{
"ability_id": 5379,
"ability_level": 4
},
{
"ability_id": 5380,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5339,
"ability_level": 3
},
{
"ability_id": 5341,
"ability_level": 2
},
{
"ability_id": 5342,
"ability_level": 1
}
]
},
"dire": {
"score": 1,
"tower_state": 2047,
"barracks_state": 63,
"picks": [
{
"hero_id": 60
},
{
"hero_id": 15
},
{
"hero_id": 36
},
{
"hero_id": 110
},
{
"hero_id": 44
}
]
,
"bans": [
{
"hero_id": 95
},
{
"hero_id": 29
},
{
"hero_id": 99
},
{
"hero_id": 1
},
{
"hero_id": 10
}
]
,
"players": [
{
"player_slot": 1,
"account_id": 112367533,
"hero_id": 110,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 2,
"denies": 1,
"gold": 18,
"level": 3,
"gold_per_min": 111,
"xp_per_min": 110,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 181,
"item1": 0,
"item2": 0,
"item3": 44,
"item4": 0,
"item5": 16,
"respawn_timer": 0,
"position_x": 1397.8094482421875,
"position_y": -1381.78564453125,
"net_worth": 868
},
{
"player_slot": 2,
"account_id": 93132412,
"hero_id": 44,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 34,
"denies": 3,
"gold": 548,
"level": 5,
"gold_per_min": 291,
"xp_per_min": 181,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 46,
"item1": 11,
"item2": 44,
"item3": 71,
"item4": 63,
"item5": 0,
"respawn_timer": 0,
"position_x": -4838.81982421875,
"position_y": 5647.28662109375,
"net_worth": 2948
},
{
"player_slot": 3,
"account_id": 171525222,
"hero_id": 36,
"kills": 0,
"death": 0,
"assists": 0,
"last_hits": 0,
"denies": 1,
"gold": 448,
"level": 4,
"gold_per_min": 100,
"xp_per_min": 170,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 44,
"item1": 0,
"item2": 39,
"item3": 38,
"item4": 0,
"item5": 0,
"respawn_timer": 0,
"position_x": -4979.52197265625,
"position_y": 5493.6689453125,
"net_worth": 733
},
{
"player_slot": 4,
"account_id": 128832643,
"hero_id": 60,
"kills": 0,
"death": 0,
"assists": 1,
"last_hits": 6,
"denies": 0,
"gold": 215,
"level": 5,
"gold_per_min": 174,
"xp_per_min": 238,
"ultimate_state": 0,
"ultimate_cooldown": 0,
"item0": 41,
"item1": 29,
"item2": 182,
"item3": 13,
"item4": 13,
"item5": 0,
"respawn_timer": 0,
"position_x": 1846.286865234375,
"position_y": -2265.824951171875,
"net_worth": 1915
},
{
"player_slot": 5,
"account_id": 117140011,
"hero_id": 15,
"kills": 1,
"death": 1,
"assists": 0,
"last_hits": 27,
"denies": 14,
"gold": 1135,
"level": 8,
"gold_per_min": 316,
"xp_per_min": 439,
"ultimate_state": 3,
"ultimate_cooldown": 0,
"item0": 86,
"item1": 39,
"item2": 44,
"item3": 0,
"item4": 29,
"item5": 12,
"respawn_timer": 0,
"position_x": 5189.814453125,
"position_y": -3836.609130859375,
"net_worth": 2900
}
]
,
"abilities": [
{
"ability_id": 5623,
"ability_level": 1
},
{
"ability_id": 5631,
"ability_level": 2
},
{
"ability_id": 5625,
"ability_level": 2
},
{
"ability_id": 5624,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5190,
"ability_level": 3
},
{
"ability_id": 5191,
"ability_level": 1
},
{
"ability_id": 5192,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5158,
"ability_level": 2
},
{
"ability_id": 5159,
"ability_level": 1
},
{
"ability_id": 5160,
"ability_level": 1
}
]
,
"abilities": [
{
"ability_id": 5275,
"ability_level": 2
},
{
"ability_id": 5276,
"ability_level": 1
},
{
"ability_id": 5277,
"ability_level": 2
}
]
,
"abilities": [
{
"ability_id": 5082,
"ability_level": 4
},
{
"ability_id": 5083,
"ability_level": 3
},
{
"ability_id": 5085,
"ability_level": 1
}
]
}
}
}
]
,
"status": 200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment