From e1aa4c993adae67f31d48f08bf799ee572d9d35a Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Mon, 20 Oct 2025 13:33:37 +0300 Subject: [PATCH] Test_RUN --- .gitignore | 5 +- get_data.py | 108 +- static/game_online.json | 20692 +++++++++++++++++------------------ static/play_by_play.json | 3082 +++--- static/referee.json | 134 +- static/schedule.json | 7176 ++++++------ static/scores.json | 14 +- static/scores_quarter.json | 66 +- static/team1.json | 2448 ++--- static/team1_copy.json | 2448 ++--- static/team2.json | 2666 ++--- static/team2_copy.json | 2666 ++--- static/team_stats.json | 140 +- static/topTeam1.json | 2428 ++-- static/topTeam2.json | 2154 ++-- 15 files changed, 22411 insertions(+), 23816 deletions(-) diff --git a/.gitignore b/.gitignore index f0dbfeb..eafb70c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .venv/* /JSON/* -/logs/* \ No newline at end of file +/logs/* +!/static/game_online.json +!/static/play_by_play.json +/static/* \ No newline at end of file diff --git a/get_data.py b/get_data.py index 270bb12..b986cb3 100644 --- a/get_data.py +++ b/get_data.py @@ -756,38 +756,38 @@ def Json_Team_Generation(who, data, stop_event): player_season_stat = [] player_career_stat = [] coach_stat = [] - # with ThreadPoolExecutor() as pool: - # player_season_stat_temp = [ - # pool.submit(Player_Stat_Season, player_id, data["season"]) - # for player_id in player_ids - # ] - # player_career_stat_temp = [ - # pool.submit(Player_Stat_Career, player_id) - # for player_id in player_ids - # ] - # coach_stat_temp = [ - # pool.submit( - # Coach_Stat, coach_id, data["season"], data[f"{who}_id"] - # ) - # for coach_id in coach_ids - # ] - # player_futures = [pool.submit(Player_all_game, pid) for pid in player_ids] - # all_players_games = [] - # for fut in as_completed(player_futures): - # try: - # all_players_games.append(fut.result()) - # except Exception as e: - # logger.exception(f"Ошибка при обработке игрока: {e}") + with ThreadPoolExecutor() as pool: + player_season_stat_temp = [ + pool.submit(Player_Stat_Season, player_id, data["season"]) + for player_id in player_ids + ] + player_career_stat_temp = [ + pool.submit(Player_Stat_Career, player_id) + for player_id in player_ids + ] + coach_stat_temp = [ + pool.submit( + Coach_Stat, coach_id, data["season"], data[f"{who}_id"] + ) + for coach_id in coach_ids + ] + player_futures = [pool.submit(Player_all_game, pid) for pid in player_ids] + all_players_games = [] + for fut in as_completed(player_futures): + try: + all_players_games.append(fut.result()) + except Exception as e: + logger.exception(f"Ошибка при обработке игрока: {e}") - # player_season_stat += [ - # res.result() for res in player_season_stat_temp - # ] - # player_career_stat += [ - # res.result() for res in player_career_stat_temp - # ] - # coach_stat += [res.result() for res in coach_stat_temp] + player_season_stat += [ + res.result() for res in player_season_stat_temp + ] + player_career_stat += [ + res.result() for res in player_career_stat_temp + ] + coach_stat += [res.result() for res in coach_stat_temp] - # initialized = True + initialized = True # print(coach_stat) # while not stop_event.is_set(): role_list = [ @@ -2294,7 +2294,7 @@ def Play_By_Play(data: dict, stop_event: threading.Event) -> None: json_live_status = get_json(url) last_event = plays[-1] - if not json_live_status or json_live_status.get("message") == "Not Found": + if not json_live_status or json_live_status.get("status") == "Not Found": period = last_event.get("period", 1) second = 0 else: @@ -2835,27 +2835,27 @@ def main(): args=("team1", data, stop_event), name="Team1JSON", ), - # threading.Thread( - # target=Json_Team_Generation, - # args=("team2", data, stop_event), - # name="Team2JSON", - # ), - # threading.Thread( - # target=Team_Both_Stat, args=(stop_event,), name="BothTeamsStat" - # ), - # threading.Thread(target=Referee, args=(stop_event,), name="Referee"), - # threading.Thread( - # target=Scores_Quarter, args=(stop_event,), name="QuarterScore" - # ), - # threading.Thread( - # target=Status_Online, args=(data, stop_event), name="StatusOnline" - # ), - # threading.Thread( - # target=Play_By_Play, args=(data, stop_event), name="PlayByPlay" - # ), - # threading.Thread( - # target=Standing_func, args=(data, stop_event), name="Standings" - # ), + threading.Thread( + target=Json_Team_Generation, + args=("team2", data, stop_event), + name="Team2JSON", + ), + threading.Thread( + target=Team_Both_Stat, args=(stop_event,), name="BothTeamsStat" + ), + threading.Thread(target=Referee, args=(stop_event,), name="Referee"), + threading.Thread( + target=Scores_Quarter, args=(stop_event,), name="QuarterScore" + ), + threading.Thread( + target=Status_Online, args=(data, stop_event), name="StatusOnline" + ), + threading.Thread( + target=Play_By_Play, args=(data, stop_event), name="PlayByPlay" + ), + threading.Thread( + target=Standing_func, args=(data, stop_event), name="Standings" + ), ] # Запуск всех потоков @@ -2863,8 +2863,8 @@ def main(): t.start() logger.debug(f"Поток {t.name} запущен.") - # How_To_Play_Quarter(data) - # pregame_data(data) + How_To_Play_Quarter(data) + pregame_data(data) try: while True: diff --git a/static/game_online.json b/static/game_online.json index 9ef70bd..915c6a3 100644 --- a/static/game_online.json +++ b/static/game_online.json @@ -40,12 +40,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 126591, - "lastName": "Davydov", - "firstName": "Aleksey", - "secondName": "Mikhailovich", - "birthday": "1984-10-05T00:00:00", - "age": 41, + "personId": 126586, + "lastName": "Mikhailov", + "firstName": "Sergey", + "secondName": "Alexandrovich", + "birthday": "1977-05-20T00:00:00", + "age": 48, "photo": null, "stats": null }, @@ -59,15 +59,15 @@ "positionName": "Referee 1", "height": null, "weight": null, - "countryId": "RU", - "countryName": "Russia", + "countryId": "BY", + "countryName": "Belarus", "isCapitan": false, - "personId": 126586, - "lastName": "Mikhailov", - "firstName": "Sergey", - "secondName": "Alexandrovich", - "birthday": "1977-05-20T00:00:00", - "age": 48, + "personId": 152739, + "lastName": "Sharapa", + "firstName": "Andrey", + "secondName": "", + "birthday": "1982-07-04T00:00:00", + "age": 43, "photo": null, "stats": null }, @@ -84,12 +84,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 126656, - "lastName": "Zhitlukhin", - "firstName": "Maksim", - "secondName": "Sergeevich", - "birthday": "1986-12-19T00:00:00", - "age": 38, + "personId": 126813, + "lastName": "Kladukhin", + "firstName": "Roman", + "secondName": "Vladimirovich", + "birthday": "1990-01-09T00:00:00", + "age": 35, "photo": null, "stats": null }, @@ -106,12 +106,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 126578, - "lastName": "Lebedev", - "firstName": "Igor", - "secondName": "Anatolevich", - "birthday": "1965-05-27T00:00:00", - "age": 60, + "personId": 126573, + "lastName": "Gorshkov", + "firstName": "Aleksandr", + "secondName": "Konstantinovich", + "birthday": "1962-06-11T00:00:00", + "age": 63, "photo": null, "stats": null }, @@ -128,12 +128,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 26978, - "lastName": "Isaeva", - "firstName": "Viktoriya", - "secondName": "Dmitrievna", - "birthday": "1996-01-09T00:00:00", - "age": 29, + "personId": 148547, + "lastName": "Udalova", + "firstName": "Lyubov", + "secondName": "Valerjevna", + "birthday": "1988-01-05T00:00:00", + "age": 37, "photo": null, "stats": null }, @@ -150,12 +150,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 146690, - "lastName": "Kibenko", - "firstName": "Dmitriy", - "secondName": "Andreevich", - "birthday": "1983-12-25T00:00:00", - "age": 41, + "personId": 146876, + "lastName": "Smolyakova", + "firstName": "Mariya", + "secondName": "Anatolevna", + "birthday": "1974-08-22T00:00:00", + "age": 51, "photo": null, "stats": null }, @@ -172,12 +172,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 131896, - "lastName": "Prosneva", - "firstName": "Olga", - "secondName": "Nikolaevna", - "birthday": "1971-06-15T00:00:00", - "age": 54, + "personId": 41910, + "lastName": "Tokareva", + "firstName": "Polina", + "secondName": "Valerevna", + "birthday": "1996-06-20T00:00:00", + "age": 29, "photo": null, "stats": null }, @@ -194,17 +194,17 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 126801, - "lastName": "Nagibin", - "firstName": "Aleksey", - "secondName": "Vitalevich", - "birthday": "1982-08-21T00:00:00", - "age": 43, + "personId": 126634, + "lastName": "Goverdovskiy", + "firstName": "Aleksandr", + "secondName": "Nikolaevich", + "birthday": "1977-03-22T00:00:00", + "age": 48, "photo": null, "stats": null }, { - "startNum": 47, + "startNum": 48, "teamNumber": 0, "playerNumber": 9, "displayNumber": "", @@ -216,17 +216,17 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 13779, - "lastName": "Халимов", - "firstName": "Адель", - "secondName": "Рашидович", - "birthday": "1996-07-31T00:00:00", - "age": 29, + "personId": 126780, + "lastName": "Pereverzev", + "firstName": "Alexey", + "secondName": "Igorevich", + "birthday": "1992-06-30T00:00:00", + "age": 33, "photo": null, "stats": null }, { - "startNum": 48, + "startNum": 47, "teamNumber": 0, "playerNumber": 10, "displayNumber": "", @@ -238,12 +238,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 131856, - "lastName": "Shuvagina", - "firstName": "Veronika", - "secondName": "Vladimirovna", - "birthday": "1968-05-08T00:00:00", - "age": 57, + "personId": 146421, + "lastName": "Fedyukov", + "firstName": "Anton", + "secondName": "Aleksandrovich", + "birthday": "1979-10-02T00:00:00", + "age": 46, "photo": null, "stats": null }, @@ -253,19 +253,19 @@ "playerNumber": 11, "displayNumber": "", "startRole": "Referee", - "position": "ISOperator", - "positionName": "IS Operator", + "position": "Statistic", + "positionName": "Statistic", "height": null, "weight": null, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 149619, - "lastName": "Khabibullin", - "firstName": "Rashid", - "secondName": "Rinatovich", - "birthday": "1987-07-26T00:00:00", - "age": 38, + "personId": 193578, + "lastName": "Prudkova", + "firstName": "Elizaveta", + "secondName": "Sergeevna", + "birthday": "1997-05-30T00:00:00", + "age": 28, "photo": null, "stats": null }, @@ -275,19 +275,19 @@ "playerNumber": 12, "displayNumber": "", "startRole": "Referee", - "position": "Statistic", - "positionName": "Statistic", + "position": "ISOperator", + "positionName": "IS Operator", "height": null, "weight": null, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 57047, - "lastName": "Shuvagina", - "firstName": "Mariya", - "secondName": "Dmitrievna", - "birthday": "2002-08-04T00:00:00", - "age": 23, + "personId": 183761, + "lastName": "Prudkov", + "firstName": "Mihail", + "secondName": "Mihailovich", + "birthday": "1994-10-20T00:00:00", + "age": 31, "photo": null, "stats": null }, @@ -304,12 +304,12 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 146719, - "lastName": "Habibullin", - "firstName": "Kamil", - "secondName": "Ildarovich", - "birthday": "1975-12-08T00:00:00", - "age": 49, + "personId": 126892, + "lastName": "Tarasov", + "firstName": "Yakov", + "secondName": "Stanislavovich", + "birthday": "1992-07-21T00:00:00", + "age": 33, "photo": null, "stats": null }, @@ -336,17 +336,41 @@ "stats": null } ], - "total": null, - "startTotal": null, - "benchTotal": null + "total": { + "points": 0, + "goal2": 0, + "shot2": 0, + "goal3": 0, + "shot3": 0, + "goal1": 0, + "shot1": 0, + "assist": 0, + "pass": 0, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 0, + "offReb": 0, + "foulsOn": 0, + "turnover": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 0, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 0 + } }, { "teamNumber": 1, - "teamId": 697, + "teamId": 15, "uniformNumber": 2, "uniformType": 0, - "dominantColor": "FF0B5E19", - "secondColor": "FF000000", + "dominantColor": "FFFF0009", + "secondColor": "FFFF0004", "borderColor": "FFFFFFFF", "numberColor": "FFFFFFFF", "starts": [ @@ -389,9 +413,9 @@ "block": 0, "blocked": 0, "defReb": 2, - "offReb": 3, + "offReb": 0, "foulsOn": 0, - "turnover": 0, + "turnover": 1, "foul": 0, "foulT": 0, "foulD": 0, @@ -399,61 +423,61 @@ "foulB": 0, "second": 0, "dunk": 0, - "fastBreak": 6, + "fastBreak": 2, "plusMinus": 0 } }, { - "startNum": 42, + "startNum": 7, "teamNumber": 1, "playerNumber": 1, "displayNumber": "1", "startRole": "Player", "position": "PointGuard", "positionName": "Shooting guard", - "height": 186, - "weight": 84, - "countryId": "RU", - "countryName": "Russia", + "height": 196, + "weight": 90, + "countryId": "US", + "countryName": "USA", "isCapitan": false, - "personId": 257926, - "lastName": "KHalilulaev", - "firstName": "Magomednabi", - "secondName": "Abdurakhmanovich", - "birthday": "2006-04-26T00:00:00", - "age": 19, - "photo": "https://img.infobasket.su/photo/354856.jpg", + "personId": 429877, + "lastName": "Cleveland", + "firstName": "Antonius", + "secondName": null, + "birthday": "1994-02-02T00:00:00", + "age": 31, + "photo": "https://img.infobasket.su/photo/421097.jpg", "stats": { - "startNum": 42, + "startNum": 7, "playerNumber": 1, "role": "Player", "isStart": false, "isOnCourt": false, - "points": 0, - "goal2": 0, - "shot2": 0, - "goal3": 0, - "shot3": 0, + "points": 12, + "goal2": 3, + "shot2": 3, + "goal3": 2, + "shot3": 3, "goal1": 0, "shot1": 0, - "assist": 0, - "pass": 0, - "steal": 0, - "block": 0, + "assist": 6, + "pass": 6, + "steal": 3, + "block": 1, "blocked": 0, "defReb": 0, "offReb": 0, - "foulsOn": 0, - "turnover": 0, - "foul": 0, + "foulsOn": 7, + "turnover": 2, + "foul": 4, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 0, + "second": 1244, "dunk": 0, "fastBreak": 0, - "plusMinus": 0 + "plusMinus": 6 } }, { @@ -462,419 +486,154 @@ "playerNumber": 2, "displayNumber": "2", "startRole": "Player", - "position": "Forward", - "positionName": "Small forward", - "height": 204, - "weight": 104, - "countryId": "RU", - "countryName": "Russia", + "position": "Guard", + "positionName": "Guard", + "height": 178, + "weight": 79, + "countryId": "US", + "countryName": "USA", "isCapitan": false, - "personId": 44983, - "lastName": "Belenitskii", - "firstName": "Mikhail", - "secondName": "Dmitrievich", - "birthday": "2002-09-12T00:00:00", - "age": 23, - "photo": "https://img.infobasket.su/photo/430315.jpg", + "personId": 333884, + "lastName": "Ware", + "firstName": "Casper", + "secondName": null, + "birthday": "1990-01-17T00:00:00", + "age": 35, + "photo": "https://img.infobasket.su/photo/421099.jpg", "stats": { "startNum": 8, "playerNumber": 2, "role": "Player", "isStart": true, "isOnCourt": false, - "points": 9, - "goal2": 3, - "shot2": 5, - "goal3": 1, - "shot3": 1, + "points": 10, + "goal2": 2, + "shot2": 4, + "goal3": 2, + "shot3": 9, "goal1": 0, "shot1": 0, "assist": 3, - "pass": 3, - "steal": 1, + "pass": 9, + "steal": 0, "block": 0, - "blocked": 0, - "defReb": 1, - "offReb": 1, - "foulsOn": 2, - "turnover": 1, - "foul": 5, + "blocked": 1, + "defReb": 3, + "offReb": 0, + "foulsOn": 0, + "turnover": 3, + "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1171, - "dunk": 1, + "second": 1572, + "dunk": 0, "fastBreak": 0, - "plusMinus": 13 + "plusMinus": 0 } }, { - "startNum": 15, + "startNum": 9, "teamNumber": 1, "playerNumber": 3, "displayNumber": "3", "startRole": "Player", "position": "Center", "positionName": "Center", - "height": 208, - "weight": 113, - "countryId": "US", - "countryName": "USA", - "isCapitan": true, - "personId": 260539, - "lastName": "Reynolds", - "firstName": "Jalen ", + "height": 212, + "weight": 111, + "countryId": "NG", + "countryName": "Nigeria", + "isCapitan": false, + "personId": 333011, + "lastName": "Jekiri", + "firstName": "Tonye", "secondName": null, - "birthday": "1992-12-30T00:00:00", - "age": 32, - "photo": "https://img.infobasket.su/photo/430316.jpg", + "birthday": "1994-07-23T00:00:00", + "age": 31, + "photo": "https://img.infobasket.su/photo/421101.jpg", "stats": { - "startNum": 15, + "startNum": 9, "playerNumber": 3, "role": "Player", "isStart": false, "isOnCourt": false, - "points": 8, + "points": 6, "goal2": 2, - "shot2": 3, + "shot2": 7, "goal3": 0, - "shot3": 1, - "goal1": 4, - "shot1": 4, - "assist": 3, - "pass": 3, + "shot3": 0, + "goal1": 2, + "shot1": 2, + "assist": 1, + "pass": 2, "steal": 1, - "block": 1, - "blocked": 0, - "defReb": 0, - "offReb": 3, - "foulsOn": 5, - "turnover": 4, + "block": 0, + "blocked": 1, + "defReb": 4, + "offReb": 1, + "foulsOn": 1, + "turnover": 2, "foul": 4, "foulT": 0, "foulD": 0, "foulC": 0, - "foulB": 0, - "second": 1231, - "dunk": 2, - "fastBreak": 0, - "plusMinus": -3 - } - }, - { - "startNum": 17, - "teamNumber": 1, - "playerNumber": 4, - "displayNumber": "4", - "startRole": "Player", - "position": "Center", - "positionName": "Center", - "height": 213, - "weight": 104, - "countryId": "US", - "countryName": "USA", - "isCapitan": false, - "personId": 489627, - "lastName": "Bingham", - "firstName": "Marcus", - "secondName": null, - "birthday": "2000-07-14T00:00:00", - "age": 25, - "photo": "https://img.infobasket.su/photo/430317.jpg", - "stats": { - "startNum": 17, - "playerNumber": 4, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 27, - "goal2": 10, - "shot2": 13, - "goal3": 2, - "shot3": 2, - "goal1": 1, - "shot1": 1, - "assist": 1, - "pass": 1, - "steal": 3, - "block": 1, - "blocked": 0, - "defReb": 3, - "offReb": 2, - "foulsOn": 2, - "turnover": 0, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1390, - "dunk": 2, - "fastBreak": 0, - "plusMinus": 20 - } - }, - { - "startNum": 18, - "teamNumber": 1, - "playerNumber": 9, - "displayNumber": "9", - "startRole": "Player", - "position": "PointGuard", - "positionName": "Shooting guard", - "height": 196, - "weight": 92, - "countryId": "US", - "countryName": "USA", - "isCapitan": false, - "personId": 393164, - "lastName": "Bryce", - "firstName": "C.J.", - "secondName": null, - "birthday": "1996-10-30T00:00:00", - "age": 28, - "photo": "https://img.infobasket.su/photo/430320.jpg", - "stats": { - "startNum": 18, - "playerNumber": 9, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 9, - "goal2": 3, - "shot2": 6, - "goal3": 0, - "shot3": 2, - "goal1": 3, - "shot1": 3, - "assist": 6, - "pass": 6, - "steal": 0, - "block": 0, - "blocked": 0, - "defReb": 3, - "offReb": 0, - "foulsOn": 4, - "turnover": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1717, - "dunk": 1, - "fastBreak": 0, - "plusMinus": 15 - } - }, - { - "startNum": 13, - "teamNumber": 1, - "playerNumber": 11, - "displayNumber": "11", - "startRole": "Player", - "position": "Guard", - "positionName": "Guard", - "height": 184, - "weight": 85, - "countryId": "US", - "countryName": "USA", - "isCapitan": false, - "personId": 429185, - "lastName": "Lee", - "firstName": "Paris", - "secondName": null, - "birthday": "1995-04-20T00:00:00", - "age": 30, - "photo": "https://img.infobasket.su/photo/430314.jpg", - "stats": { - "startNum": 13, - "playerNumber": 11, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 14, - "goal2": 2, - "shot2": 3, - "goal3": 3, - "shot3": 8, - "goal1": 1, - "shot1": 1, - "assist": 8, - "pass": 8, - "steal": 2, - "block": 0, - "blocked": 0, - "defReb": 2, - "offReb": 0, - "foulsOn": 2, - "turnover": 2, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1829, + "foulB": 1, + "second": 1317, "dunk": 0, "fastBreak": 0, - "plusMinus": 34 - } - }, - { - "startNum": 19, - "teamNumber": 1, - "playerNumber": 12, - "displayNumber": "12", - "startRole": "Player", - "position": "Forward", - "positionName": "Small forward", - "height": 198, - "weight": 104, - "countryId": "CA", - "countryName": "Canada", - "isCapitan": false, - "personId": 394537, - "lastName": "Pierre", - "firstName": "Dyshawn", - "secondName": null, - "birthday": "1993-11-17T00:00:00", - "age": 31, - "photo": "https://img.infobasket.su/photo/430321.jpg", - "stats": { - "startNum": 19, - "playerNumber": 12, - "role": "Player", - "isStart": false, - "isOnCourt": false, - "points": 13, - "goal2": 1, - "shot2": 5, - "goal3": 1, - "shot3": 2, - "goal1": 8, - "shot1": 8, - "assist": 2, - "pass": 4, - "steal": 0, - "block": 0, - "blocked": 0, - "defReb": 1, - "offReb": 1, - "foulsOn": 7, - "turnover": 1, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1274, - "dunk": 0, - "fastBreak": 0, - "plusMinus": 2 + "plusMinus": -2 } }, { "startNum": 10, "teamNumber": 1, - "playerNumber": 13, - "displayNumber": "13", + "playerNumber": 4, + "displayNumber": "4", "startRole": "Player", "position": "PointGuard", "positionName": "Shooting guard", - "height": 193, - "weight": 88, + "height": 202, + "weight": 95, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 15644, - "lastName": "Zakharov", - "firstName": "Denis", - "secondName": "", - "birthday": "1993-08-06T00:00:00", - "age": 32, - "photo": "https://img.infobasket.su/photo/430332.jpg", + "personId": 40410, + "lastName": "Ruzhentsev", + "firstName": "Samson", + "secondName": "Pavlovich", + "birthday": "2001-10-23T00:00:00", + "age": 23, + "photo": "https://img.infobasket.su/photo/421103.jpg", "stats": { "startNum": 10, - "playerNumber": 13, + "playerNumber": 4, "role": "Player", - "isStart": false, + "isStart": true, "isOnCourt": false, - "points": 3, - "goal2": 0, - "shot2": 0, - "goal3": 1, - "shot3": 4, - "goal1": 0, - "shot1": 0, - "assist": 0, - "pass": 1, + "points": 9, + "goal2": 4, + "shot2": 8, + "goal3": 0, + "shot3": 3, + "goal1": 1, + "shot1": 1, + "assist": 1, + "pass": 3, "steal": 1, "block": 0, "blocked": 0, - "defReb": 4, - "offReb": 0, - "foulsOn": 0, - "turnover": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 972, - "dunk": 0, - "fastBreak": 0, - "plusMinus": -1 - } - }, - { - "startNum": 7, - "teamNumber": 1, - "playerNumber": 15, - "displayNumber": "15", - "startRole": "Player", - "position": "Center", - "positionName": "Center", - "height": 211, - "weight": 100, - "countryId": "RU", - "countryName": "Russia", - "isCapitan": false, - "personId": 33189, - "lastName": "Abdulbasirov", - "firstName": "Ruslan", - "secondName": "SHamilovich", - "birthday": "1993-12-05T00:00:00", - "age": 31, - "photo": "https://img.infobasket.su/photo/430331.jpg", - "stats": { - "startNum": 7, - "playerNumber": 15, - "role": "Player", - "isStart": false, - "isOnCourt": false, - "points": 2, - "goal2": 1, - "shot2": 1, - "goal3": 0, - "shot3": 1, - "goal1": 0, - "shot1": 0, - "assist": 1, - "pass": 1, - "steal": 0, - "block": 1, - "blocked": 0, - "defReb": 0, - "offReb": 0, - "foulsOn": 0, - "turnover": 1, + "defReb": 1, + "offReb": 2, + "foulsOn": 3, + "turnover": 0, "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 544, + "second": 1407, "dunk": 0, "fastBreak": 0, "plusMinus": 9 @@ -883,26 +642,26 @@ { "startNum": 11, "teamNumber": 1, - "playerNumber": 19, - "displayNumber": "19", + "playerNumber": 5, + "displayNumber": "5", "startRole": "Player", - "position": "Guard", - "positionName": "Guard", - "height": 188, - "weight": 82, + "position": "PowerForward", + "positionName": "Power forward", + "height": 201, + "weight": 109, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 54356, - "lastName": "Ilyuk", - "firstName": "Roman", - "secondName": "YUrevich", - "birthday": "2005-09-03T00:00:00", - "age": 20, - "photo": "https://img.infobasket.su/photo/430330.jpg", + "personId": 18590, + "lastName": "Gankevich", + "firstName": "Aleksandr", + "secondName": "Dmitrievich", + "birthday": "1995-08-05T00:00:00", + "age": 30, + "photo": "https://img.infobasket.su/photo/421104.jpg", "stats": { "startNum": 11, - "playerNumber": 19, + "playerNumber": 5, "role": "Player", "isStart": false, "isOnCourt": false, @@ -934,36 +693,195 @@ } }, { - "startNum": 9, + "startNum": 13, "teamNumber": 1, - "playerNumber": 21, - "displayNumber": "21", + "playerNumber": 7, + "displayNumber": "7", "startRole": "Player", - "position": "Forward", - "positionName": "Small forward", - "height": 197, - "weight": 87, + "position": "PointGuard", + "positionName": "Shooting guard", + "height": 193, + "weight": 89, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 35532, - "lastName": "Belousov", + "personId": 21751, + "lastName": "Ukhov", "firstName": "Ivan", - "secondName": "Olegovich", - "birthday": "2001-03-04T00:00:00", - "age": 24, - "photo": "https://img.infobasket.su/photo/430329.jpg", + "secondName": "Anatolevich", + "birthday": "1995-09-11T00:00:00", + "age": 30, + "photo": "https://img.infobasket.su/photo/421106.jpg", "stats": { - "startNum": 9, - "playerNumber": 21, + "startNum": 13, + "playerNumber": 7, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 11, + "goal2": 2, + "shot2": 3, + "goal3": 2, + "shot3": 4, + "goal1": 1, + "shot1": 3, + "assist": 4, + "pass": 7, + "steal": 1, + "block": 0, + "blocked": 0, + "defReb": 4, + "offReb": 1, + "foulsOn": 5, + "turnover": 1, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1036, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 4 + } + }, + { + "startNum": 14, + "teamNumber": 1, + "playerNumber": 8, + "displayNumber": "8", + "startRole": "Player", + "position": "Forward", + "positionName": "Small forward", + "height": 202, + "weight": 98, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 30355, + "lastName": "Astapkovich", + "firstName": "Anton", + "secondName": "", + "birthday": "1994-01-29T00:00:00", + "age": 31, + "photo": "https://img.infobasket.su/photo/421107.jpg", + "stats": { + "startNum": 14, + "playerNumber": 8, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 4, + "goal2": 2, + "shot2": 3, + "goal3": 0, + "shot3": 3, + "goal1": 0, + "shot1": 0, + "assist": 2, + "pass": 4, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 5, + "offReb": 1, + "foulsOn": 2, + "turnover": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1128, + "dunk": 1, + "fastBreak": 0, + "plusMinus": -2 + } + }, + { + "startNum": 15, + "teamNumber": 1, + "playerNumber": 9, + "displayNumber": "9", + "startRole": "Player", + "position": "Guard", + "positionName": "Guard", + "height": 192, + "weight": 80, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 35878, + "lastName": "Karpenko", + "firstName": "Vladimir", + "secondName": "", + "birthday": "2000-09-07T00:00:00", + "age": 25, + "photo": "https://img.infobasket.su/photo/421108.jpg", + "stats": { + "startNum": 15, + "playerNumber": 9, "role": "Player", "isStart": false, "isOnCourt": false, "points": 3, "goal2": 0, - "shot2": 0, + "shot2": 2, "goal3": 1, - "shot3": 1, + "shot3": 2, + "goal1": 0, + "shot1": 0, + "assist": 2, + "pass": 2, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 2, + "offReb": 0, + "foulsOn": 0, + "turnover": 0, + "foul": 2, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 948, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 8 + } + }, + { + "startNum": 16, + "teamNumber": 1, + "playerNumber": 10, + "displayNumber": "10", + "startRole": "Player", + "position": "PowerForward", + "positionName": "Power forward", + "height": 205, + "weight": 103, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 46302, + "lastName": "Chadov", + "firstName": "Aleksandr", + "secondName": "Aleksandrovich", + "birthday": "2001-11-20T00:00:00", + "age": 23, + "photo": "https://img.infobasket.su/photo/421093.jpg", + "stats": { + "startNum": 16, + "playerNumber": 10, + "role": "Player", + "isStart": false, + "isOnCourt": false, + "points": 8, + "goal2": 1, + "shot2": 1, + "goal3": 2, + "shot3": 2, "goal1": 0, "shot1": 0, "assist": 0, @@ -971,76 +889,182 @@ "steal": 0, "block": 0, "blocked": 0, - "defReb": 0, - "offReb": 0, + "defReb": 1, + "offReb": 2, "foulsOn": 0, - "turnover": 1, - "foul": 4, + "turnover": 0, + "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 440, + "second": 286, "dunk": 0, "fastBreak": 0, - "plusMinus": -5 + "plusMinus": 9 } }, { - "startNum": 14, + "startNum": 17, "teamNumber": 1, - "playerNumber": 27, - "displayNumber": "27", + "playerNumber": 11, + "displayNumber": "11", "startRole": "Player", "position": "PowerForward", "positionName": "Power forward", - "height": 208, - "weight": 101, + "height": 202, + "weight": 100, "countryId": "RU", "countryName": "Russia", - "isCapitan": false, - "personId": 25868, - "lastName": "Lopatin", - "firstName": "Andrey", - "secondName": "Mikhaylovich", - "birthday": "1998-08-27T00:00:00", - "age": 27, - "photo": "https://img.infobasket.su/photo/430327.jpg", + "isCapitan": true, + "personId": 2505, + "lastName": "Antonov", + "firstName": "Semen", + "secondName": "", + "birthday": "1989-07-18T00:00:00", + "age": 36, + "photo": "https://img.infobasket.su/photo/421095.jpg", "stats": { - "startNum": 14, - "playerNumber": 27, + "startNum": 17, + "playerNumber": 11, + "role": "Player", + "isStart": false, + "isOnCourt": false, + "points": 5, + "goal2": 0, + "shot2": 0, + "goal3": 1, + "shot3": 2, + "goal1": 2, + "shot1": 2, + "assist": 0, + "pass": 3, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 0, + "offReb": 0, + "foulsOn": 2, + "turnover": 1, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 986, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 2 + } + }, + { + "startNum": 18, + "teamNumber": 1, + "playerNumber": 17, + "displayNumber": "17", + "startRole": "Player", + "position": "Center", + "positionName": "Center", + "height": 206, + "weight": 104, + "countryId": "FR", + "countryName": "France", + "isCapitan": false, + "personId": 360807, + "lastName": "Jean-Charles", + "firstName": "Livio", + "secondName": null, + "birthday": "1993-11-08T00:00:00", + "age": 31, + "photo": "https://img.infobasket.su/photo/421096.jpg", + "stats": { + "startNum": 18, + "playerNumber": 17, "role": "Player", "isStart": true, "isOnCourt": false, - "points": 15, - "goal2": 6, - "shot2": 6, + "points": 12, + "goal2": 3, + "shot2": 7, "goal3": 0, - "shot3": 2, - "goal1": 3, - "shot1": 4, - "assist": 5, - "pass": 5, - "steal": 2, - "block": 0, - "blocked": 0, - "defReb": 3, + "shot3": 0, + "goal1": 6, + "shot1": 9, + "assist": 1, + "pass": 2, + "steal": 3, + "block": 2, + "blocked": 1, + "defReb": 2, "offReb": 4, - "foulsOn": 2, - "turnover": 4, + "foulsOn": 5, + "turnover": 1, "foul": 1, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1432, - "dunk": 1, + "second": 1083, + "dunk": 0, "fastBreak": 0, - "plusMinus": 16 + "plusMinus": 11 } }, { - "startNum": 20, + "startNum": 21, + "teamNumber": 1, + "playerNumber": 41, + "displayNumber": "41", + "startRole": "Player", + "position": "PowerForward", + "positionName": "Power forward", + "height": 202, + "weight": 100, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 404, + "lastName": "Kurbanov", + "firstName": "Nikita", + "secondName": "Alexandrovich", + "birthday": "1986-10-05T00:00:00", + "age": 39, + "photo": "https://img.infobasket.su/photo/421102.jpg", + "stats": { + "startNum": 21, + "playerNumber": 41, + "role": "Player", + "isStart": false, + "isOnCourt": false, + "points": 6, + "goal2": 1, + "shot2": 2, + "goal3": 1, + "shot3": 1, + "goal1": 1, + "shot1": 1, + "assist": 1, + "pass": 1, + "steal": 1, + "block": 0, + "blocked": 0, + "defReb": 3, + "offReb": 0, + "foulsOn": 1, + "turnover": 1, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 993, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 0 + } + }, + { + "startNum": 22, "teamNumber": 1, "playerNumber": 1, "displayNumber": "1", @@ -1049,18 +1073,18 @@ "positionName": "Coach", "height": null, "weight": null, - "countryId": "HR", - "countryName": "Croatia", + "countryId": "GR", + "countryName": "Greece", "isCapitan": false, - "personId": 145595, - "lastName": "Perasovic", - "firstName": "Velimir", + "personId": 148058, + "lastName": "Pistiolis", + "firstName": "Andreas", "secondName": "", - "birthday": "1965-02-09T00:00:00", - "age": 60, - "photo": "https://img.infobasket.su/photo/430323.jpg", + "birthday": "1978-07-06T00:00:00", + "age": 47, + "photo": "https://img.infobasket.su/photo/421092.jpg", "stats": { - "startNum": 20, + "startNum": 22, "playerNumber": 1, "role": "Coach", "isStart": false, @@ -1081,63 +1105,10 @@ "offReb": 0, "foulsOn": 0, "turnover": 0, - "foul": 0, + "foul": 2, "foulT": 0, "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 0, - "dunk": 0, - "fastBreak": 0, - "plusMinus": 0 - } - }, - { - "startNum": 21, - "teamNumber": 1, - "playerNumber": 2, - "displayNumber": "2", - "startRole": "Coach", - "position": "AssistantCoach", - "positionName": "Assistant Coach", - "height": null, - "weight": null, - "countryId": "HR", - "countryName": "Croatia", - "isCapitan": false, - "personId": 332999, - "lastName": "Karakas", - "firstName": "Milan", - "secondName": null, - "birthday": "1981-04-02T00:00:00", - "age": 44, - "photo": "https://img.infobasket.su/photo/430325.jpg", - "stats": { - "startNum": 21, - "playerNumber": 2, - "role": "Coach", - "isStart": false, - "isOnCourt": false, - "points": 0, - "goal2": 0, - "shot2": 0, - "goal3": 0, - "shot3": 0, - "goal1": 0, - "shot1": 0, - "assist": 0, - "pass": 0, - "steal": 0, - "block": 0, - "blocked": 0, - "defReb": 0, - "offReb": 0, - "foulsOn": 0, - "turnover": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, + "foulC": 2, "foulB": 0, "second": 0, "dunk": 0, @@ -1148,8 +1119,8 @@ { "startNum": 23, "teamNumber": 1, - "playerNumber": 3, - "displayNumber": "3", + "playerNumber": 2, + "displayNumber": "2", "startRole": "Coach", "position": "AssistantCoach", "positionName": "Assistant Coach", @@ -1158,16 +1129,16 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 86, - "lastName": "Bigeev", - "firstName": "Artur", - "secondName": "Vakhitovich", - "birthday": "1985-07-17T00:00:00", - "age": 40, - "photo": "https://img.infobasket.su/photo/430326.jpg", + "personId": 145649, + "lastName": "Godlevskiy", + "firstName": "Denis", + "secondName": "Sergeevich", + "birthday": "1983-05-19T00:00:00", + "age": 42, + "photo": "https://img.infobasket.su/photo/344348.jpg", "stats": { "startNum": 23, - "playerNumber": 3, + "playerNumber": 2, "role": "Coach", "isStart": false, "isOnCourt": false, @@ -1200,111 +1171,57 @@ } ], "total": { - "points": "103", - "goal2": "28", - "shot2": "42", - "goal3": "9", - "shot3": "24", - "goal1": "20", - "shot1": "21", - "assist": "29", - "pass": "32", + "points": "86", + "goal2": "20", + "shot2": "40", + "goal3": "11", + "shot3": "29", + "goal1": "13", + "shot1": "18", + "assist": "21", + "pass": "39", "steal": "10", "block": "3", - "blocked": "0", - "defReb": "19", - "offReb": "14", - "foulsOn": "24", - "turnover": "16", - "foul": "23", + "blocked": "3", + "defReb": "27", + "offReb": "11", + "foulsOn": "26", + "turnover": "12", + "foul": "22", "foulT": "0", "foulD": "0", - "foulC": "0", - "foulB": "0", + "foulC": "2", + "foulB": "1", "second": "12000", - "dunk": "7", - "fastBreak": "6", - "plusMinus": "100", - "pt-1": "20/21", - "pt-2": "28/42", - "pt-3": "9/24", - "fg": "37/66", - "pt-1_pro": "95%", - "pt-2_pro": "67%", + "dunk": "1", + "fastBreak": "2", + "plusMinus": "45", + "pt-1": "13/18", + "pt-2": "20/40", + "pt-3": "11/29", + "fg": "31/69", + "pt-1_pro": "72%", + "pt-2_pro": "50%", "pt-3_pro": "38%", - "fg_pro": "56%", - "Reb": "33", - "avgAge": "26.8", - "ptsStart": "74", - "ptsStart_pro": "72%", - "ptsBench": "29", - "ptsBench_pro": "28%", - "avgHeight": "198.8 cm", - "timeout_left": "2", - "timeout_str": "2 Time-outs left in 2nd half" - }, - "startTotal": { - "points": 74, - "goal2": 24, - "shot2": 33, - "goal3": 6, - "shot3": 15, - "goal1": 8, - "shot1": 9, - "assist": 23, - "pass": 23, - "steal": 8, - "block": 1, - "blocked": 0, - "defReb": 12, - "offReb": 7, - "foulsOn": 12, - "turnover": 8, - "foul": 12, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 7539, - "dunk": 5, - "fastBreak": 0, - "plusMinus": 98 - }, - "benchTotal": { - "points": 29, - "goal2": 4, - "shot2": 9, - "goal3": 3, - "shot3": 9, - "goal1": 12, - "shot1": 12, - "assist": 6, - "pass": 9, - "steal": 2, - "block": 2, - "blocked": 0, - "defReb": 5, - "offReb": 4, - "foulsOn": 12, - "turnover": 8, - "foul": 11, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 4461, - "dunk": 2, - "fastBreak": 0, - "plusMinus": 2 + "fg_pro": "45%", + "Reb": "38", + "avgAge": "30.4", + "ptsStart": "46", + "ptsStart_pro": "53%", + "ptsBench": "40", + "ptsBench_pro": "47%", + "avgHeight": "199.2 cm", + "timeout_left": "1", + "timeout_str": "1 Time-out left in 2nd half" } }, { "teamNumber": 2, - "teamId": 3059, + "teamId": 468, "uniformNumber": 1, "uniformType": 0, "dominantColor": "FFFFFFFF", - "secondColor": "FFFFFFFF", + "secondColor": "FF000000", "borderColor": "FF000000", "numberColor": "FF000000", "starts": [ @@ -1346,10 +1263,10 @@ "steal": 0, "block": 0, "blocked": 0, - "defReb": 2, - "offReb": 0, - "foulsOn": 0, - "turnover": 0, + "defReb": 3, + "offReb": 1, + "foulsOn": 2, + "turnover": 1, "foul": 0, "foulT": 0, "foulD": 0, @@ -1357,85 +1274,138 @@ "foulB": 0, "second": 0, "dunk": 0, - "fastBreak": 4, + "fastBreak": 3, "plusMinus": 0 } }, { - "startNum": 35, + "startNum": 39, "teamNumber": 2, - "playerNumber": 2, - "displayNumber": "2", + "playerNumber": 1, + "displayNumber": "1", "startRole": "Player", "position": "Guard", "positionName": "Guard", - "height": 193, - "weight": 93, + "height": 188, + "weight": 82, "countryId": "US", "countryName": "USA", "isCapitan": false, - "personId": 430506, - "lastName": "Adams", - "firstName": "Brendan", + "personId": 496039, + "lastName": "Gatling", + "firstName": "Shane", "secondName": null, - "birthday": "2000-04-03T00:00:00", - "age": 25, - "photo": "https://img.infobasket.su/photo/430272.jpg", + "birthday": "1998-03-26T00:00:00", + "age": 27, + "photo": "https://img.infobasket.su/photo/430555.jpg", "stats": { - "startNum": 35, - "playerNumber": 2, + "startNum": 39, + "playerNumber": 1, "role": "Player", - "isStart": true, + "isStart": false, "isOnCourt": false, - "points": 20, - "goal2": 3, - "shot2": 6, - "goal3": 4, - "shot3": 7, - "goal1": 2, - "shot1": 2, - "assist": 2, - "pass": 2, - "steal": 0, + "points": 5, + "goal2": 1, + "shot2": 3, + "goal3": 1, + "shot3": 2, + "goal1": 0, + "shot1": 0, + "assist": 3, + "pass": 5, + "steal": 1, "block": 0, - "blocked": 0, - "defReb": 2, - "offReb": 1, - "foulsOn": 6, - "turnover": 6, + "blocked": 1, + "defReb": 0, + "offReb": 0, + "foulsOn": 1, + "turnover": 2, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1909, + "second": 644, "dunk": 0, "fastBreak": 0, - "plusMinus": -17 + "plusMinus": -5 } }, { - "startNum": 31, + "startNum": 38, + "teamNumber": 2, + "playerNumber": 2, + "displayNumber": "2", + "startRole": "Player", + "position": "Forward", + "positionName": "Small forward", + "height": 203, + "weight": 93, + "countryId": "HU", + "countryName": "Hungary", + "isCapitan": false, + "personId": 490798, + "lastName": "Lukacs", + "firstName": "Norbert", + "secondName": null, + "birthday": "2001-05-18T00:00:00", + "age": 24, + "photo": "https://img.infobasket.su/photo/430558.jpg", + "stats": { + "startNum": 38, + "playerNumber": 2, + "role": "Player", + "isStart": false, + "isOnCourt": false, + "points": 5, + "goal2": 1, + "shot2": 2, + "goal3": 0, + "shot3": 0, + "goal1": 3, + "shot1": 3, + "assist": 0, + "pass": 1, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 3, + "offReb": 0, + "foulsOn": 2, + "turnover": 0, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 929, + "dunk": 0, + "fastBreak": 0, + "plusMinus": -13 + } + }, + { + "startNum": 28, "teamNumber": 2, "playerNumber": 3, "displayNumber": "3", "startRole": "Player", - "position": "PowerForward", - "positionName": "Power forward", - "height": 206, - "weight": 89, + "position": "Guard", + "positionName": "Guard", + "height": 182, + "weight": 75, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 102694, - "lastName": "Svinin", - "firstName": "Lev", - "secondName": "Igorevich", - "birthday": "2006-10-09T00:00:00", - "age": 18, - "photo": "https://img.infobasket.su/photo/430278.jpg", + "personId": 54206, + "lastName": "Burinskiy", + "firstName": "Semen", + "secondName": "Dmitrievich", + "birthday": "2005-03-19T00:00:00", + "age": 20, + "photo": "https://img.infobasket.su/photo/430559.jpg", "stats": { - "startNum": 31, + "startNum": 28, "playerNumber": 3, "role": "Player", "isStart": false, @@ -1461,194 +1431,88 @@ "foulD": 0, "foulC": 0, "foulB": 0, - "second": 229, + "second": 75, + "dunk": 0, + "fastBreak": 0, + "plusMinus": -6 + } + }, + { + "startNum": 35, + "teamNumber": 2, + "playerNumber": 7, + "displayNumber": "7", + "startRole": "Player", + "position": "Guard", + "positionName": "Guard", + "height": 192, + "weight": 92, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 31060, + "lastName": "Khomenko", + "firstName": "Alexander", + "secondName": "Dmitrievich", + "birthday": "1999-01-25T00:00:00", + "age": 26, + "photo": "https://img.infobasket.su/photo/430564.jpg", + "stats": { + "startNum": 35, + "playerNumber": 7, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 19, + "goal2": 5, + "shot2": 5, + "goal3": 2, + "shot3": 4, + "goal1": 3, + "shot1": 5, + "assist": 4, + "pass": 10, + "steal": 2, + "block": 0, + "blocked": 0, + "defReb": 5, + "offReb": 1, + "foulsOn": 5, + "turnover": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1730, "dunk": 0, "fastBreak": 0, "plusMinus": -1 } }, { - "startNum": 33, + "startNum": 31, "teamNumber": 2, - "playerNumber": 4, - "displayNumber": "4", - "startRole": "Player", - "position": "Guard", - "positionName": "Guard", - "height": 191, - "weight": 88, - "countryId": "US", - "countryName": "USA", - "isCapitan": false, - "personId": 491404, - "lastName": "Adams", - "firstName": "Jalen", - "secondName": null, - "birthday": "1995-12-11T00:00:00", - "age": 29, - "photo": "https://img.infobasket.su/photo/430279.jpg", - "stats": { - "startNum": 33, - "playerNumber": 4, - "role": "Player", - "isStart": false, - "isOnCourt": false, - "points": 8, - "goal2": 2, - "shot2": 5, - "goal3": 0, - "shot3": 1, - "goal1": 4, - "shot1": 4, - "assist": 3, - "pass": 3, - "steal": 1, - "block": 0, - "blocked": 1, - "defReb": 2, - "offReb": 1, - "foulsOn": 2, - "turnover": 2, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1338, - "dunk": 0, - "fastBreak": 0, - "plusMinus": -22 - } - }, - { - "startNum": 32, - "teamNumber": 2, - "playerNumber": 6, - "displayNumber": "6", - "startRole": "Player", - "position": "PointGuard", - "positionName": "Shooting guard", - "height": 196, - "weight": 90, - "countryId": "US", - "countryName": "USA", - "isCapitan": false, - "personId": 432333, - "lastName": "Sanders", - "firstName": "Victor", - "secondName": null, - "birthday": "1995-02-16T00:00:00", - "age": 30, - "photo": "https://img.infobasket.su/photo/430282.jpg", - "stats": { - "startNum": 32, - "playerNumber": 6, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 11, - "goal2": 3, - "shot2": 5, - "goal3": 1, - "shot3": 3, - "goal1": 2, - "shot1": 4, - "assist": 6, - "pass": 6, - "steal": 5, - "block": 0, - "blocked": 0, - "defReb": 2, - "offReb": 0, - "foulsOn": 5, - "turnover": 4, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 2158, - "dunk": 0, - "fastBreak": 0, - "plusMinus": -6 - } - }, - { - "startNum": 25, - "teamNumber": 2, - "playerNumber": 11, - "displayNumber": "11", - "startRole": "Player", - "position": "PowerForward", - "positionName": "Power forward", - "height": 201, - "weight": 98, - "countryId": "RU", - "countryName": "Russia", - "isCapitan": true, - "personId": 15638, - "lastName": "Ilnitskiy", - "firstName": "Stanislav", - "secondName": "Alexeevich", - "birthday": "1994-02-24T00:00:00", - "age": 31, - "photo": "https://img.infobasket.su/photo/430273.jpg", - "stats": { - "startNum": 25, - "playerNumber": 11, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 2, - "goal2": 1, - "shot2": 1, - "goal3": 0, - "shot3": 0, - "goal1": 0, - "shot1": 0, - "assist": 2, - "pass": 2, - "steal": 1, - "block": 0, - "blocked": 0, - "defReb": 1, - "offReb": 1, - "foulsOn": 2, - "turnover": 0, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 905, - "dunk": 0, - "fastBreak": 0, - "plusMinus": -6 - } - }, - { - "startNum": 30, - "teamNumber": 2, - "playerNumber": 18, - "displayNumber": "18", + "playerNumber": 8, + "displayNumber": "8", "startRole": "Player", "position": "Forward", "positionName": "Small forward", - "height": 202, - "weight": 102, + "height": 208, + "weight": 99, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 57610, - "lastName": "Stafeev", - "firstName": "Mikhail", - "secondName": "Konstantinovich", - "birthday": "2005-01-25T00:00:00", - "age": 20, - "photo": "https://img.infobasket.su/photo/353696.jpg", + "personId": 41495, + "lastName": "Grishaev", + "firstName": "Sergey", + "secondName": "Sergeevich", + "birthday": "2002-11-21T00:00:00", + "age": 22, + "photo": "https://img.infobasket.su/photo/430566.jpg", "stats": { - "startNum": 30, - "playerNumber": 18, + "startNum": 31, + "playerNumber": 8, "role": "Player", "isStart": false, "isOnCourt": false, @@ -1680,272 +1544,378 @@ } }, { - "startNum": 36, + "startNum": 33, "teamNumber": 2, - "playerNumber": 32, - "displayNumber": "32", + "playerNumber": 9, + "displayNumber": "9", "startRole": "Player", "position": "Center", "positionName": "Center", - "height": 208, - "weight": 132, - "countryId": "US", - "countryName": "USA", + "height": 204, + "weight": 125, + "countryId": "RU", + "countryName": "Russia", "isCapitan": false, - "personId": 491405, - "lastName": "Carter", - "firstName": "Terrell", - "secondName": null, - "birthday": "1996-01-06T00:00:00", - "age": 29, - "photo": "https://img.infobasket.su/photo/430274.jpg", + "personId": 28193, + "lastName": "Karpenkov", + "firstName": "Ilya", + "secondName": "Alexeevich", + "birthday": "1997-02-17T00:00:00", + "age": 28, + "photo": "https://img.infobasket.su/photo/430567.jpg", "stats": { - "startNum": 36, - "playerNumber": 32, + "startNum": 33, + "playerNumber": 9, "role": "Player", "isStart": true, "isOnCourt": false, - "points": 6, - "goal2": 2, - "shot2": 4, + "points": 11, + "goal2": 5, + "shot2": 6, "goal3": 0, "shot3": 0, + "goal1": 1, + "shot1": 2, + "assist": 4, + "pass": 5, + "steal": 1, + "block": 1, + "blocked": 1, + "defReb": 2, + "offReb": 2, + "foulsOn": 2, + "turnover": 4, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1625, + "dunk": 0, + "fastBreak": 0, + "plusMinus": -5 + } + }, + { + "startNum": 37, + "teamNumber": 2, + "playerNumber": 11, + "displayNumber": "11", + "startRole": "Player", + "position": "Forward", + "positionName": "Small forward", + "height": 201, + "weight": 96, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 25424, + "lastName": "Platonov", + "firstName": "Ilya", + "secondName": "Alekseevich", + "birthday": "1998-07-31T00:00:00", + "age": 27, + "photo": "https://img.infobasket.su/photo/430552.jpg", + "stats": { + "startNum": 37, + "playerNumber": 11, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 8, + "goal2": 0, + "shot2": 2, + "goal3": 2, + "shot3": 5, "goal1": 2, "shot1": 2, "assist": 1, "pass": 1, "steal": 1, "block": 0, - "blocked": 1, - "defReb": 2, - "offReb": 1, - "foulsOn": 4, - "turnover": 3, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 1146, - "dunk": 0, - "fastBreak": 0, - "plusMinus": -11 - } - }, - { - "startNum": 28, - "teamNumber": 2, - "playerNumber": 35, - "displayNumber": "35", - "startRole": "Player", - "position": "Center", - "positionName": "Center", - "height": 210, - "weight": 104, - "countryId": "RU", - "countryName": "Russia", - "isCapitan": false, - "personId": 40552, - "lastName": "Shashkov", - "firstName": "Alexandr", - "secondName": "Alexandrovich", - "birthday": "2000-02-26T00:00:00", - "age": 25, - "photo": "https://img.infobasket.su/photo/430276.jpg", - "stats": { - "startNum": 28, - "playerNumber": 35, - "role": "Player", - "isStart": true, - "isOnCourt": false, - "points": 12, - "goal2": 3, - "shot2": 5, - "goal3": 2, - "shot3": 2, - "goal1": 0, - "shot1": 0, - "assist": 2, - "pass": 2, - "steal": 1, - "block": 0, "blocked": 0, "defReb": 1, - "offReb": 1, - "foulsOn": 0, - "turnover": 1, + "offReb": 0, + "foulsOn": 1, + "turnover": 2, "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1068, - "dunk": 2, + "second": 1964, + "dunk": 0, "fastBreak": 0, - "plusMinus": -26 + "plusMinus": -6 } }, { - "startNum": 27, + "startNum": 30, "teamNumber": 2, - "playerNumber": 61, - "displayNumber": "61", + "playerNumber": 12, + "displayNumber": "12", "startRole": "Player", "position": "Center", "positionName": "Center", - "height": 208, - "weight": 104, - "countryId": "RU", - "countryName": "Russia", + "height": 209, + "weight": 113, + "countryId": "US", + "countryName": "USA", "isCapitan": false, - "personId": 52397, - "lastName": "Firsov", - "firstName": "Gleb", - "secondName": "", - "birthday": "2005-01-17T00:00:00", - "age": 20, - "photo": "https://img.infobasket.su/photo/430281.jpg", + "personId": 490795, + "lastName": "Dean", + "firstName": "Hunter", + "secondName": null, + "birthday": "2001-06-18T00:00:00", + "age": 24, + "photo": "https://img.infobasket.su/photo/430553.jpg", "stats": { - "startNum": 27, - "playerNumber": 61, + "startNum": 30, + "playerNumber": 12, "role": "Player", "isStart": false, "isOnCourt": false, - "points": 16, - "goal2": 7, - "shot2": 9, + "points": 7, + "goal2": 3, + "shot2": 5, "goal3": 0, "shot3": 0, - "goal1": 2, - "shot1": 4, - "assist": 2, - "pass": 2, + "goal1": 1, + "shot1": 2, + "assist": 0, + "pass": 0, "steal": 0, "block": 0, "blocked": 0, - "defReb": 1, - "offReb": 3, - "foulsOn": 2, + "defReb": 3, + "offReb": 1, + "foulsOn": 1, "turnover": 1, - "foul": 3, + "foul": 1, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1057, + "second": 775, "dunk": 2, "fastBreak": 0, - "plusMinus": -9 + "plusMinus": -4 } }, { - "startNum": 24, + "startNum": 34, "teamNumber": 2, - "playerNumber": 70, - "displayNumber": "70", + "playerNumber": 13, + "displayNumber": "13", "startRole": "Player", "position": "Guard", "positionName": "Guard", - "height": 194, + "height": 190, "weight": 86, "countryId": "RU", "countryName": "Russia", - "isCapitan": false, - "personId": 57608, - "lastName": "Egorov", - "firstName": "Ivan", - "secondName": "", - "birthday": "2005-06-18T00:00:00", - "age": 20, - "photo": "https://img.infobasket.su/photo/430283.jpg", + "isCapitan": true, + "personId": 2133, + "lastName": "Khvostov", + "firstName": "Dmitrii", + "secondName": "Grigorievich", + "birthday": "1989-08-21T00:00:00", + "age": 36, + "photo": "https://img.infobasket.su/photo/430554.jpg", "stats": { - "startNum": 24, - "playerNumber": 70, + "startNum": 34, + "playerNumber": 13, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 11, + "goal2": 1, + "shot2": 2, + "goal3": 3, + "shot3": 6, + "goal1": 0, + "shot1": 0, + "assist": 2, + "pass": 7, + "steal": 0, + "block": 0, + "blocked": 0, + "defReb": 3, + "offReb": 0, + "foulsOn": 3, + "turnover": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1269, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 8 + } + }, + { + "startNum": 36, + "teamNumber": 2, + "playerNumber": 21, + "displayNumber": "21", + "startRole": "Player", + "position": "PowerForward", + "positionName": "Power forward", + "height": 203, + "weight": 104, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 46431, + "lastName": "Popov", + "firstName": "Kirill", + "secondName": "", + "birthday": "1998-05-21T00:00:00", + "age": 27, + "photo": "https://img.infobasket.su/photo/430557.jpg", + "stats": { + "startNum": 36, + "playerNumber": 21, + "role": "Player", + "isStart": true, + "isOnCourt": false, + "points": 9, + "goal2": 0, + "shot2": 3, + "goal3": 2, + "shot3": 5, + "goal1": 3, + "shot1": 3, + "assist": 2, + "pass": 4, + "steal": 1, + "block": 2, + "blocked": 0, + "defReb": 7, + "offReb": 0, + "foulsOn": 4, + "turnover": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "second": 1907, + "dunk": 0, + "fastBreak": 0, + "plusMinus": 1 + } + }, + { + "startNum": 52, + "teamNumber": 2, + "playerNumber": 24, + "displayNumber": "24", + "startRole": "Player", + "position": "Guard", + "positionName": "Guard", + "height": 188, + "weight": 60, + "countryId": "RU", + "countryName": "Russia", + "isCapitan": false, + "personId": 113427, + "lastName": "Shenderov", + "firstName": "Alexandr", + "secondName": "Yurevich", + "birthday": "2007-12-06T00:00:00", + "age": 17, + "photo": "https://img.infobasket.su/photo/434652.jpg", + "stats": { + "startNum": 52, + "playerNumber": 24, "role": "Player", "isStart": false, "isOnCourt": false, "points": 2, "goal2": 1, - "shot2": 3, + "shot2": 2, "goal3": 0, "shot3": 2, "goal1": 0, "shot1": 0, - "assist": 3, - "pass": 3, + "assist": 0, + "pass": 0, "steal": 0, "block": 0, "blocked": 0, - "defReb": 0, + "defReb": 1, "offReb": 0, - "foulsOn": 1, - "turnover": 1, + "foulsOn": 0, + "turnover": 0, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1100, + "second": 568, "dunk": 0, "fastBreak": 0, - "plusMinus": -8 + "plusMinus": -1 } }, { - "startNum": 26, + "startNum": 32, "teamNumber": 2, - "playerNumber": 93, - "displayNumber": "93", + "playerNumber": 55, + "displayNumber": "55", "startRole": "Player", - "position": "Forward", - "positionName": "Small forward", - "height": 203, - "weight": 97, + "position": "PointGuard", + "positionName": "Shooting guard", + "height": 192, + "weight": 82, "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 15749, - "lastName": "Zakharov", - "firstName": "Aleksandr", - "secondName": "Andreevich", - "birthday": "1993-06-12T00:00:00", - "age": 32, - "photo": "https://img.infobasket.su/photo/430284.jpg", + "personId": 53012, + "lastName": "Zotkin", + "firstName": "Sergey", + "secondName": "Sergeevich", + "birthday": "2003-09-09T00:00:00", + "age": 22, + "photo": "https://img.infobasket.su/photo/430562.jpg", "stats": { - "startNum": 26, - "playerNumber": 93, + "startNum": 32, + "playerNumber": 55, "role": "Player", "isStart": false, "isOnCourt": false, - "points": 6, - "goal2": 3, - "shot2": 5, + "points": 0, + "goal2": 0, + "shot2": 3, "goal3": 0, - "shot3": 2, + "shot3": 1, "goal1": 0, "shot1": 0, - "assist": 3, - "pass": 3, + "assist": 2, + "pass": 4, "steal": 0, "block": 0, "blocked": 1, - "defReb": 2, + "defReb": 0, "offReb": 0, "foulsOn": 1, - "turnover": 1, - "foul": 2, + "turnover": 0, + "foul": 1, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "second": 1090, + "second": 514, "dunk": 0, "fastBreak": 0, - "plusMinus": 6 + "plusMinus": -13 } }, { - "startNum": 37, + "startNum": 40, "teamNumber": 2, "playerNumber": 1, "displayNumber": "1", @@ -1957,15 +1927,15 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 130931, - "lastName": "Pashutin", - "firstName": "Evgeny", - "secondName": "", - "birthday": "1969-02-06T00:00:00", - "age": 56, - "photo": "https://img.infobasket.su/photo/430268.jpg", + "personId": 1403, + "lastName": "Kozin", + "firstName": "Sergey", + "secondName": "Igorevich", + "birthday": "1984-03-21T00:00:00", + "age": 41, + "photo": "https://img.infobasket.su/photo/430570.jpg", "stats": { - "startNum": 37, + "startNum": 40, "playerNumber": 1, "role": "Coach", "isStart": false, @@ -1998,7 +1968,7 @@ } }, { - "startNum": 38, + "startNum": 41, "teamNumber": 2, "playerNumber": 2, "displayNumber": "2", @@ -2010,15 +1980,15 @@ "countryId": "RU", "countryName": "Russia", "isCapitan": false, - "personId": 128427, - "lastName": "Pashutin", - "firstName": "Zakhar", - "secondName": "", - "birthday": "1974-05-03T00:00:00", - "age": 51, - "photo": "https://img.infobasket.su/photo/430270.jpg", + "personId": 128924, + "lastName": "Gorelovskiy", + "firstName": "Roman", + "secondName": "Vasilevich", + "birthday": "1983-03-16T00:00:00", + "age": 42, + "photo": "https://img.infobasket.su/photo/430568.jpg", "stats": { - "startNum": 38, + "startNum": 41, "playerNumber": 2, "role": "Coach", "isStart": false, @@ -2052,102 +2022,48 @@ } ], "total": { - "points": "83", - "goal2": "25", - "shot2": "43", - "goal3": "7", - "shot3": "17", - "goal1": "12", - "shot1": "16", - "assist": "24", - "pass": "24", - "steal": "9", - "block": "0", + "points": "77", + "goal2": "17", + "shot2": "33", + "goal3": "10", + "shot3": "25", + "goal1": "13", + "shot1": "17", + "assist": "18", + "pass": "37", + "steal": "6", + "block": "3", "blocked": "3", - "defReb": "15", - "offReb": "8", - "foulsOn": "23", - "turnover": "19", - "foul": "24", + "defReb": "28", + "offReb": "5", + "foulsOn": "22", + "turnover": "17", + "foul": "26", "foulT": "0", "foulD": "0", "foulC": "0", "foulB": "0", "second": "12000", - "dunk": "4", - "fastBreak": "4", - "plusMinus": "-100", - "pt-1": "12/16", - "pt-2": "25/43", - "pt-3": "7/17", - "fg": "32/60", - "pt-1_pro": "75%", - "pt-2_pro": "58%", - "pt-3_pro": "41%", - "fg_pro": "53%", - "Reb": "23", - "avgAge": "25.4", - "ptsStart": "51", - "ptsStart_pro": "61%", - "ptsBench": "32", - "ptsBench_pro": "39%", - "avgHeight": "201.1 cm", + "dunk": "2", + "fastBreak": "3", + "plusMinus": "-45", + "pt-1": "13/17", + "pt-2": "17/33", + "pt-3": "10/25", + "fg": "27/58", + "pt-1_pro": "76%", + "pt-2_pro": "52%", + "pt-3_pro": "40%", + "fg_pro": "47%", + "Reb": "33", + "avgAge": "25.0", + "ptsStart": "58", + "ptsStart_pro": "75%", + "ptsBench": "19", + "ptsBench_pro": "25%", + "avgHeight": "196.7 cm", "timeout_left": "1", "timeout_str": "1 Time-out left in 2nd half" - }, - "startTotal": { - "points": 51, - "goal2": 12, - "shot2": 21, - "goal3": 7, - "shot3": 12, - "goal1": 6, - "shot1": 8, - "assist": 13, - "pass": 13, - "steal": 8, - "block": 0, - "blocked": 1, - "defReb": 8, - "offReb": 4, - "foulsOn": 17, - "turnover": 14, - "foul": 14, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 7186, - "dunk": 2, - "fastBreak": 0, - "plusMinus": -66 - }, - "benchTotal": { - "points": 32, - "goal2": 13, - "shot2": 22, - "goal3": 0, - "shot3": 5, - "goal1": 6, - "shot1": 8, - "assist": 11, - "pass": 11, - "steal": 1, - "block": 0, - "blocked": 2, - "defReb": 5, - "offReb": 4, - "foulsOn": 6, - "turnover": 5, - "foul": 10, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "second": 4814, - "dunk": 2, - "fastBreak": 0, - "plusMinus": -34 } } ], @@ -2173,103 +2089,88 @@ "sec": 0, "sort": 0, "startNum": 0, - "play": 59, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 3, - "period": 1, - "sec": 0, - "sort": 0, - "startNum": 0, "play": 21, "zone": null, "x": null, "y": null, - "start": 1759070934, - "stop": 1759070954, + "start": 1760544876, + "stop": 1760544896, "hl": 0, "children": [ { - "num": 4, + "num": 3, "sort": 1, - "startNum": 35, - "parent": 3, + "startNum": 8, + "parent": 2, + "play": 8 + }, + { + "num": 4, + "sort": 2, + "startNum": 10, + "parent": 2, "play": 8 }, { "num": 5, - "sort": 2, - "startNum": 32, - "parent": 3, + "sort": 3, + "startNum": 13, + "parent": 2, "play": 8 }, { "num": 6, - "sort": 3, - "startNum": 25, - "parent": 3, + "sort": 4, + "startNum": 14, + "parent": 2, "play": 8 }, { "num": 7, - "sort": 4, - "startNum": 36, - "parent": 3, + "sort": 5, + "startNum": 18, + "parent": 2, "play": 8 }, { "num": 8, - "sort": 5, - "startNum": 28, - "parent": 3, + "sort": 6, + "startNum": 35, + "parent": 2, "play": 8 }, { "num": 9, - "sort": 6, - "startNum": 8, - "parent": 3, + "sort": 7, + "startNum": 33, + "parent": 2, "play": 8 }, { "num": 10, - "sort": 7, - "startNum": 17, - "parent": 3, + "sort": 8, + "startNum": 37, + "parent": 2, "play": 8 }, { "num": 11, - "sort": 8, - "startNum": 18, - "parent": 3, + "sort": 9, + "startNum": 34, + "parent": 2, "play": 8 }, { "num": 12, - "sort": 9, - "startNum": 13, - "parent": 3, - "play": 8 - }, - { - "num": 13, "sort": 10, - "startNum": 14, - "parent": 3, + "startNum": 36, + "parent": 2, "play": 8 } ] }, { - "num": 14, + "num": 13, "period": 1, "sec": 0, "sort": 0, @@ -2284,7 +2185,7 @@ "children": [] }, { - "num": 15, + "num": 14, "period": 1, "sec": 0, "sort": 0, @@ -2299,22 +2200,7 @@ "children": [] }, { - "num": 17, - "period": 1, - "sec": 0, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 16, + "num": 15, "period": 1, "sec": 0, "sort": 0, @@ -2328,288 +2214,251 @@ "hl": 0, "children": [ { - "num": 18, + "num": 17, "sort": 1, "startNum": 1, - "parent": 16, + "parent": 15, "play": 24 } ] }, + { + "num": 16, + "period": 1, + "sec": 0, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 18, + "period": 1, + "sec": 80, + "sort": 0, + "startNum": 18, + "play": 5, + "zone": 1, + "x": 18, + "y": 7, + "start": 1760545836, + "stop": 1760545856, + "hl": 0, + "children": [ + { + "num": 20, + "sort": 2, + "startNum": 18, + "parent": 18, + "play": 32 + }, + { + "num": 21, + "sort": 3, + "startNum": 13, + "parent": 18, + "play": 25 + } + ] + }, { "num": 19, "period": 1, - "sec": 140, - "sort": 0, - "startNum": 14, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759071780, - "stop": 1759071800, - "hl": 0, - "children": [] - }, - { - "num": 20, - "period": 1, - "sec": 140, + "sec": 80, "sort": 1, - "startNum": 32, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759071780, - "stop": 1759071800, + "startNum": 36, + "play": 27, + "zone": 1, + "x": 18, + "y": 7, + "start": 1760545836, + "stop": 1760545856, "hl": 0, "children": [] }, { "num": 22, "period": 1, - "sec": 170, - "sort": 0, - "startNum": 28, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759071783, - "stop": 1759071803, - "hl": 0, - "children": [] - }, - { - "num": 21, - "period": 1, - "sec": 170, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 80, + "sort": 4, + "startNum": 33, + "play": 28, + "zone": 1, + "x": 18, + "y": 7, + "start": 1760545836, + "stop": 1760545856, "hl": 0, "children": [] }, { "num": 23, "period": 1, - "sec": 170, + "sec": 270, "sort": 0, - "startNum": 0, - "play": 69, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 24, - "period": 1, - "sec": 170, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 25, - "period": 1, - "sec": 330, - "sort": 0, - "startNum": 13, - "play": 3, - "zone": 9, - "x": -12, - "y": 73, - "start": 1759071808, - "stop": 1759071828, + "startNum": 33, + "play": 2, + "zone": 1, + "x": 14, + "y": 1, + "start": 1760545856, + "stop": 1760545876, "hl": 0, "children": [ { - "num": 26, + "num": 24, "sort": 1, - "startNum": 13, - "parent": 25, - "play": 31 + "startNum": 33, + "parent": 23, + "play": 35 }, { - "num": 27, + "num": 25, "sort": 2, - "startNum": 8, - "parent": 25, + "startNum": 34, + "parent": 23, "play": 25 }, { - "num": 28, + "num": 26, "sort": 3, - "startNum": 2, - "parent": 25, + "startNum": 1, + "parent": 23, "play": 24 } ] }, + { + "num": 27, + "period": 1, + "sec": 360, + "sort": 0, + "startNum": 8, + "play": 5, + "zone": 2, + "x": -13, + "y": 10, + "start": 1760545864, + "stop": 1760545884, + "hl": 0, + "children": [ + { + "num": 29, + "sort": 2, + "startNum": 8, + "parent": 27, + "play": 32 + } + ] + }, + { + "num": 28, + "period": 1, + "sec": 360, + "sort": 1, + "startNum": 33, + "play": 27, + "zone": 2, + "x": -13, + "y": 10, + "start": 1760545864, + "stop": 1760545884, + "hl": 0, + "children": [] + }, + { + "num": 30, + "period": 1, + "sec": 360, + "sort": 3, + "startNum": 37, + "play": 28, + "zone": 2, + "x": -13, + "y": 10, + "start": 1760545864, + "stop": 1760545884, + "hl": 0, + "children": [] + }, { "num": 31, "period": 1, - "sec": 470, + "sec": 450, "sort": 0, - "startNum": 0, - "play": 70, + "startNum": 35, + "play": 20, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 33, - "period": 1, - "sec": 470, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 34, - "period": 1, - "sec": 470, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "start": 1760545874, + "stop": 1760545894, "hl": 0, "children": [] }, { "num": 32, "period": 1, - "sec": 470, - "sort": 0, - "startNum": 2, - "play": 24, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 35, - "period": 1, - "sec": 470, - "sort": 0, - "startNum": 13, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759071806, - "stop": 1759071836, - "hl": 0, - "children": [ - { - "num": 36, - "sort": 1, - "startNum": 35, - "parent": 35, - "play": 50 - } - ] - }, - { - "num": 37, - "period": 1, - "sec": 470, - "sort": 0, - "startNum": 0, - "play": 69, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 38, - "period": 1, - "sec": 470, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 39, - "period": 1, - "sec": 600, - "sort": 0, - "startNum": 36, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759071854, - "stop": 1759071874, - "hl": 0, - "children": [] - }, - { - "num": 40, - "period": 1, - "sec": 600, + "sec": 450, "sort": 1, - "startNum": 17, + "startNum": 10, "play": 26, "zone": null, "x": null, "y": null, - "start": 1759071854, - "stop": 1759071874, + "start": 1760545874, + "stop": 1760545894, "hl": 0, "children": [] }, { - "num": 41, + "num": 33, "period": 1, - "sec": 730, + "sec": 580, + "sort": 0, + "startNum": 13, + "play": 5, + "zone": 1, + "x": 4, + "y": 13, + "start": 1760545887, + "stop": 1760545907, + "hl": 0, + "children": [ + { + "num": 34, + "sort": 1, + "startNum": 13, + "parent": 33, + "play": 32 + } + ] + }, + { + "num": 35, + "period": 1, + "sec": 580, + "sort": 2, + "startNum": 34, + "play": 28, + "zone": 1, + "x": 4, + "y": 13, + "start": 1760545887, + "stop": 1760545907, + "hl": 0, + "children": [] + }, + { + "num": 36, + "period": 1, + "sec": 670, "sort": 0, "startNum": 0, "play": 70, @@ -2622,85 +2471,32 @@ "children": [] }, { - "num": 42, + "num": 37, "period": 1, - "sec": 730, + "sec": 670, "sort": 0, - "startNum": 17, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759071877, - "stop": 1759071897, - "hl": 0, - "children": [ - { - "num": 43, - "sort": 1, - "startNum": 17, - "parent": 42, - "play": 32 - }, - { - "num": 44, - "sort": 2, - "startNum": 8, - "parent": 42, - "play": 25 - } - ] - }, - { - "num": 45, - "period": 1, - "sec": 730, - "sort": 0, - "startNum": 32, + "startNum": 8, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759071857, - "stop": 1759071887, + "start": 1760545895, + "stop": 1760545925, "hl": 0, "children": [ { - "num": 46, + "num": 38, "sort": 1, - "startNum": 17, - "parent": 45, - "play": 51 + "startNum": 36, + "parent": 37, + "play": 50 } ] }, { - "num": 47, + "num": 39, "period": 1, - "sec": 730, - "sort": 0, - "startNum": 17, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759071897, - "stop": 1759071917, - "hl": 0, - "children": [ - { - "num": 48, - "sort": 1, - "startNum": 2, - "parent": 47, - "play": 24 - } - ] - }, - { - "num": 49, - "period": 1, - "sec": 730, + "sec": 670, "sort": 0, "startNum": 0, "play": 71, @@ -2713,132 +2509,222 @@ "children": [] }, { - "num": 50, + "num": 40, "period": 1, - "sec": 890, + "sec": 680, "sort": 0, - "startNum": 36, - "play": 2, - "zone": 1, - "x": 2, - "y": 1, - "start": 1759071920, - "stop": 1759071940, + "startNum": 37, + "play": 5, + "zone": 6, + "x": -45, + "y": 6, + "start": 1760545927, + "stop": 1760545947, "hl": 0, "children": [ { - "num": 51, + "num": 41, "sort": 1, - "startNum": 36, - "parent": 50, + "startNum": 37, + "parent": 40, + "play": 31 + }, + { + "num": 42, + "sort": 2, + "startNum": 34, + "parent": 40, + "play": 25 + } + ] + }, + { + "num": 43, + "period": 1, + "sec": 680, + "sort": 3, + "startNum": 18, + "play": 28, + "zone": 6, + "x": -45, + "y": 6, + "start": 1760545927, + "stop": 1760545947, + "hl": 0, + "children": [] + }, + { + "num": 44, + "period": 1, + "sec": 850, + "sort": 0, + "startNum": 13, + "play": 2, + "zone": 2, + "x": -19, + "y": 10, + "start": 1760545943, + "stop": 1760545963, + "hl": 0, + "children": [ + { + "num": 45, + "sort": 1, + "startNum": 13, + "parent": 44, "play": 32 }, { - "num": 52, + "num": 46, "sort": 2, + "startNum": 2, + "parent": 44, + "play": 24 + } + ] + }, + { + "num": 47, + "period": 1, + "sec": 1090, + "sort": 0, + "startNum": 35, + "play": 6, + "zone": 8, + "x": 56, + "y": 46, + "start": 1760545965, + "stop": 1760545985, + "hl": 0, + "children": [ + { + "num": 48, + "sort": 1, "startNum": 35, - "parent": 50, + "parent": 47, + "play": 31 + }, + { + "num": 49, + "sort": 2, + "startNum": 34, + "parent": 47, "play": 25 + } + ] + }, + { + "num": 50, + "period": 1, + "sec": 1090, + "sort": 3, + "startNum": 8, + "play": 28, + "zone": 8, + "x": 56, + "y": 46, + "start": 1760545965, + "stop": 1760545985, + "hl": 0, + "children": [] + }, + { + "num": 51, + "period": 1, + "sec": 1180, + "sort": 0, + "startNum": 14, + "play": 6, + "zone": 8, + "x": 51, + "y": 55, + "start": 1760545976, + "stop": 1760545996, + "hl": 0, + "children": [ + { + "num": 52, + "sort": 1, + "startNum": 14, + "parent": 51, + "play": 31 }, { "num": 53, - "sort": 3, - "startNum": 1, - "parent": 50, - "play": 24 + "sort": 2, + "startNum": 8, + "parent": 51, + "play": 25 } ] }, { "num": 54, "period": 1, - "sec": 1030, - "sort": 0, - "startNum": 13, - "play": 6, - "zone": 9, - "x": 4, - "y": 75, - "start": 1759071933, - "stop": 1759071953, - "hl": 0, - "children": [ - { - "num": 55, - "sort": 1, - "startNum": 13, - "parent": 54, - "play": 31 - } - ] - }, - { - "num": 56, - "period": 1, - "sec": 1030, - "sort": 2, - "startNum": 17, + "sec": 1180, + "sort": 3, + "startNum": 34, "play": 28, - "zone": 9, - "x": 4, - "y": 75, - "start": 1759071933, - "stop": 1759071953, + "zone": 8, + "x": 51, + "y": 55, + "start": 1760545976, + "stop": 1760545996, "hl": 0, "children": [] }, { - "num": 57, + "num": 55, "period": 1, - "sec": 1040, + "sec": 1270, "sort": 0, - "startNum": 17, - "play": 2, - "zone": 1, - "x": 12, - "y": 1, - "start": 1759071936, - "stop": 1759071956, + "startNum": 37, + "play": 6, + "zone": 8, + "x": 56, + "y": 52, + "start": 1760545986, + "stop": 1760546006, "hl": 0, "children": [ { - "num": 58, + "num": 56, "sort": 1, - "startNum": 17, - "parent": 57, - "play": 33 + "startNum": 37, + "parent": 55, + "play": 31 }, { - "num": 59, + "num": 57, "sort": 2, - "startNum": 2, - "parent": 57, - "play": 24 + "startNum": 35, + "parent": 55, + "play": 25 } ] }, { - "num": 61, + "num": 58, "period": 1, - "sec": 1160, - "sort": 0, - "startNum": 32, - "play": 15, - "zone": null, - "x": null, - "y": null, - "start": 1759071951, - "stop": 1759071971, + "sec": 1270, + "sort": 3, + "startNum": 14, + "play": 28, + "zone": 8, + "x": 56, + "y": 52, + "start": 1760545986, + "stop": 1760546006, "hl": 0, "children": [] }, { - "num": 62, + "num": 59, "period": 1, - "sec": 1160, + "sec": 1300, "sort": 0, "startNum": 0, - "play": 71, + "play": 70, "zone": null, "x": null, "y": null, @@ -2850,10 +2736,10 @@ { "num": 60, "period": 1, - "sec": 1170, + "sec": 1300, "sort": 0, "startNum": 0, - "play": 70, + "play": 71, "zone": null, "x": null, "y": null, @@ -2863,136 +2749,9 @@ "children": [] }, { - "num": 63, + "num": 61, "period": 1, - "sec": 1350, - "sort": 0, - "startNum": 8, - "play": 3, - "zone": 8, - "x": 45, - "y": 53, - "start": 1759071976, - "stop": 1759071996, - "hl": 0, - "children": [ - { - "num": 64, - "sort": 1, - "startNum": 8, - "parent": 63, - "play": 31 - }, - { - "num": 65, - "sort": 2, - "startNum": 14, - "parent": 63, - "play": 25 - }, - { - "num": 66, - "sort": 3, - "startNum": 2, - "parent": 63, - "play": 24 - } - ] - }, - { - "num": 67, - "period": 1, - "sec": 1600, - "sort": 0, - "startNum": 36, - "play": 5, - "zone": 3, - "x": 6, - "y": 16, - "start": 1759072001, - "stop": 1759072021, - "hl": 0, - "children": [ - { - "num": 68, - "sort": 1, - "startNum": 36, - "parent": 67, - "play": 32 - } - ] - }, - { - "num": 69, - "period": 1, - "sec": 1600, - "sort": 2, - "startNum": 18, - "play": 28, - "zone": 3, - "x": 6, - "y": 16, - "start": 1759072001, - "stop": 1759072021, - "hl": 0, - "children": [] - }, - { - "num": 70, - "period": 1, - "sec": 1660, - "sort": 0, - "startNum": 14, - "play": 2, - "zone": 11, - "x": -64, - "y": 1, - "start": 1759072011, - "stop": 1759072031, - "hl": 0, - "children": [ - { - "num": 71, - "sort": 1, - "startNum": 14, - "parent": 70, - "play": 31 - }, - { - "num": 72, - "sort": 2, - "startNum": 13, - "parent": 70, - "play": 25 - }, - { - "num": 73, - "sort": 3, - "startNum": 2, - "parent": 70, - "play": 24 - } - ] - }, - { - "num": 75, - "period": 1, - "sec": 1660, - "sort": 0, - "startNum": 2, - "play": 23, - "zone": null, - "x": null, - "y": null, - "start": 1759072022, - "stop": 1759072092, - "hl": 0, - "children": [] - }, - { - "num": 77, - "period": 1, - "sec": 1660, + "sec": 1300, "sort": 0, "startNum": 0, "play": 69, @@ -3005,9 +2764,190 @@ "children": [] }, { - "num": 81, + "num": 62, "period": 1, - "sec": 1660, + "sec": 1350, + "sort": 0, + "startNum": 18, + "play": 20, + "zone": null, + "x": null, + "y": null, + "start": 1760545996, + "stop": 1760546016, + "hl": 0, + "children": [] + }, + { + "num": 63, + "period": 1, + "sec": 1350, + "sort": 1, + "startNum": 35, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760545996, + "stop": 1760546016, + "hl": 0, + "children": [] + }, + { + "num": 64, + "period": 1, + "sec": 1420, + "sort": 0, + "startNum": 34, + "play": 3, + "zone": 11, + "x": -70, + "y": 1, + "start": 1760546001, + "stop": 1760546021, + "hl": 0, + "children": [ + { + "num": 65, + "sort": 1, + "startNum": 34, + "parent": 64, + "play": 31 + }, + { + "num": 66, + "sort": 2, + "startNum": 36, + "parent": 64, + "play": 25 + }, + { + "num": 67, + "sort": 3, + "startNum": 1, + "parent": 64, + "play": 24 + } + ] + }, + { + "num": 68, + "period": 1, + "sec": 1550, + "sort": 0, + "startNum": 8, + "play": 6, + "zone": 8, + "x": 53, + "y": 49, + "start": 1760546016, + "stop": 1760546036, + "hl": 0, + "children": [ + { + "num": 69, + "sort": 1, + "startNum": 8, + "parent": 68, + "play": 31 + } + ] + }, + { + "num": 70, + "period": 1, + "sec": 1550, + "sort": 2, + "startNum": 36, + "play": 28, + "zone": 8, + "x": 53, + "y": 49, + "start": 1760546016, + "stop": 1760546036, + "hl": 0, + "children": [] + }, + { + "num": 71, + "period": 1, + "sec": 1770, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 72, + "period": 1, + "sec": 1770, + "sort": 0, + "startNum": 13, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546017, + "stop": 1760546047, + "hl": 0, + "children": [ + { + "num": 73, + "sort": 1, + "startNum": 36, + "parent": 72, + "play": 52 + } + ] + }, + { + "num": 74, + "period": 1, + "sec": 1770, + "sort": 0, + "startNum": 36, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760546067, + "stop": 1760546087, + "hl": 0, + "children": [] + }, + { + "num": 75, + "period": 1, + "sec": 1770, + "sort": 0, + "startNum": 36, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760546077, + "stop": 1760546097, + "hl": 0, + "children": [ + { + "num": 76, + "sort": 1, + "startNum": 1, + "parent": 75, + "play": 24 + } + ] + }, + { + "num": 77, + "period": 1, + "sec": 1770, "sort": 0, "startNum": 0, "play": 71, @@ -3022,37 +2962,104 @@ { "num": 78, "period": 1, - "sec": 1660, + "sec": 1920, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759072115, - "stop": 1759072135, + "startNum": 13, + "play": 3, + "zone": 8, + "x": 58, + "y": 39, + "start": 1760546100, + "stop": 1760546120, "hl": 0, "children": [ { "num": 79, "sort": 1, - "startNum": 26, + "startNum": 13, "parent": 78, - "play": 8 + "play": 31 }, { "num": 80, "sort": 2, - "startNum": 28, + "startNum": 18, "parent": 78, - "play": 9 + "play": 25 + }, + { + "num": 81, + "sort": 3, + "startNum": 2, + "parent": 78, + "play": 24 } ] }, { - "num": 74, + "num": 82, "period": 1, - "sec": 1700, + "sec": 2190, + "sort": 0, + "startNum": 33, + "play": 5, + "zone": 3, + "x": 0, + "y": 15, + "start": 1760546127, + "stop": 1760546147, + "hl": 0, + "children": [ + { + "num": 83, + "sort": 1, + "startNum": 33, + "parent": 82, + "play": 32 + }, + { + "num": 84, + "sort": 2, + "startNum": 34, + "parent": 82, + "play": 25 + } + ] + }, + { + "num": 85, + "period": 1, + "sec": 2190, + "sort": 3, + "startNum": 13, + "play": 28, + "zone": 3, + "x": 0, + "y": 15, + "start": 1760546127, + "stop": 1760546147, + "hl": 0, + "children": [] + }, + { + "num": 89, + "period": 1, + "sec": 2190, + "sort": 4, + "startNum": 18, + "play": 27, + "zone": 3, + "x": 0, + "y": 15, + "start": 1760546127, + "stop": 1760546147, + "hl": 0, + "children": [] + }, + { + "num": 86, + "period": 1, + "sec": 2250, "sort": 0, "startNum": 0, "play": 70, @@ -3065,9 +3072,32 @@ "children": [] }, { - "num": 76, + "num": 87, "period": 1, - "sec": 1700, + "sec": 2250, + "sort": 0, + "startNum": 36, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546115, + "stop": 1760546145, + "hl": 0, + "children": [ + { + "num": 88, + "sort": 1, + "startNum": 13, + "parent": 87, + "play": 50 + } + ] + }, + { + "num": 90, + "period": 1, + "sec": 2250, "sort": 0, "startNum": 0, "play": 69, @@ -3079,169 +3109,55 @@ "hl": 0, "children": [] }, - { - "num": 82, - "period": 1, - "sec": 1760, - "sort": 0, - "startNum": 35, - "play": 5, - "zone": 1, - "x": 5, - "y": 9, - "start": 1759072125, - "stop": 1759072145, - "hl": 0, - "children": [ - { - "num": 83, - "sort": 1, - "startNum": 35, - "parent": 82, - "play": 32 - } - ] - }, - { - "num": 84, - "period": 1, - "sec": 1760, - "sort": 2, - "startNum": 8, - "play": 28, - "zone": 1, - "x": 5, - "y": 9, - "start": 1759072125, - "stop": 1759072145, - "hl": 0, - "children": [] - }, - { - "num": 85, - "period": 1, - "sec": 1820, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 86, - "period": 1, - "sec": 1860, - "sort": 0, - "startNum": 25, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072116, - "stop": 1759072146, - "hl": 0, - "children": [ - { - "num": 87, - "sort": 1, - "startNum": 18, - "parent": 86, - "play": 50 - } - ] - }, - { - "num": 88, - "period": 1, - "sec": 1860, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 89, - "period": 1, - "sec": 1960, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 90, - "period": 1, - "sec": 1960, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 91, "period": 1, - "sec": 1980, + "sec": 2250, "sort": 0, - "startNum": 18, - "play": 6, - "zone": 11, - "x": -69, - "y": 2, - "start": 1759072164, - "stop": 1759072184, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 92, - "sort": 1, - "startNum": 18, - "parent": 91, - "play": 31 - } - ] + "children": [] + }, + { + "num": 92, + "period": 1, + "sec": 2280, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] }, { "num": 93, "period": 1, - "sec": 1980, - "sort": 2, - "startNum": 2, - "play": 28, - "zone": 11, - "x": -69, - "y": 2, - "start": 1759072164, - "stop": 1759072184, + "sec": 2280, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 94, "period": 1, - "sec": 1980, + "sec": 2280, "sort": 0, "startNum": 0, "play": 70, @@ -3256,7 +3172,30 @@ { "num": 95, "period": 1, - "sec": 1980, + "sec": 2290, + "sort": 0, + "startNum": 35, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546136, + "stop": 1760546166, + "hl": 0, + "children": [ + { + "num": 96, + "sort": 1, + "startNum": 14, + "parent": 95, + "play": 50 + } + ] + }, + { + "num": 97, + "period": 1, + "sec": 2290, "sort": 0, "startNum": 0, "play": 71, @@ -3269,420 +3208,225 @@ "children": [] }, { - "num": 96, + "num": 98, "period": 1, - "sec": 2060, + "sec": 2390, "sort": 0, - "startNum": 35, - "play": 3, - "zone": 10, - "x": -58, - "y": 45, - "start": 1759072177, - "stop": 1759072197, + "startNum": 18, + "play": 2, + "zone": 1, + "x": 10, + "y": 10, + "start": 1760546169, + "stop": 1760546189, "hl": 0, "children": [ { - "num": 97, + "num": 99, "sort": 1, - "startNum": 35, - "parent": 96, - "play": 31 + "startNum": 18, + "parent": 98, + "play": 32 }, - { - "num": 98, - "sort": 2, - "startNum": 1, - "parent": 96, - "play": 24 - } - ] - }, - { - "num": 99, - "period": 1, - "sec": 2200, - "sort": 0, - "startNum": 17, - "play": 3, - "zone": 9, - "x": 0, - "y": 73, - "start": 1759072190, - "stop": 1759072210, - "hl": 0, - "children": [ { "num": 100, - "sort": 1, - "startNum": 17, - "parent": 99, - "play": 31 - }, - { - "num": 101, "sort": 2, - "startNum": 18, - "parent": 99, + "startNum": 14, + "parent": 98, "play": 25 }, { - "num": 102, + "num": 101, "sort": 3, "startNum": 2, - "parent": 99, + "parent": 98, "play": 24 } ] }, { - "num": 104, + "num": 102, "period": 1, - "sec": 2260, + "sec": 2610, "sort": 0, - "startNum": 35, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759072195, - "stop": 1759072215, - "hl": 0, - "children": [] - }, - { - "num": 103, - "period": 1, - "sec": 2260, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 105, - "period": 1, - "sec": 2260, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759072205, - "stop": 1759072225, + "startNum": 33, + "play": 2, + "zone": 1, + "x": 6, + "y": 12, + "start": 1760546192, + "stop": 1760546212, "hl": 0, "children": [ { - "num": 106, + "num": 103, "sort": 1, - "startNum": 27, - "parent": 105, - "play": 8 + "startNum": 33, + "parent": 102, + "play": 32 }, { - "num": 107, + "num": 104, "sort": 2, - "startNum": 36, - "parent": 105, - "play": 9 + "startNum": 34, + "parent": 102, + "play": 25 + }, + { + "num": 105, + "sort": 3, + "startNum": 1, + "parent": 102, + "play": 24 } ] }, { - "num": 108, + "num": 106, "period": 1, - "sec": 2260, + "sec": 2800, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 109, - "period": 1, - "sec": 2490, - "sort": 0, - "startNum": 8, - "play": 2, - "zone": 4, - "x": 28, - "y": 19, - "start": 1759072235, - "stop": 1759072255, + "startNum": 13, + "play": 3, + "zone": 9, + "x": 10, + "y": 77, + "start": 1760546212, + "stop": 1760546232, "hl": 0, "children": [ { - "num": 110, + "num": 107, "sort": 1, - "startNum": 8, - "parent": 109, + "startNum": 13, + "parent": 106, "play": 31 }, { - "num": 111, + "num": 108, "sort": 2, + "startNum": 14, + "parent": 106, + "play": 25 + }, + { + "num": 109, + "sort": 3, "startNum": 2, - "parent": 109, + "parent": 106, "play": 24 } ] }, + { + "num": 110, + "period": 1, + "sec": 2950, + "sort": 0, + "startNum": 34, + "play": 6, + "zone": 8, + "x": 32, + "y": 69, + "start": 1760546227, + "stop": 1760546247, + "hl": 0, + "children": [ + { + "num": 111, + "sort": 1, + "startNum": 34, + "parent": 110, + "play": 31 + } + ] + }, { "num": 112, "period": 1, - "sec": 2600, - "sort": 0, - "startNum": 35, - "play": 2, - "zone": 1, - "x": 2, - "y": 2, - "start": 1759072245, - "stop": 1759072265, - "hl": 0, - "children": [ - { - "num": 113, - "sort": 1, - "startNum": 35, - "parent": 112, - "play": 32 - }, - { - "num": 114, - "sort": 2, - "startNum": 1, - "parent": 112, - "play": 24 - } - ] - }, - { - "num": 115, - "period": 1, - "sec": 2770, - "sort": 0, - "startNum": 13, - "play": 6, - "zone": 10, - "x": -59, - "y": 42, - "start": 1759072263, - "stop": 1759072283, - "hl": 0, - "children": [ - { - "num": 116, - "sort": 1, - "startNum": 13, - "parent": 115, - "play": 31 - } - ] - }, - { - "num": 117, - "period": 1, - "sec": 2770, + "sec": 2950, "sort": 2, - "startNum": 25, + "startNum": 10, "play": 28, - "zone": 10, - "x": -59, - "y": 42, - "start": 1759072263, - "stop": 1759072283, + "zone": 8, + "x": 32, + "y": 69, + "start": 1760546227, + "stop": 1760546247, "hl": 0, "children": [] }, { - "num": 118, + "num": 114, "period": 1, - "sec": 2930, + "sec": 2970, "sort": 0, - "startNum": 35, - "play": 3, - "zone": 9, - "x": 15, - "y": 76, - "start": 1759072281, - "stop": 1759072301, - "hl": 0, - "children": [ - { - "num": 119, - "sort": 1, - "startNum": 35, - "parent": 118, - "play": 31 - }, - { - "num": 120, - "sort": 2, - "startNum": 32, - "parent": 118, - "play": 25 - }, - { - "num": 121, - "sort": 3, - "startNum": 1, - "parent": 118, - "play": 24 - } - ] - }, - { - "num": 122, - "period": 1, - "sec": 3090, - "sort": 0, - "startNum": 14, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759072296, - "stop": 1759072316, - "hl": 0, - "children": [] - }, - { - "num": 123, - "period": 1, - "sec": 3090, - "sort": 1, - "startNum": 25, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759072296, - "stop": 1759072316, - "hl": 0, - "children": [] - }, - { - "num": 124, - "period": 1, - "sec": 3160, - "sort": 0, - "startNum": 26, - "play": 2, - "zone": 2, - "x": -10, - "y": 4, - "start": 1759072304, - "stop": 1759072324, - "hl": 0, - "children": [ - { - "num": 125, - "sort": 1, - "startNum": 26, - "parent": 124, - "play": 32 - }, - { - "num": 126, - "sort": 2, - "startNum": 25, - "parent": 124, - "play": 25 - }, - { - "num": 127, - "sort": 3, - "startNum": 1, - "parent": 124, - "play": 24 - } - ] - }, - { - "num": 129, - "period": 1, - "sec": 3340, - "sort": 0, - "startNum": 27, + "startNum": 37, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759072314, - "stop": 1759072344, + "start": 1760546215, + "stop": 1760546245, "hl": 0, "children": [ { - "num": 130, + "num": 115, "sort": 1, - "startNum": 18, - "parent": 129, + "startNum": 10, + "parent": 114, "play": 50 } ] }, { - "num": 131, + "num": 116, "period": 1, - "sec": 3340, + "sec": 2970, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759072339, - "stop": 1759072359, + "start": 1760546240, + "stop": 1760546260, "hl": 0, "children": [ { - "num": 132, + "num": 117, "sort": 1, - "startNum": 33, - "parent": 131, + "startNum": 38, + "parent": 116, "play": 8 }, { - "num": 133, + "num": 118, "sort": 2, "startNum": 32, - "parent": 131, + "parent": 116, + "play": 8 + }, + { + "num": 119, + "sort": 3, + "startNum": 37, + "parent": 116, "play": 9 }, { - "num": 134, - "sort": 3, - "startNum": 19, - "parent": 131, - "play": 8 - }, - { - "num": 135, + "num": 120, "sort": 4, - "startNum": 14, - "parent": 131, + "startNum": 34, + "parent": 116, "play": 9 } ] }, { - "num": 136, + "num": 121, "period": 1, - "sec": 3340, + "sec": 2970, "sort": 0, "startNum": 0, "play": 71, @@ -3695,9 +3439,9 @@ "children": [] }, { - "num": 128, + "num": 113, "period": 1, - "sec": 3380, + "sec": 2990, "sort": 0, "startNum": 0, "play": 70, @@ -3710,50 +3454,207 @@ "children": [] }, { - "num": 137, + "num": 122, "period": 1, - "sec": 3470, + "sec": 2990, "sort": 0, - "startNum": 18, - "play": 5, - "zone": 5, - "x": 1, - "y": 55, - "start": 1759072377, - "stop": 1759072397, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 123, + "period": 1, + "sec": 2990, + "sort": 0, + "startNum": 10, + "play": 2, + "zone": 4, + "x": 44, + "y": 0, + "start": 1760546260, + "stop": 1760546280, "hl": 0, "children": [ { - "num": 138, + "num": 124, "sort": 1, - "startNum": 18, - "parent": 137, + "startNum": 10, + "parent": 123, "play": 31 + }, + { + "num": 125, + "sort": 2, + "startNum": 13, + "parent": 123, + "play": 25 + } + ] + }, + { + "num": 126, + "period": 1, + "sec": 2990, + "sort": 0, + "startNum": 38, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546240, + "stop": 1760546270, + "hl": 0, + "children": [ + { + "num": 127, + "sort": 1, + "startNum": 10, + "parent": 126, + "play": 51 + } + ] + }, + { + "num": 128, + "period": 1, + "sec": 2990, + "sort": 0, + "startNum": 10, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760546281, + "stop": 1760546301, + "hl": 0, + "children": [ + { + "num": 129, + "sort": 1, + "startNum": 2, + "parent": 128, + "play": 24 + } + ] + }, + { + "num": 130, + "period": 1, + "sec": 2990, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 131, + "period": 1, + "sec": 3060, + "sort": 0, + "startNum": 38, + "play": 2, + "zone": 2, + "x": -11, + "y": 7, + "start": 1760546293, + "stop": 1760546313, + "hl": 0, + "children": [ + { + "num": 132, + "sort": 1, + "startNum": 38, + "parent": 131, + "play": 35 + }, + { + "num": 133, + "sort": 2, + "startNum": 2, + "parent": 131, + "play": 29 + }, + { + "num": 134, + "sort": 3, + "startNum": 35, + "parent": 131, + "play": 25 + }, + { + "num": 135, + "sort": 4, + "startNum": 1, + "parent": 131, + "play": 24 + } + ] + }, + { + "num": 136, + "period": 1, + "sec": 3220, + "sort": 0, + "startNum": 14, + "play": 6, + "zone": 10, + "x": -38, + "y": 68, + "start": 1760546309, + "stop": 1760546329, + "hl": 0, + "children": [ + { + "num": 137, + "sort": 1, + "startNum": 14, + "parent": 136, + "play": 31 + }, + { + "num": 138, + "sort": 2, + "startNum": 10, + "parent": 136, + "play": 25 } ] }, { "num": 139, "period": 1, - "sec": 3470, - "sort": 2, - "startNum": 1, + "sec": 3220, + "sort": 3, + "startNum": 2, "play": 28, - "zone": 5, - "x": 1, - "y": 55, - "start": 1759072377, - "stop": 1759072397, + "zone": 10, + "x": -38, + "y": 68, + "start": 1760546309, + "stop": 1760546329, "hl": 0, "children": [] }, { "num": 140, "period": 1, - "sec": 3470, + "sec": 3230, "sort": 0, - "startNum": 0, - "play": 70, + "startNum": 2, + "play": 24, "zone": null, "x": null, "y": null, @@ -3765,10 +3666,40 @@ { "num": 142, "period": 1, - "sec": 3470, + "sec": 3230, "sort": 0, "startNum": 0, - "play": 70, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760546316, + "stop": 1760546336, + "hl": 0, + "children": [ + { + "num": 143, + "sort": 1, + "startNum": 9, + "parent": 142, + "play": 8 + }, + { + "num": 144, + "sort": 2, + "startNum": 18, + "parent": 142, + "play": 9 + } + ] + }, + { + "num": 145, + "period": 1, + "sec": 3230, + "sort": 0, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, @@ -3780,90 +3711,7 @@ { "num": 141, "period": 1, - "sec": 3470, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 143, - "period": 1, - "sec": 3470, - "sort": 0, - "startNum": 33, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072362, - "stop": 1759072392, - "hl": 0, - "children": [ - { - "num": 144, - "sort": 1, - "startNum": 8, - "parent": 143, - "play": 50 - } - ] - }, - { - "num": 145, - "period": 1, - "sec": 3470, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759072390, - "stop": 1759072410, - "hl": 0, - "children": [ - { - "num": 146, - "sort": 1, - "startNum": 10, - "parent": 145, - "play": 8 - }, - { - "num": 147, - "sort": 2, - "startNum": 18, - "parent": 145, - "play": 9 - } - ] - }, - { - "num": 148, - "period": 1, - "sec": 3470, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 149, - "period": 1, - "sec": 3510, + "sec": 3240, "sort": 0, "startNum": 0, "play": 70, @@ -3876,12 +3724,57 @@ "children": [] }, { - "num": 150, + "num": 146, "period": 1, - "sec": 3510, + "sec": 3370, "sort": 0, - "startNum": 0, - "play": 71, + "startNum": 36, + "play": 6, + "zone": 8, + "x": 32, + "y": 68, + "start": 1760546344, + "stop": 1760546364, + "hl": 0, + "children": [ + { + "num": 147, + "sort": 1, + "startNum": 36, + "parent": 146, + "play": 31 + }, + { + "num": 148, + "sort": 2, + "startNum": 35, + "parent": 146, + "play": 25 + } + ] + }, + { + "num": 149, + "period": 1, + "sec": 3370, + "sort": 3, + "startNum": 1, + "play": 28, + "zone": 8, + "x": 32, + "y": 68, + "start": 1760546344, + "stop": 1760546364, + "hl": 0, + "children": [] + }, + { + "num": 151, + "period": 1, + "sec": 3400, + "sort": 0, + "startNum": 1, + "play": 24, "zone": null, "x": null, "y": null, @@ -3891,9 +3784,9 @@ "children": [] }, { - "num": 151, + "num": 150, "period": 1, - "sec": 3510, + "sec": 3400, "sort": 0, "startNum": 0, "play": 70, @@ -3908,21 +3801,21 @@ { "num": 152, "period": 1, - "sec": 3510, + "sec": 3400, "sort": 0, - "startNum": 26, + "startNum": 33, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759072396, - "stop": 1759072426, + "start": 1760546334, + "stop": 1760546364, "hl": 0, "children": [ { "num": 153, "sort": 1, - "startNum": 19, + "startNum": 9, "parent": 152, "play": 52 } @@ -3931,93 +3824,78 @@ { "num": 154, "period": 1, - "sec": 3510, + "sec": 3400, "sort": 0, - "startNum": 19, - "play": 1, + "startNum": 0, + "play": 7, "zone": null, "x": null, "y": null, - "start": 1759072431, - "stop": 1759072451, - "hl": 0, - "children": [] - }, - { - "num": 155, - "period": 1, - "sec": 3510, - "sort": 0, - "startNum": 19, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759072446, - "stop": 1759072466, + "start": 1760546370, + "stop": 1760546390, "hl": 0, "children": [ { - "num": 156, + "num": 155, "sort": 1, - "startNum": 2, - "parent": 155, - "play": 24 + "startNum": 7, + "parent": 154, + "play": 8 + }, + { + "num": 156, + "sort": 2, + "startNum": 13, + "parent": 154, + "play": 9 } ] }, { "num": 157, "period": 1, - "sec": 3510, + "sec": 3400, "sort": 0, - "startNum": 0, - "play": 71, + "startNum": 9, + "play": 1, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760546387, + "stop": 1760546407, "hl": 0, "children": [] }, { "num": 158, "period": 1, - "sec": 3560, + "sec": 3400, "sort": 0, - "startNum": 0, - "play": 70, + "startNum": 9, + "play": 1, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760546402, + "stop": 1760546422, "hl": 0, - "children": [] - }, - { - "num": 159, - "period": 1, - "sec": 3560, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] + "children": [ + { + "num": 159, + "sort": 1, + "startNum": 2, + "parent": 158, + "play": 24 + } + ] }, { "num": 160, "period": 1, - "sec": 3560, + "sec": 3400, "sort": 0, "startNum": 0, - "play": 70, + "play": 71, "zone": null, "x": null, "y": null, @@ -4029,60 +3907,7 @@ { "num": 161, "period": 1, - "sec": 3560, - "sort": 0, - "startNum": 8, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072447, - "stop": 1759072477, - "hl": 0, - "children": [ - { - "num": 162, - "sort": 1, - "startNum": 35, - "parent": 161, - "play": 50 - } - ] - }, - { - "num": 163, - "period": 1, - "sec": 3560, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 165, - "period": 1, - "sec": 3630, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 164, - "period": 1, - "sec": 3630, + "sec": 3590, "sort": 0, "startNum": 0, "play": 70, @@ -4094,92 +3919,138 @@ "hl": 0, "children": [] }, + { + "num": 162, + "period": 1, + "sec": 3590, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 163, + "period": 1, + "sec": 3680, + "sort": 0, + "startNum": 32, + "play": 5, + "zone": 5, + "x": -1, + "y": 52, + "start": 1760546450, + "stop": 1760546470, + "hl": 0, + "children": [ + { + "num": 164, + "sort": 1, + "startNum": 32, + "parent": 163, + "play": 31 + } + ] + }, + { + "num": 165, + "period": 1, + "sec": 3680, + "sort": 2, + "startNum": 9, + "play": 28, + "zone": 5, + "x": -1, + "y": 52, + "start": 1760546450, + "stop": 1760546470, + "hl": 0, + "children": [] + }, { "num": 166, "period": 1, - "sec": 3640, + "sec": 3830, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 167, - "period": 1, - "sec": 3640, - "sort": 0, - "startNum": 10, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072477, - "stop": 1759072507, + "startNum": 8, + "play": 2, + "zone": 2, + "x": -14, + "y": 9, + "start": 1760546466, + "stop": 1760546486, "hl": 0, "children": [ { - "num": 168, + "num": 167, "sort": 1, - "startNum": 25, - "parent": 167, - "play": 50 + "startNum": 8, + "parent": 166, + "play": 32 + }, + { + "num": 168, + "sort": 2, + "startNum": 2, + "parent": 166, + "play": 24 } ] }, { "num": 169, "period": 1, - "sec": 3640, + "sec": 4050, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759072505, - "stop": 1759072525, + "startNum": 36, + "play": 6, + "zone": 9, + "x": 21, + "y": 72, + "start": 1760546488, + "stop": 1760546508, "hl": 0, "children": [ { "num": 170, "sort": 1, - "startNum": 15, + "startNum": 36, "parent": 169, - "play": 8 + "play": 31 }, { "num": 171, "sort": 2, - "startNum": 17, - "parent": 169, - "play": 9 - }, - { - "num": 176, - "sort": 3, "startNum": 32, "parent": 169, - "play": 8 - }, - { - "num": 177, - "sort": 4, - "startNum": 25, - "parent": 169, - "play": 9 + "play": 25 } ] }, { "num": 172, "period": 1, - "sec": 3640, + "sec": 4050, + "sort": 3, + "startNum": 9, + "play": 28, + "zone": 9, + "x": 21, + "y": 72, + "start": 1760546488, + "stop": 1760546508, + "hl": 0, + "children": [] + }, + { + "num": 174, + "period": 1, + "sec": 4050, "sort": 0, "startNum": 0, "play": 71, @@ -4194,7 +4065,7 @@ { "num": 173, "period": 1, - "sec": 3640, + "sec": 4050, "sort": 0, "startNum": 0, "play": 70, @@ -4207,151 +4078,158 @@ "children": [] }, { - "num": 174, + "num": 175, "period": 1, - "sec": 3640, + "sec": 4130, "sort": 0, - "startNum": 19, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072503, - "stop": 1759072533, + "startNum": 10, + "play": 5, + "zone": 1, + "x": 15, + "y": 10, + "start": 1760546496, + "stop": 1760546516, "hl": 0, "children": [ { - "num": 175, + "num": 176, "sort": 1, - "startNum": 26, - "parent": 174, - "play": 50 + "startNum": 10, + "parent": 175, + "play": 32 + }, + { + "num": 177, + "sort": 2, + "startNum": 8, + "parent": 175, + "play": 25 } ] }, { "num": 178, "period": 1, - "sec": 3640, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 4130, + "sort": 3, + "startNum": 10, + "play": 28, + "zone": 1, + "x": 15, + "y": 10, + "start": 1760546496, + "stop": 1760546516, "hl": 0, "children": [] }, { "num": 179, "period": 1, - "sec": 3790, + "sec": 4140, "sort": 0, - "startNum": 32, - "play": 6, - "zone": 10, - "x": -46, - "y": 56, - "start": 1759072561, - "stop": 1759072581, + "startNum": 10, + "play": 5, + "zone": 1, + "x": 14, + "y": 6, + "start": 1760546500, + "stop": 1760546520, "hl": 0, "children": [ { "num": 180, "sort": 1, - "startNum": 32, + "startNum": 10, "parent": 179, - "play": 31 + "play": 33 } ] }, { "num": 181, "period": 1, - "sec": 3790, + "sec": 4140, "sort": 2, - "startNum": 35, + "startNum": 14, "play": 28, - "zone": 10, - "x": -46, - "y": 56, - "start": 1759072561, - "stop": 1759072581, + "zone": 1, + "x": 14, + "y": 6, + "start": 1760546500, + "stop": 1760546520, "hl": 0, "children": [] }, { "num": 182, "period": 1, - "sec": 3860, + "sec": 4160, "sort": 0, - "startNum": 35, - "play": 6, - "zone": 11, - "x": -71, - "y": -1, - "start": 1759072566, - "stop": 1759072586, + "startNum": 14, + "play": 5, + "zone": 1, + "x": 8, + "y": 12, + "start": 1760546500, + "stop": 1760546520, "hl": 0, "children": [ { "num": 183, "sort": 1, - "startNum": 35, + "startNum": 14, "parent": 182, - "play": 31 + "play": 33 } ] }, { "num": 184, "period": 1, - "sec": 3860, + "sec": 4160, "sort": 2, - "startNum": 10, + "startNum": 35, "play": 28, - "zone": 11, - "x": -71, - "y": -1, - "start": 1759072566, - "stop": 1759072586, + "zone": 1, + "x": 8, + "y": 12, + "start": 1760546500, + "stop": 1760546520, "hl": 0, "children": [] }, { "num": 185, "period": 1, - "sec": 3960, + "sec": 4220, "sort": 0, - "startNum": 8, - "play": 2, - "zone": 1, - "x": 3, - "y": 3, - "start": 1759072576, - "stop": 1759072596, + "startNum": 35, + "play": 3, + "zone": 10, + "x": -34, + "y": 74, + "start": 1760546507, + "stop": 1760546527, "hl": 0, "children": [ { "num": 186, "sort": 1, - "startNum": 8, + "startNum": 35, "parent": 185, - "play": 32 + "play": 31 }, { "num": 187, "sort": 2, - "startNum": 15, + "startNum": 2, "parent": 185, - "play": 25 + "play": 29 }, { "num": 188, "sort": 3, - "startNum": 2, + "startNum": 1, "parent": 185, "play": 24 } @@ -4360,104 +4238,97 @@ { "num": 189, "period": 1, - "sec": 4140, + "sec": 4460, "sort": 0, - "startNum": 27, + "startNum": 14, "play": 2, - "zone": 2, - "x": -1, - "y": 0, - "start": 1759072594, - "stop": 1759072614, + "zone": 6, + "x": -50, + "y": 3, + "start": 1760546530, + "stop": 1760546550, "hl": 0, "children": [ { "num": 190, "sort": 1, - "startNum": 27, + "startNum": 14, "parent": 189, - "play": 34 + "play": 31 }, { "num": 191, "sort": 2, - "startNum": 27, - "parent": 189, - "play": 30 - }, - { - "num": 192, - "sort": 3, - "startNum": 33, + "startNum": 7, "parent": 189, "play": 25 }, { - "num": 193, - "sort": 4, - "startNum": 1, + "num": 192, + "sort": 3, + "startNum": 2, "parent": 189, "play": 24 } ] }, { - "num": 194, + "num": 193, "period": 1, - "sec": 4310, + "sec": 4680, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 32, + "play": 6, + "zone": 8, + "x": 31, + "y": 69, + "start": 1760546553, + "stop": 1760546573, "hl": 0, - "children": [] - }, - { - "num": 195, - "period": 1, - "sec": 4310, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] + "children": [ + { + "num": 194, + "sort": 1, + "startNum": 32, + "parent": 193, + "play": 31 + }, + { + "num": 195, + "sort": 2, + "startNum": 36, + "parent": 193, + "play": 25 + } + ] }, { "num": 196, "period": 1, - "sec": 4320, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 4680, + "sort": 3, + "startNum": 14, + "play": 28, + "zone": 8, + "x": 31, + "y": 69, + "start": 1760546553, + "stop": 1760546573, "hl": 0, "children": [] }, { "num": 197, "period": 1, - "sec": 4320, + "sec": 4890, "sort": 0, "startNum": 8, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072602, - "stop": 1759072632, + "play": 3, + "zone": 8, + "x": 59, + "y": 64, + "start": 1760546575, + "stop": 1760546595, "hl": 0, "children": [ { @@ -4465,65 +4336,137 @@ "sort": 1, "startNum": 8, "parent": 197, - "play": 47 + "play": 31 }, { "num": 199, "sort": 2, - "startNum": 35, + "startNum": 2, "parent": 197, - "play": 50 + "play": 24 } ] }, { "num": 200, "period": 1, - "sec": 4320, + "sec": 5160, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 201, + "period": 1, + "sec": 5180, + "sort": 0, + "startNum": 2, + "play": 19, + "zone": null, + "x": null, + "y": null, + "start": 1760546603, + "stop": 1760546623, + "hl": 0, + "children": [] + }, + { + "num": 202, + "period": 1, + "sec": 5180, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759072630, - "stop": 1759072650, + "start": 1760546611, + "stop": 1760546631, "hl": 0, "children": [ - { - "num": 201, - "sort": 1, - "startNum": 24, - "parent": 200, - "play": 8 - }, - { - "num": 202, - "sort": 2, - "startNum": 35, - "parent": 200, - "play": 9 - }, { "num": 203, - "sort": 3, - "startNum": 7, - "parent": 200, + "sort": 1, + "startNum": 37, + "parent": 202, "play": 8 }, { "num": 204, + "sort": 2, + "startNum": 30, + "parent": 202, + "play": 8 + }, + { + "num": 205, + "sort": 3, + "startNum": 33, + "parent": 202, + "play": 9 + }, + { + "num": 206, "sort": 4, + "startNum": 36, + "parent": 202, + "play": 9 + }, + { + "num": 207, + "sort": 5, + "startNum": 15, + "parent": 202, + "play": 8 + }, + { + "num": 208, + "sort": 6, + "startNum": 17, + "parent": 202, + "play": 8 + }, + { + "num": 209, + "sort": 7, "startNum": 8, - "parent": 200, + "parent": 202, + "play": 9 + }, + { + "num": 210, + "sort": 8, + "startNum": 14, + "parent": 202, + "play": 9 + }, + { + "num": 211, + "sort": 9, + "startNum": 34, + "parent": 202, + "play": 8 + }, + { + "num": 212, + "sort": 10, + "startNum": 35, + "parent": 202, "play": 9 } ] }, { - "num": 205, + "num": 213, "period": 1, - "sec": 4320, + "sec": 5180, "sort": 0, "startNum": 0, "play": 71, @@ -4535,183 +4478,71 @@ "hl": 0, "children": [] }, - { - "num": 206, - "period": 1, - "sec": 4480, - "sort": 0, - "startNum": 24, - "play": 5, - "zone": 2, - "x": -16, - "y": 5, - "start": 1759072650, - "stop": 1759072670, - "hl": 0, - "children": [ - { - "num": 207, - "sort": 1, - "startNum": 24, - "parent": 206, - "play": 32 - } - ] - }, - { - "num": 208, - "period": 1, - "sec": 4480, - "sort": 2, - "startNum": 19, - "play": 28, - "zone": 2, - "x": -16, - "y": 5, - "start": 1759072650, - "stop": 1759072670, - "hl": 0, - "children": [] - }, - { - "num": 209, - "period": 1, - "sec": 4610, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 210, - "period": 1, - "sec": 4610, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 211, - "period": 1, - "sec": 4610, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 212, - "period": 1, - "sec": 4610, - "sort": 0, - "startNum": 33, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072648, - "stop": 1759072678, - "hl": 0, - "children": [ - { - "num": 213, - "sort": 1, - "startNum": 19, - "parent": 212, - "play": 52 - } - ] - }, { "num": 214, "period": 1, - "sec": 4610, + "sec": 5340, "sort": 0, "startNum": 0, - "play": 7, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759072676, - "stop": 1759072696, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 215, + "period": 1, + "sec": 5340, + "sort": 0, + "startNum": 38, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546627, + "stop": 1760546657, "hl": 0, "children": [ - { - "num": 215, - "sort": 1, - "startNum": 18, - "parent": 214, - "play": 8 - }, { "num": 216, - "sort": 2, - "startNum": 13, - "parent": 214, - "play": 9 - }, - { - "num": 220, - "sort": 3, - "startNum": 35, - "parent": 214, - "play": 8 - }, - { - "num": 221, - "sort": 4, - "startNum": 33, - "parent": 214, - "play": 9 + "sort": 1, + "startNum": 17, + "parent": 215, + "play": 52 } ] }, { "num": 217, "period": 1, - "sec": 4610, + "sec": 5340, "sort": 0, - "startNum": 19, + "startNum": 17, "play": 1, "zone": null, "x": null, "y": null, - "start": 1759072686, - "stop": 1759072706, + "start": 1760546665, + "stop": 1760546685, "hl": 0, "children": [] }, { "num": 218, "period": 1, - "sec": 4610, + "sec": 5340, "sort": 0, - "startNum": 19, + "startNum": 17, "play": 1, "zone": null, "x": null, "y": null, - "start": 1759072698, - "stop": 1759072718, + "start": 1760546678, + "stop": 1760546698, "hl": 0, "children": [ { @@ -4724,9 +4555,9 @@ ] }, { - "num": 222, + "num": 220, "period": 1, - "sec": 4610, + "sec": 5340, "sort": 0, "startNum": 0, "play": 71, @@ -4739,38 +4570,82 @@ "children": [] }, { - "num": 223, + "num": 221, "period": 1, - "sec": 4800, + "sec": 5480, "sort": 0, - "startNum": 26, + "startNum": 30, "play": 2, - "zone": 1, - "x": 8, - "y": 5, - "start": 1759072731, - "stop": 1759072751, + "zone": 3, + "x": -4, + "y": 17, + "start": 1760546698, + "stop": 1760546718, "hl": 0, "children": [ { - "num": 224, + "num": 222, "sort": 1, - "startNum": 26, - "parent": 223, + "startNum": 30, + "parent": 221, "play": 32 }, { - "num": 225, + "num": 223, "sort": 2, - "startNum": 27, - "parent": 223, + "startNum": 30, + "parent": 221, + "play": 30 + }, + { + "num": 224, + "sort": 3, + "startNum": 32, + "parent": 221, "play": 25 }, { - "num": 226, - "sort": 3, + "num": 225, + "sort": 4, "startNum": 1, - "parent": 223, + "parent": 221, + "play": 24 + } + ] + }, + { + "num": 226, + "period": 1, + "sec": 5630, + "sort": 0, + "startNum": 7, + "play": 3, + "zone": 7, + "x": 69, + "y": 1, + "start": 1760546713, + "stop": 1760546733, + "hl": 0, + "children": [ + { + "num": 227, + "sort": 1, + "startNum": 7, + "parent": 226, + "play": 31 + }, + { + "num": 228, + "sort": 2, + "startNum": 9, + "parent": 226, + "play": 25 + }, + { + "num": 229, + "sort": 3, + "startNum": 2, + "parent": 226, "play": 24 } ] @@ -4778,158 +4653,90 @@ { "num": 230, "period": 1, - "sec": 4880, + "sec": 5760, "sort": 0, - "startNum": 24, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072732, - "stop": 1759072762, + "startNum": 34, + "play": 5, + "zone": 5, + "x": -4, + "y": 52, + "start": 1760546726, + "stop": 1760546746, "hl": 0, "children": [ { "num": 231, "sort": 1, - "startNum": 19, + "startNum": 34, "parent": 230, - "play": 52 + "play": 31 + }, + { + "num": 232, + "sort": 2, + "startNum": 32, + "parent": 230, + "play": 25 } ] }, - { - "num": 232, - "period": 1, - "sec": 4880, - "sort": 0, - "startNum": 19, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759072765, - "stop": 1759072785, - "hl": 0, - "children": [] - }, { "num": 233, "period": 1, - "sec": 4880, + "sec": 5760, + "sort": 3, + "startNum": 15, + "play": 28, + "zone": 5, + "x": -4, + "y": 52, + "start": 1760546726, + "stop": 1760546746, + "hl": 0, + "children": [] + }, + { + "num": 234, + "period": 1, + "sec": 5950, "sort": 0, - "startNum": 19, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759072780, - "stop": 1759072800, + "startNum": 9, + "play": 5, + "zone": 2, + "x": -10, + "y": 13, + "start": 1760546744, + "stop": 1760546764, "hl": 0, "children": [ { - "num": 234, + "num": 235, "sort": 1, - "startNum": 2, - "parent": 233, - "play": 24 + "startNum": 9, + "parent": 234, + "play": 32 } ] }, - { - "num": 235, - "period": 1, - "sec": 4880, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 228, - "period": 1, - "sec": 4910, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 227, - "period": 1, - "sec": 4910, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 229, - "period": 1, - "sec": 4910, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 236, "period": 1, - "sec": 4990, - "sort": 0, - "startNum": 35, - "play": 2, + "sec": 5950, + "sort": 2, + "startNum": 34, + "play": 28, "zone": 2, - "x": -6, - "y": 6, - "start": 1759072798, - "stop": 1759072818, + "x": -10, + "y": 13, + "start": 1760546744, + "stop": 1760546764, "hl": 0, - "children": [ - { - "num": 237, - "sort": 1, - "startNum": 35, - "parent": 236, - "play": 32 - }, - { - "num": 238, - "sort": 2, - "startNum": 1, - "parent": 236, - "play": 24 - } - ] + "children": [] }, { - "num": 239, + "num": 237, "period": 1, - "sec": 5150, + "sec": 6000, "sort": 0, "startNum": 0, "play": 70, @@ -4942,264 +4749,218 @@ "children": [] }, { - "num": 240, + "num": 238, "period": 1, - "sec": 5150, - "sort": 0, - "startNum": 19, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759072813, - "stop": 1759072833, - "hl": 0, - "children": [] - }, - { - "num": 241, - "period": 1, - "sec": 5150, + "sec": 6000, "sort": 0, "startNum": 0, - "play": 71, + "play": 22, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 242, - "period": 1, - "sec": 5390, - "sort": 0, - "startNum": 27, - "play": 2, - "zone": 2, - "x": -8, - "y": 1, - "start": 1759072848, - "stop": 1759072868, + "start": 1760546749, + "stop": 1760546769, "hl": 0, "children": [ { - "num": 243, + "num": 239, "sort": 1, - "startNum": 27, - "parent": 242, - "play": 32 + "startNum": 38, + "parent": 238, + "play": 9 + }, + { + "num": 240, + "sort": 2, + "startNum": 37, + "parent": 238, + "play": 9 + }, + { + "num": 241, + "sort": 3, + "startNum": 30, + "parent": 238, + "play": 9 + }, + { + "num": 242, + "sort": 4, + "startNum": 34, + "parent": 238, + "play": 9 + }, + { + "num": 243, + "sort": 5, + "startNum": 32, + "parent": 238, + "play": 9 }, { "num": 244, - "sort": 2, - "startNum": 26, - "parent": 242, - "play": 25 + "sort": 6, + "startNum": 7, + "parent": 238, + "play": 9 }, { "num": 245, - "sort": 3, - "startNum": 1, - "parent": 242, - "play": 24 - } - ] - }, - { - "num": 246, - "period": 1, - "sec": 5640, - "sort": 0, - "startNum": 7, - "play": 2, - "zone": 4, - "x": 35, - "y": 8, - "start": 1759072873, - "stop": 1759072893, - "hl": 0, - "children": [ + "sort": 7, + "startNum": 9, + "parent": 238, + "play": 9 + }, + { + "num": 246, + "sort": 8, + "startNum": 10, + "parent": 238, + "play": 9 + }, { "num": 247, - "sort": 1, - "startNum": 7, - "parent": 246, - "play": 31 + "sort": 9, + "startNum": 15, + "parent": 238, + "play": 9 }, { "num": 248, - "sort": 2, - "startNum": 18, - "parent": 246, - "play": 25 - }, - { - "num": 249, - "sort": 3, - "startNum": 2, - "parent": 246, - "play": 24 - } - ] - }, - { - "num": 250, - "period": 1, - "sec": 5690, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 251, - "period": 1, - "sec": 5690, - "sort": 0, - "startNum": 32, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759072879, - "stop": 1759072899, - "hl": 0, - "children": [] - }, - { - "num": 252, - "period": 1, - "sec": 5690, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759072884, - "stop": 1759072904, - "hl": 0, - "children": [ - { - "num": 253, - "sort": 1, - "startNum": 13, - "parent": 252, - "play": 8 - }, - { - "num": 254, - "sort": 2, - "startNum": 18, - "parent": 252, + "sort": 10, + "startNum": 17, + "parent": 238, "play": 9 } ] }, { - "num": 255, - "period": 1, - "sec": 5690, + "num": 249, + "period": 2, + "sec": 0, "sort": 0, "startNum": 0, - "play": 71, + "play": 21, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 262, - "period": 1, - "sec": 5730, - "sort": 0, - "startNum": 24, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759072899, - "stop": 1759072929, + "start": 1760546865, + "stop": 1760546885, "hl": 0, "children": [ { - "num": 263, + "num": 250, "sort": 1, - "startNum": 13, - "parent": 262, - "play": 51 - } - ] - }, - { - "num": 259, - "period": 1, - "sec": 5730, - "sort": 0, - "startNum": 13, - "play": 2, - "zone": 1, - "x": 4, - "y": 5, - "start": 1759072919, - "stop": 1759072939, - "hl": 0, - "children": [ + "startNum": 7, + "parent": 249, + "play": 8 + }, { - "num": 260, - "sort": 1, - "startNum": 13, - "parent": 259, - "play": 32 + "num": 251, + "sort": 2, + "startNum": 9, + "parent": 249, + "play": 8 + }, + { + "num": 252, + "sort": 3, + "startNum": 15, + "parent": 249, + "play": 8 + }, + { + "num": 253, + "sort": 4, + "startNum": 17, + "parent": 249, + "play": 8 + }, + { + "num": 254, + "sort": 5, + "startNum": 21, + "parent": 249, + "play": 8 + }, + { + "num": 255, + "sort": 6, + "startNum": 39, + "parent": 249, + "play": 8 + }, + { + "num": 256, + "sort": 7, + "startNum": 38, + "parent": 249, + "play": 8 + }, + { + "num": 257, + "sort": 8, + "startNum": 37, + "parent": 249, + "play": 8 + }, + { + "num": 258, + "sort": 9, + "startNum": 30, + "parent": 249, + "play": 8 + }, + { + "num": 259, + "sort": 10, + "startNum": 34, + "parent": 249, + "play": 8 }, { "num": 261, - "sort": 2, - "startNum": 7, - "parent": 259, - "play": 25 - } - ] - }, - { - "num": 264, - "period": 1, - "sec": 5730, - "sort": 0, - "startNum": 13, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759072940, - "stop": 1759072960, - "hl": 0, - "children": [ - { - "num": 265, - "sort": 1, + "sort": 11, "startNum": 2, - "parent": 264, + "parent": 249, "play": 24 } ] }, + { + "num": 260, + "period": 2, + "sec": 0, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 265, + "period": 2, + "sec": 50, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 266, - "period": 1, - "sec": 5730, + "period": 2, + "sec": 50, "sort": 0, "startNum": 0, "play": 71, @@ -5211,88 +4972,13 @@ "hl": 0, "children": [] }, - { - "num": 257, - "period": 1, - "sec": 5760, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 256, - "period": 1, - "sec": 5760, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 258, - "period": 1, - "sec": 5770, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 267, - "period": 1, - "sec": 5930, - "sort": 0, - "startNum": 35, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759072965, - "stop": 1759072985, - "hl": 0, - "children": [] - }, - { - "num": 268, - "period": 1, - "sec": 5930, - "sort": 1, - "startNum": 13, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759072965, - "stop": 1759072985, - "hl": 0, - "children": [] - }, - { - "num": 269, - "period": 1, - "sec": 6000, + "period": 2, + "sec": 50, "sort": 0, "startNum": 0, - "play": 70, + "play": 69, "zone": null, "x": null, "y": null, @@ -5302,60 +4988,241 @@ "children": [] }, { - "num": 270, - "period": 1, - "sec": 6000, + "num": 262, + "period": 2, + "sec": 110, "sort": 0, - "startNum": 15, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759072973, - "stop": 1759072993, + "startNum": 34, + "play": 3, + "zone": 9, + "x": 2, + "y": 70, + "start": 1760546900, + "stop": 1760546920, "hl": 0, "children": [ { - "num": 271, + "num": 263, "sort": 1, - "startNum": 15, - "parent": 270, - "play": 32 + "startNum": 34, + "parent": 262, + "play": 31 }, { - "num": 272, + "num": 264, "sort": 2, - "startNum": 15, - "parent": 270, - "play": 30 - }, - { - "num": 273, - "sort": 3, "startNum": 1, - "parent": 270, - "play": 29 + "parent": 262, + "play": 24 + } + ] + }, + { + "num": 268, + "period": 2, + "sec": 270, + "sort": 0, + "startNum": 21, + "play": 3, + "zone": 10, + "x": -69, + "y": 27, + "start": 1760546913, + "stop": 1760546933, + "hl": 0, + "children": [ + { + "num": 269, + "sort": 1, + "startNum": 21, + "parent": 268, + "play": 31 }, { - "num": 274, - "sort": 4, - "startNum": 13, - "parent": 270, + "num": 270, + "sort": 2, + "startNum": 7, + "parent": 268, "play": 25 }, { - "num": 276, - "sort": 5, + "num": 271, + "sort": 3, "startNum": 2, - "parent": 270, + "parent": 268, "play": 24 } ] }, + { + "num": 272, + "period": 2, + "sec": 490, + "sort": 0, + "startNum": 38, + "play": 5, + "zone": 3, + "x": 4, + "y": 15, + "start": 1760546936, + "stop": 1760546956, + "hl": 0, + "children": [ + { + "num": 273, + "sort": 1, + "startNum": 38, + "parent": 272, + "play": 35 + }, + { + "num": 274, + "sort": 2, + "startNum": 34, + "parent": 272, + "play": 25 + } + ] + }, { "num": 275, - "period": 1, - "sec": 6000, + "period": 2, + "sec": 490, + "sort": 3, + "startNum": 15, + "play": 28, + "zone": 3, + "x": 4, + "y": 15, + "start": 1760546936, + "stop": 1760546956, + "hl": 0, + "children": [] + }, + { + "num": 276, + "period": 2, + "sec": 600, + "sort": 0, + "startNum": 9, + "play": 2, + "zone": 1, + "x": 10, + "y": 3, + "start": 1760546948, + "stop": 1760546968, + "hl": 0, + "children": [ + { + "num": 277, + "sort": 1, + "startNum": 9, + "parent": 276, + "play": 32 + }, + { + "num": 278, + "sort": 2, + "startNum": 21, + "parent": 276, + "play": 25 + }, + { + "num": 279, + "sort": 3, + "startNum": 2, + "parent": 276, + "play": 24 + } + ] + }, + { + "num": 280, + "period": 2, + "sec": 760, + "sort": 0, + "startNum": 39, + "play": 3, + "zone": 8, + "x": 48, + "y": 56, + "start": 1760546964, + "stop": 1760546984, + "hl": 0, + "children": [ + { + "num": 281, + "sort": 1, + "startNum": 39, + "parent": 280, + "play": 31 + }, + { + "num": 282, + "sort": 2, + "startNum": 1, + "parent": 280, + "play": 24 + } + ] + }, + { + "num": 284, + "period": 2, + "sec": 970, + "sort": 0, + "startNum": 38, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760546974, + "stop": 1760547004, + "hl": 0, + "children": [ + { + "num": 285, + "sort": 1, + "startNum": 17, + "parent": 284, + "play": 50 + } + ] + }, + { + "num": 286, + "period": 2, + "sec": 970, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760546997, + "stop": 1760547017, + "hl": 0, + "children": [ + { + "num": 287, + "sort": 1, + "startNum": 36, + "parent": 286, + "play": 8 + }, + { + "num": 288, + "sort": 2, + "startNum": 38, + "parent": 286, + "play": 9 + } + ] + }, + { + "num": 289, + "period": 2, + "sec": 970, "sort": 0, "startNum": 0, "play": 71, @@ -5368,95 +5235,9 @@ "children": [] }, { - "num": 277, - "period": 1, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 22, - "zone": null, - "x": null, - "y": null, - "start": 1759072981, - "stop": 1759073001, - "hl": 0, - "children": [ - { - "num": 278, - "sort": 1, - "startNum": 35, - "parent": 277, - "play": 9 - }, - { - "num": 279, - "sort": 2, - "startNum": 32, - "parent": 277, - "play": 9 - }, - { - "num": 280, - "sort": 3, - "startNum": 27, - "parent": 277, - "play": 9 - }, - { - "num": 281, - "sort": 4, - "startNum": 24, - "parent": 277, - "play": 9 - }, - { - "num": 282, - "sort": 5, - "startNum": 26, - "parent": 277, - "play": 9 - }, - { - "num": 283, - "sort": 6, - "startNum": 15, - "parent": 277, - "play": 9 - }, - { - "num": 284, - "sort": 7, - "startNum": 13, - "parent": 277, - "play": 9 - }, - { - "num": 285, - "sort": 8, - "startNum": 19, - "parent": 277, - "play": 9 - }, - { - "num": 286, - "sort": 9, - "startNum": 10, - "parent": 277, - "play": 9 - }, - { - "num": 287, - "sort": 10, - "startNum": 7, - "parent": 277, - "play": 9 - } - ] - }, - { - "num": 288, - "period": 1, - "sec": 6000, + "num": 283, + "period": 2, + "sec": 990, "sort": 0, "startNum": 0, "play": 70, @@ -5469,102 +5250,91 @@ "children": [] }, { - "num": 289, + "num": 290, "period": 2, - "sec": 0, + "sec": 1020, "sort": 0, - "startNum": 0, - "play": 21, - "zone": null, - "x": null, - "y": null, - "start": 1759073099, - "stop": 1759073119, + "startNum": 7, + "play": 2, + "zone": 1, + "x": 10, + "y": 7, + "start": 1760547017, + "stop": 1760547037, "hl": 0, "children": [ - { - "num": 290, - "sort": 1, - "startNum": 35, - "parent": 289, - "play": 8 - }, { "num": 291, - "sort": 2, - "startNum": 32, - "parent": 289, - "play": 8 + "sort": 1, + "startNum": 7, + "parent": 290, + "play": 32 }, { "num": 292, - "sort": 3, - "startNum": 27, - "parent": 289, - "play": 8 - }, - { - "num": 293, - "sort": 4, - "startNum": 24, - "parent": 289, - "play": 8 - }, - { - "num": 294, - "sort": 5, - "startNum": 26, - "parent": 289, - "play": 8 - }, - { - "num": 295, - "sort": 6, - "startNum": 15, - "parent": 289, - "play": 8 - }, - { - "num": 296, - "sort": 7, - "startNum": 13, - "parent": 289, - "play": 8 - }, - { - "num": 297, - "sort": 8, - "startNum": 19, - "parent": 289, - "play": 8 - }, - { - "num": 298, - "sort": 9, - "startNum": 10, - "parent": 289, - "play": 8 - }, - { - "num": 299, - "sort": 10, - "startNum": 7, - "parent": 289, - "play": 8 - }, - { - "num": 300, - "sort": 11, + "sort": 2, "startNum": 2, - "parent": 289, + "parent": 290, "play": 24 } ] }, { - "num": 301, + "num": 293, "period": 2, - "sec": 0, + "sec": 1220, + "sort": 0, + "startNum": 36, + "play": 3, + "zone": 9, + "x": 3, + "y": 72, + "start": 1760547037, + "stop": 1760547057, + "hl": 0, + "children": [ + { + "num": 294, + "sort": 1, + "startNum": 36, + "parent": 293, + "play": 31 + }, + { + "num": 295, + "sort": 2, + "startNum": 39, + "parent": 293, + "play": 25 + }, + { + "num": 296, + "sort": 3, + "startNum": 1, + "parent": 293, + "play": 24 + } + ] + }, + { + "num": 297, + "period": 2, + "sec": 1420, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 298, + "period": 2, + "sec": 1420, "sort": 0, "startNum": 0, "play": 71, @@ -5577,234 +5347,227 @@ "children": [] }, { - "num": 302, + "num": 299, "period": 2, - "sec": 190, + "sec": 1430, "sort": 0, - "startNum": 26, - "play": 6, - "zone": 8, - "x": 47, - "y": 56, - "start": 1759073137, - "stop": 1759073157, - "hl": 0, - "children": [ - { - "num": 303, - "sort": 1, - "startNum": 26, - "parent": 302, - "play": 31 - } - ] - }, - { - "num": 304, - "period": 2, - "sec": 190, - "sort": 2, - "startNum": 27, - "play": 28, - "zone": 8, - "x": 47, - "y": 56, - "start": 1759073137, - "stop": 1759073157, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { - "num": 305, + "num": 300, "period": 2, - "sec": 290, + "sec": 1430, "sort": 0, - "startNum": 24, - "play": 6, - "zone": 10, - "x": -62, - "y": 48, - "start": 1759073147, - "stop": 1759073167, + "startNum": 39, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547053, + "stop": 1760547083, "hl": 0, "children": [ { - "num": 306, + "num": 301, "sort": 1, - "startNum": 24, - "parent": 305, + "startNum": 7, + "parent": 300, + "play": 50 + } + ] + }, + { + "num": 302, + "period": 2, + "sec": 1430, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 303, + "period": 2, + "sec": 1500, + "sort": 0, + "startNum": 17, + "play": 3, + "zone": 7, + "x": 72, + "y": 0, + "start": 1760547096, + "stop": 1760547116, + "hl": 0, + "children": [ + { + "num": 304, + "sort": 1, + "startNum": 17, + "parent": 303, "play": 31 + }, + { + "num": 305, + "sort": 2, + "startNum": 7, + "parent": 303, + "play": 25 + }, + { + "num": 306, + "sort": 3, + "startNum": 2, + "parent": 303, + "play": 24 } ] }, { "num": 307, "period": 2, - "sec": 290, - "sort": 2, - "startNum": 27, - "play": 28, - "zone": 10, - "x": -62, - "y": 48, - "start": 1759073147, - "stop": 1759073167, - "hl": 0, - "children": [] - }, - { - "num": 308, - "period": 2, - "sec": 310, + "sec": 1780, "sort": 0, - "startNum": 27, - "play": 5, - "zone": 1, - "x": 8, - "y": 1, - "start": 1759073150, - "stop": 1759073170, + "startNum": 36, + "play": 6, + "zone": 9, + "x": 10, + "y": 78, + "start": 1760547123, + "stop": 1760547143, "hl": 0, "children": [ { - "num": 309, + "num": 308, "sort": 1, - "startNum": 27, - "parent": 308, - "play": 33 + "startNum": 36, + "parent": 307, + "play": 31 + }, + { + "num": 309, + "sort": 2, + "startNum": 39, + "parent": 307, + "play": 25 } ] }, { "num": 310, "period": 2, - "sec": 310, - "sort": 2, - "startNum": 10, + "sec": 1780, + "sort": 3, + "startNum": 30, "play": 28, - "zone": 1, - "x": 8, - "y": 1, - "start": 1759073150, - "stop": 1759073170, + "zone": 9, + "x": 10, + "y": 78, + "start": 1760547123, + "stop": 1760547143, "hl": 0, "children": [] }, { "num": 311, "period": 2, - "sec": 470, + "sec": 1850, "sort": 0, - "startNum": 19, - "play": 2, - "zone": 2, - "x": -8, - "y": 4, - "start": 1759073165, - "stop": 1759073185, + "startNum": 39, + "play": 6, + "zone": 8, + "x": 57, + "y": 52, + "start": 1760547131, + "stop": 1760547151, "hl": 0, "children": [ { "num": 312, "sort": 1, - "startNum": 19, + "startNum": 39, "parent": 311, - "play": 32 - }, - { - "num": 313, - "sort": 2, - "startNum": 2, - "parent": 311, - "play": 24 + "play": 31 } ] }, + { + "num": 313, + "period": 2, + "sec": 1850, + "sort": 2, + "startNum": 21, + "play": 28, + "zone": 8, + "x": 57, + "y": 52, + "start": 1760547131, + "stop": 1760547151, + "hl": 0, + "children": [] + }, { "num": 314, "period": 2, - "sec": 620, + "sec": 1980, "sort": 0, - "startNum": 27, - "play": 2, - "zone": 2, - "x": -8, - "y": 1, - "start": 1759073180, - "stop": 1759073200, + "startNum": 15, + "play": 6, + "zone": 9, + "x": 3, + "y": 76, + "start": 1760547144, + "stop": 1760547164, "hl": 0, "children": [ { "num": 315, "sort": 1, - "startNum": 27, + "startNum": 15, "parent": 314, - "play": 32 + "play": 31 }, { "num": 316, "sort": 2, - "startNum": 32, + "startNum": 17, "parent": 314, "play": 25 - }, - { - "num": 317, - "sort": 3, - "startNum": 1, - "parent": 314, - "play": 24 } ] }, + { + "num": 317, + "period": 2, + "sec": 1980, + "sort": 3, + "startNum": 30, + "play": 28, + "zone": 9, + "x": 3, + "y": 76, + "start": 1760547144, + "stop": 1760547164, + "hl": 0, + "children": [] + }, { "num": 318, "period": 2, - "sec": 850, - "sort": 0, - "startNum": 15, - "play": 2, - "zone": 2, - "x": -2, - "y": 0, - "start": 1759073203, - "stop": 1759073223, - "hl": 0, - "children": [ - { - "num": 319, - "sort": 1, - "startNum": 15, - "parent": 318, - "play": 32 - }, - { - "num": 320, - "sort": 2, - "startNum": 15, - "parent": 318, - "play": 30 - }, - { - "num": 321, - "sort": 3, - "startNum": 19, - "parent": 318, - "play": 25 - }, - { - "num": 322, - "sort": 4, - "startNum": 2, - "parent": 318, - "play": 24 - } - ] - }, - { - "num": 323, - "period": 2, - "sec": 1060, + "sec": 2030, "sort": 0, "startNum": 0, "play": 70, @@ -5817,68 +5580,76 @@ "children": [] }, { - "num": 324, + "num": 319, "period": 2, - "sec": 1060, + "sec": 2030, "sort": 0, - "startNum": 35, - "play": 11, + "startNum": 17, + "play": 40, "zone": null, "x": null, "y": null, - "start": 1759073225, - "stop": 1759073245, + "start": 1760547132, + "stop": 1760547162, "hl": 0, - "children": [] + "children": [ + { + "num": 320, + "sort": 1, + "startNum": 34, + "parent": 319, + "play": 50 + } + ] }, { - "num": 325, + "num": 321, "period": 2, - "sec": 1060, + "sec": 2030, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759073233, - "stop": 1759073253, + "start": 1760547162, + "stop": 1760547182, "hl": 0, "children": [ { - "num": 326, + "num": 322, "sort": 1, - "startNum": 25, - "parent": 325, + "startNum": 35, + "parent": 321, "play": 8 }, { - "num": 327, + "num": 323, "sort": 2, - "startNum": 36, - "parent": 325, + "startNum": 32, + "parent": 321, "play": 8 }, { - "num": 328, + "num": 324, "sort": 3, - "startNum": 27, - "parent": 325, + "startNum": 39, + "parent": 321, "play": 9 }, { - "num": 329, + "num": 325, "sort": 4, - "startNum": 24, - "parent": 325, + "startNum": 34, + "parent": 321, "play": 9 } ] }, { - "num": 330, + "num": 326, "period": 2, - "sec": 1060, + "sec": 2030, "sort": 0, "startNum": 0, "play": 71, @@ -5891,159 +5662,128 @@ "children": [] }, { - "num": 331, + "num": 327, "period": 2, - "sec": 1250, + "sec": 2140, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 30, + "play": 2, + "zone": 2, + "x": -3, + "y": 6, + "start": 1760547180, + "stop": 1760547200, "hl": 0, - "children": [] + "children": [ + { + "num": 328, + "sort": 1, + "startNum": 30, + "parent": 327, + "play": 32 + }, + { + "num": 329, + "sort": 2, + "startNum": 30, + "parent": 327, + "play": 30 + }, + { + "num": 330, + "sort": 3, + "startNum": 32, + "parent": 327, + "play": 25 + }, + { + "num": 331, + "sort": 4, + "startNum": 1, + "parent": 327, + "play": 24 + } + ] }, { "num": 332, "period": 2, - "sec": 1250, + "sec": 2350, "sort": 0, - "startNum": 7, - "play": 13, + "startNum": 21, + "play": 20, "zone": null, "x": null, "y": null, - "start": 1759073261, - "stop": 1759073281, + "start": 1760547202, + "stop": 1760547222, "hl": 0, "children": [] }, { "num": 333, "period": 2, - "sec": 1250, - "sort": 0, - "startNum": 0, - "play": 71, + "sec": 2350, + "sort": 1, + "startNum": 35, + "play": 26, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760547202, + "stop": 1760547222, "hl": 0, "children": [] }, { "num": 334, "period": 2, - "sec": 1460, + "sec": 2510, "sort": 0, - "startNum": 25, - "play": 2, - "zone": 4, - "x": 61, - "y": 7, - "start": 1759073291, - "stop": 1759073311, + "startNum": 30, + "play": 5, + "zone": 1, + "x": 17, + "y": 9, + "start": 1760547218, + "stop": 1760547238, "hl": 0, "children": [ { "num": 335, "sort": 1, - "startNum": 25, + "startNum": 30, "parent": 334, - "play": 31 + "play": 32 }, { "num": 336, "sort": 2, - "startNum": 26, + "startNum": 35, "parent": 334, "play": 25 - }, - { - "num": 337, - "sort": 3, - "startNum": 1, - "parent": 334, - "play": 24 - } - ] - }, - { - "num": 338, - "period": 2, - "sec": 1620, - "sort": 0, - "startNum": 10, - "play": 6, - "zone": 11, - "x": -72, - "y": 2, - "start": 1759073309, - "stop": 1759073329, - "hl": 0, - "children": [ - { - "num": 339, - "sort": 1, - "startNum": 10, - "parent": 338, - "play": 31 - }, - { - "num": 340, - "sort": 2, - "startNum": 19, - "parent": 338, - "play": 25 } ] }, { - "num": 341, + "num": 337, "period": 2, - "sec": 1620, + "sec": 2510, "sort": 3, - "startNum": 19, + "startNum": 9, "play": 28, - "zone": 11, - "x": -72, - "y": 2, - "start": 1759073309, - "stop": 1759073329, + "zone": 1, + "x": 17, + "y": 9, + "start": 1760547218, + "stop": 1760547238, "hl": 0, "children": [] }, { - "num": 343, + "num": 338, "period": 2, - "sec": 1650, - "sort": 0, - "startNum": 25, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759073291, - "stop": 1759073321, - "hl": 0, - "children": [ - { - "num": 344, - "sort": 1, - "startNum": 19, - "parent": 343, - "play": 50 - } - ] - }, - { - "num": 342, - "period": 2, - "sec": 1650, + "sec": 2670, "sort": 0, "startNum": 0, "play": 70, @@ -6056,53 +5796,129 @@ "children": [] }, { - "num": 345, + "num": 339, "period": 2, - "sec": 1650, + "sec": 2670, + "sort": 0, + "startNum": 21, + "play": 2, + "zone": 2, + "x": -7, + "y": 0, + "start": 1760547235, + "stop": 1760547255, + "hl": 0, + "children": [ + { + "num": 340, + "sort": 1, + "startNum": 21, + "parent": 339, + "play": 32 + }, + { + "num": 341, + "sort": 2, + "startNum": 7, + "parent": 339, + "play": 25 + } + ] + }, + { + "num": 342, + "period": 2, + "sec": 2670, + "sort": 0, + "startNum": 32, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547215, + "stop": 1760547245, + "hl": 0, + "children": [ + { + "num": 343, + "sort": 1, + "startNum": 21, + "parent": 342, + "play": 51 + } + ] + }, + { + "num": 344, + "period": 2, + "sec": 2670, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759073322, - "stop": 1759073342, + "start": 1760547246, + "stop": 1760547266, "hl": 0, "children": [ { - "num": 346, + "num": 345, "sort": 1, - "startNum": 18, - "parent": 345, + "startNum": 33, + "parent": 344, + "play": 8 + }, + { + "num": 346, + "sort": 2, + "startNum": 52, + "parent": 344, "play": 8 }, { "num": 347, - "sort": 2, - "startNum": 14, - "parent": 345, - "play": 8 - }, - { - "num": 348, "sort": 3, - "startNum": 10, - "parent": 345, + "startNum": 30, + "parent": 344, "play": 9 }, { - "num": 349, + "num": 348, "sort": 4, - "startNum": 7, - "parent": 345, + "startNum": 32, + "parent": 344, "play": 9 } ] }, { - "num": 350, + "num": 349, "period": 2, - "sec": 1650, + "sec": 2670, + "sort": 0, + "startNum": 21, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547266, + "stop": 1760547286, + "hl": 0, + "children": [ + { + "num": 350, + "sort": 1, + "startNum": 2, + "parent": 349, + "play": 24 + } + ] + }, + { + "num": 351, + "period": 2, + "sec": 2670, "sort": 0, "startNum": 0, "play": 71, @@ -6117,45 +5933,44 @@ { "num": 352, "period": 2, - "sec": 1680, + "sec": 2790, "sort": 0, - "startNum": 25, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759073322, - "stop": 1759073352, + "startNum": 33, + "play": 2, + "zone": 1, + "x": 11, + "y": 6, + "start": 1760547286, + "stop": 1760547306, "hl": 0, "children": [ { "num": 353, "sort": 1, - "startNum": 19, + "startNum": 33, "parent": 352, - "play": 50 + "play": 32 + }, + { + "num": 354, + "sort": 2, + "startNum": 35, + "parent": 352, + "play": 25 + }, + { + "num": 355, + "sort": 3, + "startNum": 1, + "parent": 352, + "play": 24 } ] }, { - "num": 354, + "num": 356, "period": 2, - "sec": 1680, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 351, - "period": 2, - "sec": 1740, + "sec": 2790, "sort": 0, "startNum": 0, "play": 70, @@ -6167,51 +5982,28 @@ "hl": 0, "children": [] }, - { - "num": 355, - "period": 2, - "sec": 1740, - "sort": 0, - "startNum": 15, - "play": 6, - "zone": 9, - "x": -4, - "y": 72, - "start": 1759073362, - "stop": 1759073382, - "hl": 0, - "children": [ - { - "num": 356, - "sort": 1, - "startNum": 15, - "parent": 355, - "play": 31 - } - ] - }, { "num": 357, "period": 2, - "sec": 1740, - "sort": 2, - "startNum": 26, - "play": 28, - "zone": 9, - "x": -4, - "y": 72, - "start": 1759073362, - "stop": 1759073382, + "sec": 2790, + "sort": 0, + "startNum": 1, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760547289, + "stop": 1760547359, "hl": 0, "children": [] }, { "num": 358, "period": 2, - "sec": 1910, + "sec": 2790, "sort": 0, "startNum": 0, - "play": 70, + "play": 69, "zone": null, "x": null, "y": null, @@ -6223,104 +6015,37 @@ { "num": 359, "period": 2, - "sec": 1910, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 360, - "period": 2, - "sec": 1910, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 361, - "period": 2, - "sec": 1910, - "sort": 0, - "startNum": 15, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759073368, - "stop": 1759073398, - "hl": 0, - "children": [ - { - "num": 362, - "sort": 1, - "startNum": 36, - "parent": 361, - "play": 50 - } - ] - }, - { - "num": 363, - "period": 2, - "sec": 1910, + "sec": 2790, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759073398, - "stop": 1759073418, + "start": 1760547374, + "stop": 1760547394, "hl": 0, "children": [ { - "num": 364, + "num": 360, "sort": 1, - "startNum": 28, - "parent": 363, + "startNum": 18, + "parent": 359, "play": 8 }, { - "num": 365, + "num": 361, "sort": 2, - "startNum": 25, - "parent": 363, - "play": 9 - }, - { - "num": 366, - "sort": 3, - "startNum": 17, - "parent": 363, - "play": 8 - }, - { - "num": 367, - "sort": 4, - "startNum": 15, - "parent": 363, + "startNum": 9, + "parent": 359, "play": 9 } ] }, { - "num": 368, + "num": 362, "period": 2, - "sec": 1910, + "sec": 2790, "sort": 0, "startNum": 0, "play": 71, @@ -6333,114 +6058,136 @@ "children": [] }, { - "num": 369, + "num": 363, "period": 2, - "sec": 2050, + "sec": 2930, "sort": 0, - "startNum": 26, - "play": 6, - "zone": 8, - "x": 53, - "y": 47, - "start": 1759073418, - "stop": 1759073438, - "hl": 0, - "children": [ - { - "num": 370, - "sort": 1, - "startNum": 26, - "parent": 369, - "play": 31 - } - ] - }, - { - "num": 371, - "period": 2, - "sec": 2050, - "sort": 2, - "startNum": 18, - "play": 28, - "zone": 8, - "x": 53, - "y": 47, - "start": 1759073418, - "stop": 1759073438, + "startNum": 7, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760547412, + "stop": 1760547432, "hl": 0, "children": [] }, { - "num": 373, + "num": 364, "period": 2, - "sec": 2080, + "sec": 2930, + "sort": 1, + "startNum": 37, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760547412, + "stop": 1760547432, + "hl": 0, + "children": [] + }, + { + "num": 365, + "period": 2, + "sec": 3080, "sort": 0, - "startNum": 36, + "startNum": 33, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760547427, + "stop": 1760547447, + "hl": 0, + "children": [] + }, + { + "num": 366, + "period": 2, + "sec": 3080, + "sort": 1, + "startNum": 18, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760547427, + "stop": 1760547447, + "hl": 0, + "children": [] + }, + { + "num": 368, + "period": 2, + "sec": 3120, + "sort": 0, + "startNum": 52, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759073411, - "stop": 1759073441, + "start": 1760547415, + "stop": 1760547445, "hl": 0, "children": [ { - "num": 374, + "num": 369, "sort": 1, - "startNum": 13, - "parent": 373, + "startNum": 7, + "parent": 368, "play": 50 } ] }, + { + "num": 370, + "period": 2, + "sec": 3120, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760547443, + "stop": 1760547463, + "hl": 0, + "children": [ + { + "num": 371, + "sort": 1, + "startNum": 8, + "parent": 370, + "play": 8 + }, + { + "num": 372, + "sort": 2, + "startNum": 15, + "parent": 370, + "play": 9 + }, + { + "num": 373, + "sort": 3, + "startNum": 13, + "parent": 370, + "play": 8 + }, + { + "num": 374, + "sort": 4, + "startNum": 7, + "parent": 370, + "play": 9 + } + ] + }, { "num": 375, "period": 2, - "sec": 2080, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759073434, - "stop": 1759073454, - "hl": 0, - "children": [ - { - "num": 376, - "sort": 1, - "startNum": 31, - "parent": 375, - "play": 8 - }, - { - "num": 377, - "sort": 2, - "startNum": 26, - "parent": 375, - "play": 9 - }, - { - "num": 378, - "sort": 3, - "startNum": 8, - "parent": 375, - "play": 8 - }, - { - "num": 379, - "sort": 4, - "startNum": 19, - "parent": 375, - "play": 9 - } - ] - }, - { - "num": 380, - "period": 2, - "sec": 2080, + "sec": 3120, "sort": 0, "startNum": 0, "play": 71, @@ -6453,53 +6200,9 @@ "children": [] }, { - "num": 381, + "num": 367, "period": 2, - "sec": 2110, - "sort": 0, - "startNum": 17, - "play": 2, - "zone": 2, - "x": -1, - "y": 0, - "start": 1759073457, - "stop": 1759073477, - "hl": 0, - "children": [ - { - "num": 382, - "sort": 1, - "startNum": 17, - "parent": 381, - "play": 34 - }, - { - "num": 383, - "sort": 2, - "startNum": 17, - "parent": 381, - "play": 30 - }, - { - "num": 384, - "sort": 3, - "startNum": 13, - "parent": 381, - "play": 25 - }, - { - "num": 385, - "sort": 4, - "startNum": 2, - "parent": 381, - "play": 24 - } - ] - }, - { - "num": 372, - "period": 2, - "sec": 2120, + "sec": 3130, "sort": 0, "startNum": 0, "play": 70, @@ -6512,12 +6215,110 @@ "children": [] }, { - "num": 386, + "num": 377, "period": 2, - "sec": 2210, + "sec": 3140, + "sort": 0, + "startNum": 35, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547454, + "stop": 1760547484, + "hl": 0, + "children": [ + { + "num": 378, + "sort": 1, + "startNum": 13, + "parent": 377, + "play": 52 + } + ] + }, + { + "num": 379, + "period": 2, + "sec": 3140, + "sort": 0, + "startNum": 13, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760547489, + "stop": 1760547509, + "hl": 0, + "children": [] + }, + { + "num": 380, + "period": 2, + "sec": 3140, + "sort": 0, + "startNum": 13, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547499, + "stop": 1760547519, + "hl": 0, + "children": [ + { + "num": 381, + "sort": 1, + "startNum": 2, + "parent": 380, + "play": 24 + } + ] + }, + { + "num": 384, + "period": 2, + "sec": 3140, "sort": 0, "startNum": 0, - "play": 70, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760547507, + "stop": 1760547527, + "hl": 0, + "children": [ + { + "num": 385, + "sort": 1, + "startNum": 16, + "parent": 384, + "play": 8 + }, + { + "num": 386, + "sort": 2, + "startNum": 17, + "parent": 384, + "play": 9 + }, + { + "num": 388, + "sort": 3, + "startNum": 2, + "parent": 384, + "play": 24 + } + ] + }, + { + "num": 389, + "period": 2, + "sec": 3140, + "sort": 0, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, @@ -6529,10 +6330,10 @@ { "num": 387, "period": 2, - "sec": 2210, + "sec": 3140, "sort": 0, "startNum": 0, - "play": 71, + "play": 69, "zone": null, "x": null, "y": null, @@ -6542,24 +6343,9 @@ "children": [] }, { - "num": 389, + "num": 376, "period": 2, - "sec": 2220, - "sort": 0, - "startNum": 35, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759073470, - "stop": 1759073490, - "hl": 0, - "children": [] - }, - { - "num": 388, - "period": 2, - "sec": 2220, + "sec": 3150, "sort": 0, "startNum": 0, "play": 70, @@ -6574,15 +6360,15 @@ { "num": 390, "period": 2, - "sec": 2220, + "sec": 3320, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759073478, - "stop": 1759073498, + "startNum": 33, + "play": 2, + "zone": 2, + "x": -10, + "y": 13, + "start": 1760547530, + "stop": 1760547550, "hl": 0, "children": [ { @@ -6590,156 +6376,103 @@ "sort": 1, "startNum": 33, "parent": 390, - "play": 8 + "play": 32 }, { "num": 392, "sort": 2, - "startNum": 32, + "startNum": 35, "parent": 390, - "play": 9 + "play": 25 + }, + { + "num": 393, + "sort": 3, + "startNum": 1, + "parent": 390, + "play": 24 } ] }, { - "num": 393, + "num": 394, "period": 2, - "sec": 2220, + "sec": 3420, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 8, + "play": 6, + "zone": 9, + "x": -7, + "y": 78, + "start": 1760547540, + "stop": 1760547560, "hl": 0, - "children": [] - }, - { - "num": 395, - "period": 2, - "sec": 2330, - "sort": 0, - "startNum": 1, - "play": 72, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] + "children": [ + { + "num": 395, + "sort": 1, + "startNum": 8, + "parent": 394, + "play": 31 + } + ] }, { "num": 396, "period": 2, - "sec": 2330, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 398, - "period": 2, - "sec": 2350, - "sort": 0, - "startNum": 14, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759073634, - "stop": 1759073654, + "sec": 3420, + "sort": 2, + "startNum": 13, + "play": 28, + "zone": 9, + "x": -7, + "y": 78, + "start": 1760547540, + "stop": 1760547560, "hl": 0, "children": [] }, { "num": 397, "period": 2, - "sec": 2350, + "sec": 3480, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 399, - "period": 2, - "sec": 2350, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 394, - "period": 2, - "sec": 2360, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 400, - "period": 2, - "sec": 2550, - "sort": 0, - "startNum": 28, - "play": 2, - "zone": 2, - "x": -3, - "y": 2, - "start": 1759073662, - "stop": 1759073682, + "startNum": 16, + "play": 3, + "zone": 8, + "x": 58, + "y": 38, + "start": 1760547545, + "stop": 1760547565, "hl": 0, "children": [ { - "num": 401, + "num": 398, "sort": 1, - "startNum": 28, - "parent": 400, - "play": 32 + "startNum": 16, + "parent": 397, + "play": 31 }, { - "num": 402, + "num": 399, "sort": 2, - "startNum": 1, - "parent": 400, + "startNum": 13, + "parent": 397, + "play": 25 + }, + { + "num": 400, + "sort": 3, + "startNum": 2, + "parent": 397, "play": 24 } ] }, { - "num": 403, + "num": 401, "period": 2, - "sec": 2710, + "sec": 3620, "sort": 0, "startNum": 0, "play": 70, @@ -6751,10 +6484,33 @@ "hl": 0, "children": [] }, + { + "num": 402, + "period": 2, + "sec": 3620, + "sort": 0, + "startNum": 8, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547543, + "stop": 1760547573, + "hl": 0, + "children": [ + { + "num": 403, + "sort": 1, + "startNum": 35, + "parent": 402, + "play": 50 + } + ] + }, { "num": 404, "period": 2, - "sec": 2710, + "sec": 3620, "sort": 0, "startNum": 0, "play": 71, @@ -6769,59 +6525,52 @@ { "num": 405, "period": 2, - "sec": 2730, + "sec": 3630, "sort": 0, - "startNum": 17, - "play": 3, - "zone": 9, - "x": -3, - "y": 72, - "start": 1759073715, - "stop": 1759073735, + "startNum": 37, + "play": 6, + "zone": 10, + "x": -68, + "y": 18, + "start": 1760547584, + "stop": 1760547604, "hl": 0, "children": [ { "num": 406, "sort": 1, - "startNum": 17, + "startNum": 37, "parent": 405, "play": 31 }, { "num": 407, "sort": 2, - "startNum": 14, + "startNum": 36, "parent": 405, "play": 25 - }, - { - "num": 408, - "sort": 3, - "startNum": 2, - "parent": 405, - "play": 24 } ] }, { - "num": 409, + "num": 408, "period": 2, - "sec": 2860, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 3630, + "sort": 3, + "startNum": 33, + "play": 28, + "zone": 10, + "x": -68, + "y": 18, + "start": 1760547584, + "stop": 1760547604, "hl": 0, "children": [] }, { - "num": 411, + "num": 409, "period": 2, - "sec": 2860, + "sec": 3780, "sort": 0, "startNum": 0, "play": 70, @@ -6836,82 +6585,98 @@ { "num": 410, "period": 2, - "sec": 2860, + "sec": 3780, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 412, - "period": 2, - "sec": 2860, - "sort": 0, - "startNum": 36, + "startNum": 13, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759073719, - "stop": 1759073749, + "start": 1760547584, + "stop": 1760547614, "hl": 0, "children": [ { - "num": 413, + "num": 411, "sort": 1, - "startNum": 36, - "parent": 412, - "play": 47 - }, - { - "num": 414, - "sort": 2, - "startNum": 17, - "parent": 412, - "play": 50 + "startNum": 37, + "parent": 410, + "play": 52 } ] }, { - "num": 415, + "num": 412, "period": 2, - "sec": 2860, + "sec": 3780, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759073746, - "stop": 1759073766, + "start": 1760547609, + "stop": 1760547629, "hl": 0, "children": [ { - "num": 416, + "num": 413, "sort": 1, - "startNum": 27, - "parent": 415, + "startNum": 10, + "parent": 412, "play": 8 }, { - "num": 417, + "num": 414, "sort": 2, - "startNum": 36, - "parent": 415, + "startNum": 21, + "parent": 412, "play": 9 } ] }, + { + "num": 415, + "period": 2, + "sec": 3780, + "sort": 0, + "startNum": 37, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547624, + "stop": 1760547644, + "hl": 0, + "children": [] + }, + { + "num": 416, + "period": 2, + "sec": 3780, + "sort": 0, + "startNum": 37, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547639, + "stop": 1760547659, + "hl": 0, + "children": [ + { + "num": 417, + "sort": 1, + "startNum": 1, + "parent": 416, + "play": 24 + } + ] + }, { "num": 418, "period": 2, - "sec": 2860, + "sec": 3780, "sort": 0, "startNum": 0, "play": 71, @@ -6926,118 +6691,37 @@ { "num": 419, "period": 2, - "sec": 3130, + "sec": 3900, "sort": 0, - "startNum": 13, - "play": 3, - "zone": 9, - "x": 20, - "y": 71, - "start": 1759073767, - "stop": 1759073787, - "hl": 0, - "children": [ - { - "num": 420, - "sort": 1, - "startNum": 13, - "parent": 419, - "play": 31 - }, - { - "num": 421, - "sort": 2, - "startNum": 18, - "parent": 419, - "play": 25 - }, - { - "num": 422, - "sort": 3, - "startNum": 2, - "parent": 419, - "play": 24 - } - ] - }, - { - "num": 423, - "period": 2, - "sec": 3250, - "sort": 0, - "startNum": 35, + "startNum": 8, "play": 11, "zone": null, "x": null, "y": null, - "start": 1759073779, - "stop": 1759073799, + "start": 1760547657, + "stop": 1760547677, "hl": 0, "children": [] }, { - "num": 424, + "num": 420, "period": 2, - "sec": 3250, + "sec": 3900, "sort": 1, - "startNum": 8, + "startNum": 33, "play": 26, "zone": null, "x": null, "y": null, - "start": 1759073779, - "stop": 1759073799, + "start": 1760547657, + "stop": 1760547677, "hl": 0, "children": [] }, { - "num": 425, + "num": 421, "period": 2, - "sec": 3290, - "sort": 0, - "startNum": 8, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759073785, - "stop": 1759073805, - "hl": 0, - "children": [ - { - "num": 426, - "sort": 1, - "startNum": 8, - "parent": 425, - "play": 32 - }, - { - "num": 427, - "sort": 2, - "startNum": 8, - "parent": 425, - "play": 30 - }, - { - "num": 428, - "sort": 3, - "startNum": 1, - "parent": 425, - "play": 29 - }, - { - "num": 429, - "sort": 4, - "startNum": 2, - "parent": 425, - "play": 24 - } - ] - }, - { - "num": 430, - "period": 2, - "sec": 3300, + "sec": 3970, "sort": 0, "startNum": 0, "play": 70, @@ -7050,68 +6734,9 @@ "children": [] }, { - "num": 431, + "num": 422, "period": 2, - "sec": 3300, - "sort": 0, - "startNum": 2, - "play": 23, - "zone": null, - "x": null, - "y": null, - "start": 1759073787, - "stop": 1759073857, - "hl": 0, - "children": [] - }, - { - "num": 432, - "period": 2, - "sec": 3300, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759073885, - "stop": 1759073905, - "hl": 0, - "children": [ - { - "num": 433, - "sort": 1, - "startNum": 32, - "parent": 432, - "play": 8 - }, - { - "num": 434, - "sort": 2, - "startNum": 24, - "parent": 432, - "play": 8 - }, - { - "num": 435, - "sort": 3, - "startNum": 35, - "parent": 432, - "play": 9 - }, - { - "num": 436, - "sort": 4, - "startNum": 31, - "parent": 432, - "play": 9 - } - ] - }, - { - "num": 437, - "period": 2, - "sec": 3300, + "sec": 3970, "sort": 0, "startNum": 0, "play": 71, @@ -7124,283 +6749,47 @@ "children": [] }, { - "num": 438, + "num": 423, "period": 2, - "sec": 3540, + "sec": 4090, "sort": 0, - "startNum": 27, + "startNum": 52, "play": 5, - "zone": 2, - "x": -8, - "y": 8, - "start": 1759073916, - "stop": 1759073936, + "zone": 4, + "x": 45, + "y": 35, + "start": 1760547690, + "stop": 1760547710, "hl": 0, "children": [ { - "num": 439, + "num": 424, "sort": 1, - "startNum": 27, - "parent": 438, - "play": 32 - } - ] - }, - { - "num": 440, - "period": 2, - "sec": 3540, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 2, - "x": -8, - "y": 8, - "start": 1759073916, - "stop": 1759073936, - "hl": 0, - "children": [] - }, - { - "num": 441, - "period": 2, - "sec": 3630, - "sort": 0, - "startNum": 18, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759073924, - "stop": 1759073944, - "hl": 0, - "children": [ - { - "num": 442, - "sort": 1, - "startNum": 18, - "parent": 441, - "play": 32 - }, - { - "num": 443, - "sort": 2, - "startNum": 18, - "parent": 441, - "play": 30 - }, - { - "num": 444, - "sort": 3, - "startNum": 1, - "parent": 441, - "play": 29 - }, - { - "num": 445, - "sort": 4, - "startNum": 13, - "parent": 441, - "play": 25 - }, - { - "num": 446, - "sort": 5, - "startNum": 2, - "parent": 441, - "play": 24 - } - ] - }, - { - "num": 447, - "period": 2, - "sec": 3720, - "sort": 0, - "startNum": 27, - "play": 2, - "zone": 2, - "x": -6, - "y": 5, - "start": 1759073934, - "stop": 1759073954, - "hl": 0, - "children": [ - { - "num": 448, - "sort": 1, - "startNum": 27, - "parent": 447, - "play": 32 - }, - { - "num": 449, - "sort": 2, - "startNum": 32, - "parent": 447, - "play": 25 - }, - { - "num": 450, - "sort": 3, - "startNum": 1, - "parent": 447, - "play": 24 - } - ] - }, - { - "num": 451, - "period": 2, - "sec": 3930, - "sort": 0, - "startNum": 14, - "play": 2, - "zone": 2, - "x": -6, - "y": 2, - "start": 1759073954, - "stop": 1759073974, - "hl": 0, - "children": [ - { - "num": 452, - "sort": 1, - "startNum": 14, - "parent": 451, - "play": 32 - }, - { - "num": 453, - "sort": 2, - "startNum": 8, - "parent": 451, - "play": 25 - }, - { - "num": 454, - "sort": 3, - "startNum": 2, - "parent": 451, - "play": 24 - } - ] - }, - { - "num": 455, - "period": 2, - "sec": 4090, - "sort": 0, - "startNum": 27, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759073969, - "stop": 1759073989, - "hl": 0, - "children": [] - }, - { - "num": 456, - "period": 2, - "sec": 4090, - "sort": 1, - "startNum": 14, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759073969, - "stop": 1759073989, - "hl": 0, - "children": [] - }, - { - "num": 457, - "period": 2, - "sec": 4120, - "sort": 0, - "startNum": 14, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759073974, - "stop": 1759073994, - "hl": 0, - "children": [ - { - "num": 458, - "sort": 1, - "startNum": 14, - "parent": 457, - "play": 32 - }, - { - "num": 459, - "sort": 2, - "startNum": 14, - "parent": 457, - "play": 30 - }, - { - "num": 460, - "sort": 3, - "startNum": 1, - "parent": 457, - "play": 29 - }, - { - "num": 461, - "sort": 4, - "startNum": 2, - "parent": 457, - "play": 24 - } - ] - }, - { - "num": 462, - "period": 2, - "sec": 4300, - "sort": 0, - "startNum": 28, - "play": 3, - "zone": 10, - "x": -45, - "y": 59, - "start": 1759073992, - "stop": 1759074012, - "hl": 0, - "children": [ - { - "num": 463, - "sort": 1, - "startNum": 28, - "parent": 462, + "startNum": 52, + "parent": 423, "play": 31 - }, - { - "num": 464, - "sort": 2, - "startNum": 24, - "parent": 462, - "play": 25 - }, - { - "num": 465, - "sort": 3, - "startNum": 1, - "parent": 462, - "play": 24 } ] }, { - "num": 466, + "num": 425, "period": 2, - "sec": 4310, + "sec": 4090, + "sort": 2, + "startNum": 13, + "play": 28, + "zone": 4, + "x": 45, + "y": 35, + "start": 1760547690, + "stop": 1760547710, + "hl": 0, + "children": [] + }, + { + "num": 426, + "period": 2, + "sec": 4230, "sort": 0, "startNum": 0, "play": 70, @@ -7413,9 +6802,1229 @@ "children": [] }, { - "num": 467, + "num": 427, "period": 2, - "sec": 4310, + "sec": 4240, + "sort": 0, + "startNum": 36, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547691, + "stop": 1760547721, + "hl": 0, + "children": [ + { + "num": 428, + "sort": 1, + "startNum": 18, + "parent": 427, + "play": 52 + }, + { + "num": 429, + "sort": 2, + "startNum": 8, + "parent": 427, + "play": 25 + } + ] + }, + { + "num": 430, + "period": 2, + "sec": 4240, + "sort": 0, + "startNum": 2, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760547719, + "stop": 1760547789, + "hl": 0, + "children": [] + }, + { + "num": 431, + "period": 2, + "sec": 4240, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547827, + "stop": 1760547847, + "hl": 0, + "children": [] + }, + { + "num": 432, + "period": 2, + "sec": 4240, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760547842, + "stop": 1760547862, + "hl": 0, + "children": [ + { + "num": 433, + "sort": 1, + "startNum": 2, + "parent": 432, + "play": 24 + } + ] + }, + { + "num": 434, + "period": 2, + "sec": 4240, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 436, + "period": 2, + "sec": 4430, + "sort": 0, + "startNum": 36, + "play": 12, + "zone": null, + "x": null, + "y": null, + "start": 1760547870, + "stop": 1760547890, + "hl": 0, + "children": [] + }, + { + "num": 437, + "period": 2, + "sec": 4430, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 435, + "period": 2, + "sec": 4440, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 438, + "period": 2, + "sec": 4550, + "sort": 0, + "startNum": 10, + "play": 5, + "zone": 5, + "x": 3, + "y": 58, + "start": 1760547888, + "stop": 1760547908, + "hl": 0, + "children": [ + { + "num": 439, + "sort": 1, + "startNum": 10, + "parent": 438, + "play": 31 + }, + { + "num": 440, + "sort": 2, + "startNum": 8, + "parent": 438, + "play": 25 + } + ] + }, + { + "num": 441, + "period": 2, + "sec": 4550, + "sort": 3, + "startNum": 36, + "play": 28, + "zone": 5, + "x": 3, + "y": 58, + "start": 1760547888, + "stop": 1760547908, + "hl": 0, + "children": [] + }, + { + "num": 442, + "period": 2, + "sec": 4710, + "sort": 0, + "startNum": 36, + "play": 5, + "zone": 3, + "x": -7, + "y": 19, + "start": 1760547906, + "stop": 1760547926, + "hl": 0, + "children": [ + { + "num": 443, + "sort": 1, + "startNum": 36, + "parent": 442, + "play": 35 + } + ] + }, + { + "num": 444, + "period": 2, + "sec": 4710, + "sort": 2, + "startNum": 16, + "play": 28, + "zone": 3, + "x": -7, + "y": 19, + "start": 1760547906, + "stop": 1760547926, + "hl": 0, + "children": [] + }, + { + "num": 445, + "period": 2, + "sec": 4850, + "sort": 0, + "startNum": 18, + "play": 2, + "zone": 2, + "x": -6, + "y": 6, + "start": 1760547918, + "stop": 1760547938, + "hl": 0, + "children": [ + { + "num": 446, + "sort": 1, + "startNum": 18, + "parent": 445, + "play": 32 + }, + { + "num": 447, + "sort": 2, + "startNum": 13, + "parent": 445, + "play": 25 + }, + { + "num": 448, + "sort": 3, + "startNum": 2, + "parent": 445, + "play": 24 + } + ] + }, + { + "num": 449, + "period": 2, + "sec": 5040, + "sort": 0, + "startNum": 35, + "play": 2, + "zone": 1, + "x": 10, + "y": 6, + "start": 1760547939, + "stop": 1760547959, + "hl": 0, + "children": [ + { + "num": 450, + "sort": 1, + "startNum": 35, + "parent": 449, + "play": 32 + }, + { + "num": 451, + "sort": 2, + "startNum": 1, + "parent": 449, + "play": 24 + } + ] + }, + { + "num": 452, + "period": 2, + "sec": 5180, + "sort": 0, + "startNum": 10, + "play": 6, + "zone": 10, + "x": -52, + "y": 56, + "start": 1760547951, + "stop": 1760547971, + "hl": 0, + "children": [ + { + "num": 453, + "sort": 1, + "startNum": 10, + "parent": 452, + "play": 31 + }, + { + "num": 454, + "sort": 2, + "startNum": 8, + "parent": 452, + "play": 25 + } + ] + }, + { + "num": 455, + "period": 2, + "sec": 5180, + "sort": 3, + "startNum": 16, + "play": 28, + "zone": 10, + "x": -52, + "y": 56, + "start": 1760547951, + "stop": 1760547971, + "hl": 0, + "children": [] + }, + { + "num": 457, + "period": 2, + "sec": 5250, + "sort": 0, + "startNum": 18, + "play": 2, + "zone": 1, + "x": 11, + "y": 9, + "start": 1760547967, + "stop": 1760547987, + "hl": 0, + "children": [ + { + "num": 458, + "sort": 1, + "startNum": 18, + "parent": 457, + "play": 32 + }, + { + "num": 459, + "sort": 2, + "startNum": 13, + "parent": 457, + "play": 25 + } + ] + }, + { + "num": 460, + "period": 2, + "sec": 5250, + "sort": 0, + "startNum": 36, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760547947, + "stop": 1760547977, + "hl": 0, + "children": [ + { + "num": 461, + "sort": 1, + "startNum": 18, + "parent": 460, + "play": 51 + } + ] + }, + { + "num": 462, + "period": 2, + "sec": 5250, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760547979, + "stop": 1760547999, + "hl": 0, + "children": [ + { + "num": 463, + "sort": 1, + "startNum": 39, + "parent": 462, + "play": 8 + }, + { + "num": 464, + "sort": 2, + "startNum": 38, + "parent": 462, + "play": 8 + }, + { + "num": 465, + "sort": 3, + "startNum": 28, + "parent": 462, + "play": 8 + }, + { + "num": 466, + "sort": 4, + "startNum": 35, + "parent": 462, + "play": 9 + }, + { + "num": 467, + "sort": 5, + "startNum": 36, + "parent": 462, + "play": 9 + }, + { + "num": 468, + "sort": 6, + "startNum": 52, + "parent": 462, + "play": 9 + }, + { + "num": 469, + "sort": 7, + "startNum": 7, + "parent": 462, + "play": 8 + }, + { + "num": 470, + "sort": 8, + "startNum": 15, + "parent": 462, + "play": 8 + }, + { + "num": 471, + "sort": 9, + "startNum": 8, + "parent": 462, + "play": 9 + }, + { + "num": 472, + "sort": 10, + "startNum": 13, + "parent": 462, + "play": 9 + } + ] + }, + { + "num": 473, + "period": 2, + "sec": 5250, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760548005, + "stop": 1760548025, + "hl": 0, + "children": [ + { + "num": 474, + "sort": 1, + "startNum": 2, + "parent": 473, + "play": 24 + } + ] + }, + { + "num": 475, + "period": 2, + "sec": 5250, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 456, + "period": 2, + "sec": 5270, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 476, + "period": 2, + "sec": 5400, + "sort": 0, + "startNum": 39, + "play": 5, + "zone": 3, + "x": 18, + "y": 19, + "start": 1760548028, + "stop": 1760548048, + "hl": 0, + "children": [ + { + "num": 477, + "sort": 1, + "startNum": 39, + "parent": 476, + "play": 32 + } + ] + }, + { + "num": 478, + "period": 2, + "sec": 5400, + "sort": 2, + "startNum": 18, + "play": 28, + "zone": 3, + "x": 18, + "y": 19, + "start": 1760548028, + "stop": 1760548048, + "hl": 0, + "children": [] + }, + { + "num": 491, + "period": 2, + "sec": 5400, + "sort": 3, + "startNum": 7, + "play": 27, + "zone": 3, + "x": 18, + "y": 19, + "start": 1760548028, + "stop": 1760548048, + "hl": 0, + "children": [] + }, + { + "num": 479, + "period": 2, + "sec": 5480, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 480, + "period": 2, + "sec": 5480, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 481, + "period": 2, + "sec": 5550, + "sort": 0, + "startNum": 16, + "play": 3, + "zone": 8, + "x": 47, + "y": 56, + "start": 1760548058, + "stop": 1760548078, + "hl": 0, + "children": [ + { + "num": 482, + "sort": 1, + "startNum": 16, + "parent": 481, + "play": 31 + }, + { + "num": 483, + "sort": 2, + "startNum": 10, + "parent": 481, + "play": 25 + }, + { + "num": 484, + "sort": 3, + "startNum": 2, + "parent": 481, + "play": 24 + } + ] + }, + { + "num": 486, + "period": 2, + "sec": 5750, + "sort": 0, + "startNum": 18, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760548064, + "stop": 1760548094, + "hl": 0, + "children": [ + { + "num": 487, + "sort": 1, + "startNum": 33, + "parent": 486, + "play": 50 + } + ] + }, + { + "num": 488, + "period": 2, + "sec": 5750, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760548086, + "stop": 1760548106, + "hl": 0, + "children": [ + { + "num": 489, + "sort": 1, + "startNum": 30, + "parent": 488, + "play": 8 + }, + { + "num": 490, + "sort": 2, + "startNum": 33, + "parent": 488, + "play": 9 + } + ] + }, + { + "num": 492, + "period": 2, + "sec": 5750, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 493, + "period": 2, + "sec": 5750, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 485, + "period": 2, + "sec": 5760, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 494, + "period": 2, + "sec": 5840, + "sort": 0, + "startNum": 37, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760548109, + "stop": 1760548129, + "hl": 0, + "children": [] + }, + { + "num": 495, + "period": 2, + "sec": 5840, + "sort": 1, + "startNum": 18, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760548109, + "stop": 1760548129, + "hl": 0, + "children": [] + }, + { + "num": 496, + "period": 2, + "sec": 5970, + "sort": 0, + "startNum": 7, + "play": 6, + "zone": 8, + "x": 33, + "y": 63, + "start": 1760548122, + "stop": 1760548142, + "hl": 0, + "children": [ + { + "num": 497, + "sort": 1, + "startNum": 7, + "parent": 496, + "play": 31 + } + ] + }, + { + "num": 498, + "period": 2, + "sec": 5970, + "sort": 2, + "startNum": 16, + "play": 28, + "zone": 8, + "x": 33, + "y": 63, + "start": 1760548122, + "stop": 1760548142, + "hl": 0, + "children": [] + }, + { + "num": 499, + "period": 2, + "sec": 5990, + "sort": 0, + "startNum": 16, + "play": 2, + "zone": 2, + "x": -13, + "y": 6, + "start": 1760548122, + "stop": 1760548142, + "hl": 0, + "children": [ + { + "num": 500, + "sort": 1, + "startNum": 16, + "parent": 499, + "play": 33 + }, + { + "num": 501, + "sort": 2, + "startNum": 2, + "parent": 499, + "play": 24 + } + ] + }, + { + "num": 502, + "period": 2, + "sec": 6000, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 503, + "period": 2, + "sec": 6000, + "sort": 0, + "startNum": 0, + "play": 22, + "zone": null, + "x": null, + "y": null, + "start": 1760548125, + "stop": 1760548145, + "hl": 0, + "children": [ + { + "num": 504, + "sort": 1, + "startNum": 39, + "parent": 503, + "play": 9 + }, + { + "num": 505, + "sort": 2, + "startNum": 38, + "parent": 503, + "play": 9 + }, + { + "num": 506, + "sort": 3, + "startNum": 28, + "parent": 503, + "play": 9 + }, + { + "num": 507, + "sort": 4, + "startNum": 37, + "parent": 503, + "play": 9 + }, + { + "num": 508, + "sort": 5, + "startNum": 30, + "parent": 503, + "play": 9 + }, + { + "num": 509, + "sort": 6, + "startNum": 7, + "parent": 503, + "play": 9 + }, + { + "num": 510, + "sort": 7, + "startNum": 10, + "parent": 503, + "play": 9 + }, + { + "num": 511, + "sort": 8, + "startNum": 15, + "parent": 503, + "play": 9 + }, + { + "num": 512, + "sort": 9, + "startNum": 16, + "parent": 503, + "play": 9 + }, + { + "num": 513, + "sort": 10, + "startNum": 18, + "parent": 503, + "play": 9 + } + ] + }, + { + "num": 514, + "period": 3, + "sec": 0, + "sort": 0, + "startNum": 0, + "play": 21, + "zone": null, + "x": null, + "y": null, + "start": 1760549041, + "stop": 1760549061, + "hl": 0, + "children": [ + { + "num": 515, + "sort": 1, + "startNum": 7, + "parent": 514, + "play": 8 + }, + { + "num": 516, + "sort": 2, + "startNum": 8, + "parent": 514, + "play": 8 + }, + { + "num": 517, + "sort": 3, + "startNum": 9, + "parent": 514, + "play": 8 + }, + { + "num": 518, + "sort": 4, + "startNum": 10, + "parent": 514, + "play": 8 + }, + { + "num": 519, + "sort": 5, + "startNum": 14, + "parent": 514, + "play": 8 + }, + { + "num": 520, + "sort": 6, + "startNum": 35, + "parent": 514, + "play": 8 + }, + { + "num": 521, + "sort": 7, + "startNum": 33, + "parent": 514, + "play": 8 + }, + { + "num": 522, + "sort": 8, + "startNum": 37, + "parent": 514, + "play": 8 + }, + { + "num": 523, + "sort": 9, + "startNum": 34, + "parent": 514, + "play": 8 + }, + { + "num": 524, + "sort": 10, + "startNum": 36, + "parent": 514, + "play": 8 + }, + { + "num": 526, + "sort": 11, + "startNum": 1, + "parent": 514, + "play": 24 + } + ] + }, + { + "num": 525, + "period": 3, + "sec": 0, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 527, + "period": 3, + "sec": 150, + "sort": 0, + "startNum": 9, + "play": 5, + "zone": 4, + "x": 42, + "y": 6, + "start": 1760549069, + "stop": 1760549089, + "hl": 0, + "children": [ + { + "num": 528, + "sort": 1, + "startNum": 9, + "parent": 527, + "play": 31 + }, + { + "num": 529, + "sort": 2, + "startNum": 14, + "parent": 527, + "play": 25 + } + ] + }, + { + "num": 530, + "period": 3, + "sec": 150, + "sort": 3, + "startNum": 36, + "play": 28, + "zone": 4, + "x": 42, + "y": 6, + "start": 1760549069, + "stop": 1760549089, + "hl": 0, + "children": [] + }, + { + "num": 531, + "period": 3, + "sec": 230, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 532, + "period": 3, + "sec": 230, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 533, + "period": 3, + "sec": 330, + "sort": 0, + "startNum": 36, + "play": 5, + "zone": 4, + "x": 29, + "y": 0, + "start": 1760549281, + "stop": 1760549301, + "hl": 0, + "children": [ + { + "num": 534, + "sort": 1, + "startNum": 36, + "parent": 533, + "play": 31 + }, + { + "num": 535, + "sort": 2, + "startNum": 35, + "parent": 533, + "play": 25 + } + ] + }, + { + "num": 536, + "period": 3, + "sec": 330, + "sort": 3, + "startNum": 9, + "play": 28, + "zone": 4, + "x": 29, + "y": 0, + "start": 1760549281, + "stop": 1760549301, + "hl": 0, + "children": [] + }, + { + "num": 537, + "period": 3, + "sec": 420, + "sort": 0, + "startNum": 14, + "play": 6, + "zone": 9, + "x": -6, + "y": 75, + "start": 1760549288, + "stop": 1760549308, + "hl": 0, + "children": [ + { + "num": 538, + "sort": 1, + "startNum": 14, + "parent": 537, + "play": 31 + }, + { + "num": 539, + "sort": 2, + "startNum": 8, + "parent": 537, + "play": 25 + } + ] + }, + { + "num": 540, + "period": 3, + "sec": 420, + "sort": 3, + "startNum": 2, + "play": 28, + "zone": 9, + "x": -6, + "y": 75, + "start": 1760549288, + "stop": 1760549308, + "hl": 0, + "children": [] + }, + { + "num": 541, + "period": 3, + "sec": 430, "sort": 0, "startNum": 2, "play": 24, @@ -7428,47 +8037,9 @@ "children": [] }, { - "num": 470, - "period": 2, - "sec": 4310, - "sort": 0, - "startNum": 17, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759073982, - "stop": 1759074012, - "hl": 0, - "children": [ - { - "num": 471, - "sort": 1, - "startNum": 24, - "parent": 470, - "play": 50 - } - ] - }, - { - "num": 468, - "period": 2, - "sec": 4310, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 469, - "period": 2, - "sec": 4310, + "num": 542, + "period": 3, + "sec": 440, "sort": 0, "startNum": 0, "play": 70, @@ -7481,81 +8052,9 @@ "children": [] }, { - "num": 472, - "period": 2, - "sec": 4310, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759074020, - "stop": 1759074040, - "hl": 0, - "children": [ - { - "num": 473, - "sort": 1, - "startNum": 15, - "parent": 472, - "play": 8 - }, - { - "num": 474, - "sort": 2, - "startNum": 9, - "parent": 472, - "play": 8 - }, - { - "num": 475, - "sort": 3, - "startNum": 13, - "parent": 472, - "play": 9 - }, - { - "num": 476, - "sort": 4, - "startNum": 14, - "parent": 472, - "play": 9 - }, - { - "num": 477, - "sort": 5, - "startNum": 35, - "parent": 472, - "play": 8 - }, - { - "num": 478, - "sort": 6, - "startNum": 25, - "parent": 472, - "play": 8 - }, - { - "num": 479, - "sort": 7, - "startNum": 27, - "parent": 472, - "play": 9 - }, - { - "num": 480, - "sort": 8, - "startNum": 24, - "parent": 472, - "play": 9 - } - ] - }, - { - "num": 481, - "period": 2, - "sec": 4310, + "num": 543, + "period": 3, + "sec": 440, "sort": 0, "startNum": 0, "play": 71, @@ -7568,834 +8067,69 @@ "children": [] }, { - "num": 482, - "period": 2, - "sec": 4320, + "num": 544, + "period": 3, + "sec": 530, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 483, - "period": 2, - "sec": 4320, - "sort": 0, - "startNum": 9, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759074023, - "stop": 1759074053, - "hl": 0, - "children": [ - { - "num": 484, - "sort": 1, - "startNum": 33, - "parent": 483, - "play": 52 - } - ] - }, - { - "num": 485, - "period": 2, - "sec": 4320, - "sort": 0, - "startNum": 33, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759074058, - "stop": 1759074078, - "hl": 0, - "children": [] - }, - { - "num": 486, - "period": 2, - "sec": 4320, - "sort": 0, - "startNum": 33, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759074073, - "stop": 1759074093, - "hl": 0, - "children": [ - { - "num": 487, - "sort": 1, - "startNum": 1, - "parent": 486, - "play": 24 - } - ] - }, - { - "num": 488, - "period": 2, - "sec": 4320, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 489, - "period": 2, - "sec": 4450, - "sort": 0, - "startNum": 17, + "startNum": 34, "play": 2, - "zone": 2, - "x": -5, - "y": 4, - "start": 1759074091, - "stop": 1759074111, + "zone": 4, + "x": 35, + "y": 42, + "start": 1760549309, + "stop": 1760549329, "hl": 0, "children": [ - { - "num": 490, - "sort": 1, - "startNum": 17, - "parent": 489, - "play": 32 - }, - { - "num": 491, - "sort": 2, - "startNum": 18, - "parent": 489, - "play": 25 - }, - { - "num": 492, - "sort": 3, - "startNum": 2, - "parent": 489, - "play": 24 - } - ] - }, - { - "num": 493, - "period": 2, - "sec": 4580, - "sort": 0, - "startNum": 32, - "play": 2, - "zone": 2, - "x": -10, - "y": 5, - "start": 1759074104, - "stop": 1759074124, - "hl": 0, - "children": [ - { - "num": 494, - "sort": 1, - "startNum": 32, - "parent": 493, - "play": 32 - }, - { - "num": 495, - "sort": 2, - "startNum": 1, - "parent": 493, - "play": 24 - } - ] - }, - { - "num": 496, - "period": 2, - "sec": 4810, - "sort": 0, - "startNum": 18, - "play": 2, - "zone": 1, - "x": 9, - "y": 3, - "start": 1759074127, - "stop": 1759074147, - "hl": 0, - "children": [ - { - "num": 497, - "sort": 1, - "startNum": 18, - "parent": 496, - "play": 32 - }, - { - "num": 498, - "sort": 2, - "startNum": 15, - "parent": 496, - "play": 25 - }, - { - "num": 499, - "sort": 3, - "startNum": 2, - "parent": 496, - "play": 24 - } - ] - }, - { - "num": 500, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 501, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 503, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 18, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759074130, - "stop": 1759074160, - "hl": 0, - "children": [ - { - "num": 504, - "sort": 1, - "startNum": 25, - "parent": 503, - "play": 50 - } - ] - }, - { - "num": 502, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 505, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759074160, - "stop": 1759074180, - "hl": 0, - "children": [ - { - "num": 506, - "sort": 1, - "startNum": 36, - "parent": 505, - "play": 8 - }, - { - "num": 507, - "sort": 2, - "startNum": 28, - "parent": 505, - "play": 9 - }, - { - "num": 508, - "sort": 3, - "startNum": 19, - "parent": 505, - "play": 8 - }, - { - "num": 509, - "sort": 4, - "startNum": 17, - "parent": 505, - "play": 9 - } - ] - }, - { - "num": 510, - "period": 2, - "sec": 4950, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 511, - "period": 2, - "sec": 5090, - "sort": 0, - "startNum": 32, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759074185, - "stop": 1759074205, - "hl": 0, - "children": [] - }, - { - "num": 512, - "period": 2, - "sec": 5090, - "sort": 1, - "startNum": 15, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759074185, - "stop": 1759074205, - "hl": 0, - "children": [] - }, - { - "num": 513, - "period": 2, - "sec": 5130, - "sort": 0, - "startNum": 15, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759074188, - "stop": 1759074208, - "hl": 0, - "children": [] - }, - { - "num": 514, - "period": 2, - "sec": 5130, - "sort": 1, - "startNum": 32, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759074188, - "stop": 1759074208, - "hl": 0, - "children": [] - }, - { - "num": 515, - "period": 2, - "sec": 5170, - "sort": 0, - "startNum": 33, - "play": 2, - "zone": 3, - "x": -2, - "y": 26, - "start": 1759074193, - "stop": 1759074213, - "hl": 0, - "children": [ - { - "num": 516, - "sort": 1, - "startNum": 33, - "parent": 515, - "play": 32 - }, - { - "num": 517, - "sort": 2, - "startNum": 1, - "parent": 515, - "play": 24 - } - ] - }, - { - "num": 518, - "period": 2, - "sec": 5440, - "sort": 0, - "startNum": 18, - "play": 5, - "zone": 1, - "x": 2, - "y": 13, - "start": 1759074218, - "stop": 1759074238, - "hl": 0, - "children": [ - { - "num": 519, - "sort": 1, - "startNum": 18, - "parent": 518, - "play": 32 - } - ] - }, - { - "num": 520, - "period": 2, - "sec": 5440, - "sort": 2, - "startNum": 15, - "play": 28, - "zone": 1, - "x": 2, - "y": 13, - "start": 1759074218, - "stop": 1759074238, - "hl": 0, - "children": [] - }, - { - "num": 521, - "period": 2, - "sec": 5450, - "sort": 0, - "startNum": 15, - "play": 5, - "zone": 1, - "x": 6, - "y": 12, - "start": 1759074221, - "stop": 1759074241, - "hl": 0, - "children": [ - { - "num": 522, - "sort": 1, - "startNum": 15, - "parent": 521, - "play": 33 - } - ] - }, - { - "num": 523, - "period": 2, - "sec": 5450, - "sort": 2, - "startNum": 33, - "play": 28, - "zone": 1, - "x": 6, - "y": 12, - "start": 1759074221, - "stop": 1759074241, - "hl": 0, - "children": [] - }, - { - "num": 524, - "period": 2, - "sec": 5590, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 525, - "period": 2, - "sec": 5590, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 526, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 527, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 9, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759074222, - "stop": 1759074252, - "hl": 0, - "children": [ - { - "num": 528, - "sort": 1, - "startNum": 33, - "parent": 527, - "play": 52 - } - ] - }, - { - "num": 529, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759074259, - "stop": 1759074279, - "hl": 0, - "children": [ - { - "num": 530, - "sort": 1, - "startNum": 10, - "parent": 529, - "play": 8 - }, - { - "num": 531, - "sort": 2, - "startNum": 9, - "parent": 529, - "play": 9 - }, - { - "num": 536, - "sort": 3, - "startNum": 13, - "parent": 529, - "play": 8 - }, - { - "num": 537, - "sort": 4, - "startNum": 18, - "parent": 529, - "play": 9 - } - ] - }, - { - "num": 532, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 33, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759074272, - "stop": 1759074292, - "hl": 0, - "children": [] - }, - { - "num": 533, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 33, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759074287, - "stop": 1759074307, - "hl": 0, - "children": [ - { - "num": 534, - "sort": 1, - "startNum": 1, - "parent": 533, - "play": 24 - } - ] - }, - { - "num": 535, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 1, - "play": 23, - "zone": null, - "x": null, - "y": null, - "start": 1759074290, - "stop": 1759074360, - "hl": 0, - "children": [] - }, - { - "num": 538, - "period": 2, - "sec": 5600, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 539, - "period": 2, - "sec": 5730, - "sort": 0, - "startNum": 13, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759074388, - "stop": 1759074408, - "hl": 0, - "children": [] - }, - { - "num": 540, - "period": 2, - "sec": 5730, - "sort": 1, - "startNum": 32, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759074388, - "stop": 1759074408, - "hl": 0, - "children": [] - }, - { - "num": 541, - "period": 2, - "sec": 5780, - "sort": 0, - "startNum": 33, - "play": 2, - "zone": 2, - "x": -1, - "y": 1, - "start": 1759074391, - "stop": 1759074411, - "hl": 0, - "children": [ - { - "num": 542, - "sort": 1, - "startNum": 33, - "parent": 541, - "play": 32 - }, - { - "num": 543, - "sort": 2, - "startNum": 2, - "parent": 541, - "play": 29 - }, - { - "num": 544, - "sort": 3, - "startNum": 32, - "parent": 541, - "play": 25 - }, { "num": 545, - "sort": 4, + "sort": 1, + "startNum": 34, + "parent": 544, + "play": 31 + }, + { + "num": 546, + "sort": 2, "startNum": 1, - "parent": 541, + "parent": 544, "play": 24 } ] }, - { - "num": 546, - "period": 2, - "sec": 5890, - "sort": 0, - "startNum": 13, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759074404, - "stop": 1759074424, - "hl": 0, - "children": [] - }, { "num": 547, - "period": 2, - "sec": 5890, - "sort": 1, - "startNum": 32, - "play": 26, + "period": 3, + "sec": 570, + "sort": 0, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759074404, - "stop": 1759074424, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 549, + "period": 3, + "sec": 570, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 548, - "period": 2, - "sec": 5900, - "sort": 0, - "startNum": 32, - "play": 5, - "zone": 2, - "x": -8, - "y": 3, - "start": 1759074404, - "stop": 1759074424, - "hl": 0, - "children": [ - { - "num": 549, - "sort": 1, - "startNum": 32, - "parent": 548, - "play": 32 - } - ] - }, - { - "num": 550, - "period": 2, - "sec": 5900, - "sort": 2, - "startNum": 10, - "play": 28, - "zone": 2, - "x": -8, - "y": 3, - "start": 1759074404, - "stop": 1759074424, - "hl": 0, - "children": [] - }, - { - "num": 551, - "period": 2, - "sec": 5980, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 552, - "period": 2, - "sec": 5980, + "period": 3, + "sec": 570, "sort": 0, "startNum": 0, "play": 71, @@ -8408,88 +8142,102 @@ "children": [] }, { - "num": 553, - "period": 2, - "sec": 5980, + "num": 550, + "period": 3, + "sec": 690, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 9, + "play": 5, + "zone": 4, + "x": 27, + "y": 5, + "start": 1760549327, + "stop": 1760549347, + "hl": 0, + "children": [ + { + "num": 552, + "sort": 2, + "startNum": 9, + "parent": 550, + "play": 31 + }, + { + "num": 553, + "sort": 3, + "startNum": 10, + "parent": 550, + "play": 25 + } + ] + }, + { + "num": 551, + "period": 3, + "sec": 690, + "sort": 1, + "startNum": 36, + "play": 27, + "zone": 4, + "x": 27, + "y": 5, + "start": 1760549327, + "stop": 1760549347, "hl": 0, "children": [] }, { "num": 554, - "period": 2, - "sec": 5980, + "period": 3, + "sec": 690, + "sort": 4, + "startNum": 35, + "play": 28, + "zone": 4, + "x": 27, + "y": 5, + "start": 1760549327, + "stop": 1760549347, + "hl": 0, + "children": [] + }, + { + "num": 555, + "period": 3, + "sec": 710, "sort": 0, - "startNum": 36, - "play": 40, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759074404, - "stop": 1759074434, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 555, - "sort": 1, - "startNum": 19, - "parent": 554, - "play": 52 - } - ] + "children": [] }, { "num": 556, - "period": 2, - "sec": 5980, + "period": 3, + "sec": 710, "sort": 0, - "startNum": 19, - "play": 1, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, - "start": 1759074447, - "stop": 1759074467, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 557, - "period": 2, - "sec": 5980, - "sort": 0, - "startNum": 19, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759074469, - "stop": 1759074489, - "hl": 0, - "children": [ - { - "num": 558, - "sort": 1, - "startNum": 2, - "parent": 557, - "play": 24 - } - ] - }, - { - "num": 559, - "period": 2, - "sec": 5980, + "period": 3, + "sec": 720, "sort": 0, "startNum": 0, - "play": 71, + "play": 70, "zone": null, "x": null, "y": null, @@ -8499,35 +8247,42 @@ "children": [] }, { - "num": 561, - "period": 2, - "sec": 6000, + "num": 558, + "period": 3, + "sec": 720, "sort": 0, - "startNum": 35, - "play": 6, - "zone": 12, - "x": 63, - "y": 133, - "start": 1759074490, - "stop": 1759074510, + "startNum": 9, + "play": 41, + "zone": null, + "x": null, + "y": null, + "start": 1760549325, + "stop": 1760549355, "hl": 0, "children": [ { - "num": 562, + "num": 559, "sort": 1, "startNum": 35, - "parent": 561, - "play": 31 + "parent": 558, + "play": 52 + }, + { + "num": 560, + "sort": 2, + "startNum": 33, + "parent": 558, + "play": 25 } ] }, { - "num": 560, - "period": 2, - "sec": 6000, + "num": 561, + "period": 3, + "sec": 720, "sort": 0, "startNum": 0, - "play": 70, + "play": 69, "zone": null, "x": null, "y": null, @@ -8536,28 +8291,28 @@ "hl": 0, "children": [] }, + { + "num": 562, + "period": 3, + "sec": 720, + "sort": 0, + "startNum": 35, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760549363, + "stop": 1760549383, + "hl": 0, + "children": [] + }, { "num": 563, - "period": 2, - "sec": 6000, + "period": 3, + "sec": 720, "sort": 0, "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 575, - "period": 2, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 70, + "play": 69, "zone": null, "x": null, "y": null, @@ -8568,187 +8323,288 @@ }, { "num": 564, - "period": 2, - "sec": 6000, + "period": 3, + "sec": 720, "sort": 0, - "startNum": 0, - "play": 22, + "startNum": 35, + "play": 1, "zone": null, "x": null, "y": null, - "start": 1759074495, - "stop": 1759074515, + "start": 1760549383, + "stop": 1760549403, "hl": 0, "children": [ { "num": 565, "sort": 1, - "startNum": 35, + "startNum": 2, "parent": 564, - "play": 9 - }, - { - "num": 566, - "sort": 2, - "startNum": 33, - "parent": 564, - "play": 9 - }, - { - "num": 567, - "sort": 3, - "startNum": 32, - "parent": 564, - "play": 9 - }, + "play": 24 + } + ] + }, + { + "num": 566, + "period": 3, + "sec": 720, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 567, + "period": 3, + "sec": 790, + "sort": 0, + "startNum": 34, + "play": 6, + "zone": 9, + "x": 0, + "y": 77, + "start": 1760549399, + "stop": 1760549419, + "hl": 0, + "children": [ { "num": 568, - "sort": 4, - "startNum": 25, - "parent": 564, - "play": 9 - }, - { - "num": 569, - "sort": 5, - "startNum": 36, - "parent": 564, - "play": 9 - }, - { - "num": 570, - "sort": 6, - "startNum": 8, - "parent": 564, - "play": 9 - }, - { - "num": 571, - "sort": 7, - "startNum": 15, - "parent": 564, - "play": 9 - }, + "sort": 1, + "startNum": 34, + "parent": 567, + "play": 31 + } + ] + }, + { + "num": 569, + "period": 3, + "sec": 790, + "sort": 2, + "startNum": 14, + "play": 28, + "zone": 9, + "x": 0, + "y": 77, + "start": 1760549399, + "stop": 1760549419, + "hl": 0, + "children": [] + }, + { + "num": 571, + "period": 3, + "sec": 880, + "sort": 0, + "startNum": 37, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549394, + "stop": 1760549424, + "hl": 0, + "children": [ { "num": 572, - "sort": 8, - "startNum": 13, - "parent": 564, - "play": 9 - }, - { - "num": 573, - "sort": 9, - "startNum": 19, - "parent": 564, - "play": 9 - }, - { - "num": 574, - "sort": 10, + "sort": 1, "startNum": 10, - "parent": 564, - "play": 9 + "parent": 571, + "play": 50 + } + ] + }, + { + "num": 573, + "period": 3, + "sec": 880, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 570, + "period": 3, + "sec": 900, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 574, + "period": 3, + "sec": 980, + "sort": 0, + "startNum": 8, + "play": 6, + "zone": 10, + "x": -51, + "y": 54, + "start": 1760549436, + "stop": 1760549456, + "hl": 0, + "children": [ + { + "num": 575, + "sort": 1, + "startNum": 8, + "parent": 574, + "play": 31 } ] }, { "num": 576, "period": 3, - "sec": 0, + "sec": 980, + "sort": 2, + "startNum": 36, + "play": 28, + "zone": 10, + "x": -51, + "y": 54, + "start": 1760549436, + "stop": 1760549456, + "hl": 0, + "children": [] + }, + { + "num": 578, + "period": 3, + "sec": 1080, "sort": 0, - "startNum": 0, - "play": 21, + "startNum": 7, + "play": 40, "zone": null, "x": null, "y": null, - "start": 1759075408, - "stop": 1759075428, + "start": 1760549429, + "stop": 1760549459, "hl": 0, "children": [ - { - "num": 577, - "sort": 1, - "startNum": 35, - "parent": 576, - "play": 8 - }, - { - "num": 578, - "sort": 2, - "startNum": 33, - "parent": 576, - "play": 8 - }, { "num": 579, - "sort": 3, - "startNum": 32, - "parent": 576, - "play": 8 - }, - { - "num": 580, - "sort": 4, + "sort": 1, "startNum": 36, - "parent": 576, - "play": 8 - }, - { - "num": 581, - "sort": 5, - "startNum": 26, - "parent": 576, - "play": 8 - }, + "parent": 578, + "play": 50 + } + ] + }, + { + "num": 580, + "period": 3, + "sec": 1080, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 577, + "period": 3, + "sec": 1100, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 581, + "period": 3, + "sec": 1190, + "sort": 0, + "startNum": 37, + "play": 3, + "zone": 10, + "x": -63, + "y": 31, + "start": 1760549476, + "stop": 1760549496, + "hl": 0, + "children": [ { "num": 582, - "sort": 6, - "startNum": 8, - "parent": 576, - "play": 8 + "sort": 1, + "startNum": 37, + "parent": 581, + "play": 31 }, { "num": 583, - "sort": 7, - "startNum": 17, - "parent": 576, - "play": 8 + "sort": 2, + "startNum": 36, + "parent": 581, + "play": 25 }, { "num": 584, - "sort": 8, - "startNum": 13, - "parent": 576, - "play": 8 - }, - { - "num": 585, - "sort": 9, - "startNum": 19, - "parent": 576, - "play": 8 - }, - { - "num": 586, - "sort": 10, - "startNum": 14, - "parent": 576, - "play": 8 - }, + "sort": 3, + "startNum": 1, + "parent": 581, + "play": 24 + } + ] + }, + { + "num": 586, + "period": 3, + "sec": 1300, + "sort": 0, + "startNum": 34, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549474, + "stop": 1760549504, + "hl": 0, + "children": [ { "num": 587, - "sort": 11, - "startNum": 1, - "parent": 576, - "play": 24 + "sort": 1, + "startNum": 7, + "parent": 586, + "play": 50 } ] }, { "num": 588, "period": 3, - "sec": 0, + "sec": 1300, "sort": 0, "startNum": 0, "play": 71, @@ -8760,198 +8616,243 @@ "hl": 0, "children": [] }, + { + "num": 585, + "period": 3, + "sec": 1340, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 589, "period": 3, - "sec": 210, + "sec": 1470, "sort": 0, - "startNum": 8, + "startNum": 10, "play": 5, - "zone": 3, - "x": 1, - "y": 15, - "start": 1759075441, - "stop": 1759075461, + "zone": 4, + "x": 25, + "y": 40, + "start": 1760549525, + "stop": 1760549545, "hl": 0, "children": [ { "num": 590, "sort": 1, - "startNum": 8, + "startNum": 10, "parent": 589, - "play": 32 + "play": 31 } ] }, + { + "num": 593, + "period": 3, + "sec": 1470, + "sort": 0, + "startNum": 1, + "play": 19, + "zone": null, + "x": null, + "y": null, + "start": 1760549530, + "stop": 1760549550, + "hl": 0, + "children": [] + }, + { + "num": 594, + "period": 3, + "sec": 1470, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 591, "period": 3, - "sec": 210, - "sort": 2, - "startNum": 8, - "play": 28, - "zone": 3, - "x": 1, - "y": 15, - "start": 1759075441, - "stop": 1759075461, + "sec": 1500, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 592, "period": 3, - "sec": 350, + "sec": 1500, "sort": 0, - "startNum": 13, - "play": 6, - "zone": 10, - "x": -51, - "y": 60, - "start": 1759075456, - "stop": 1759075476, + "startNum": 1, + "play": 24, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 596, + "period": 3, + "sec": 1570, + "sort": 0, + "startNum": 7, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549532, + "stop": 1760549562, "hl": 0, "children": [ { - "num": 593, + "num": 597, "sort": 1, - "startNum": 13, - "parent": 592, - "play": 31 + "startNum": 34, + "parent": 596, + "play": 50 } ] }, { - "num": 594, + "num": 598, "period": 3, - "sec": 350, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 10, - "x": -51, - "y": 60, - "start": 1759075456, - "stop": 1759075476, + "sec": 1570, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 595, "period": 3, - "sec": 390, + "sec": 1590, "sort": 0, - "startNum": 17, - "play": 2, - "zone": 2, - "x": -6, - "y": 8, - "start": 1759075462, - "stop": 1759075482, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 596, - "sort": 1, - "startNum": 17, - "parent": 595, - "play": 32 - }, - { - "num": 597, - "sort": 2, - "startNum": 14, - "parent": 595, - "play": 25 - }, - { - "num": 598, - "sort": 3, - "startNum": 2, - "parent": 595, - "play": 24 - } - ] + "children": [] }, { "num": 599, "period": 3, - "sec": 550, + "sec": 1670, "sort": 0, - "startNum": 35, - "play": 2, - "zone": 3, - "x": -3, - "y": 35, - "start": 1759075477, - "stop": 1759075497, + "startNum": 36, + "play": 3, + "zone": 10, + "x": -68, + "y": 17, + "start": 1760549575, + "stop": 1760549595, "hl": 0, "children": [ { "num": 600, "sort": 1, - "startNum": 35, + "startNum": 36, "parent": 599, - "play": 32 + "play": 31 }, { "num": 601, "sort": 2, + "startNum": 33, + "parent": 599, + "play": 25 + }, + { + "num": 602, + "sort": 3, "startNum": 1, "parent": 599, "play": 24 } ] }, - { - "num": 602, - "period": 3, - "sec": 710, - "sort": 0, - "startNum": 14, - "play": 6, - "zone": 7, - "x": 69, - "y": 5, - "start": 1759075492, - "stop": 1759075512, - "hl": 0, - "children": [ - { - "num": 603, - "sort": 1, - "startNum": 14, - "parent": 602, - "play": 31 - }, - { - "num": 604, - "sort": 2, - "startNum": 19, - "parent": 602, - "play": 25 - } - ] - }, { "num": 605, "period": 3, - "sec": 710, - "sort": 3, - "startNum": 26, - "play": 28, - "zone": 7, - "x": 69, - "y": 5, - "start": 1759075492, - "stop": 1759075512, + "sec": 1670, + "sort": 0, + "startNum": 1, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760549580, + "stop": 1760549650, + "hl": 0, + "children": [] + }, + { + "num": 604, + "period": 3, + "sec": 1670, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 606, "period": 3, - "sec": 790, + "sec": 1670, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 603, + "period": 3, + "sec": 1690, "sort": 0, "startNum": 0, "play": 70, @@ -8966,30 +8867,45 @@ { "num": 607, "period": 3, - "sec": 790, + "sec": 1820, "sort": 0, - "startNum": 17, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 608, + "period": 3, + "sec": 1830, + "sort": 0, + "startNum": 34, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759075482, - "stop": 1759075512, + "start": 1760549686, + "stop": 1760549716, "hl": 0, "children": [ { - "num": 608, + "num": 609, "sort": 1, - "startNum": 35, - "parent": 607, + "startNum": 7, + "parent": 608, "play": 50 } ] }, { - "num": 609, + "num": 610, "period": 3, - "sec": 790, + "sec": 1830, "sort": 0, "startNum": 0, "play": 71, @@ -9002,110 +8918,87 @@ "children": [] }, { - "num": 610, + "num": 611, "period": 3, - "sec": 870, + "sec": 1940, "sort": 0, - "startNum": 35, - "play": 3, - "zone": 8, - "x": 45, - "y": 53, - "start": 1759075530, - "stop": 1759075550, + "startNum": 10, + "play": 2, + "zone": 4, + "x": 46, + "y": 33, + "start": 1760549729, + "stop": 1760549749, "hl": 0, "children": [ { - "num": 611, + "num": 612, "sort": 1, - "startNum": 35, - "parent": 610, + "startNum": 10, + "parent": 611, "play": 31 }, { - "num": 612, - "sort": 2, - "startNum": 1, - "parent": 610, + "num": 614, + "sort": 3, + "startNum": 2, + "parent": 611, "play": 24 } ] }, { - "num": 613, + "num": 615, "period": 3, - "sec": 1020, + "sec": 2170, "sort": 0, - "startNum": 13, - "play": 2, - "zone": 1, - "x": 1, - "y": 5, - "start": 1759075546, - "stop": 1759075566, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 614, - "sort": 1, - "startNum": 13, - "parent": 613, - "play": 32 - }, - { - "num": 615, - "sort": 2, - "startNum": 2, - "parent": 613, - "play": 24 - } - ] + "children": [] }, { "num": 616, "period": 3, - "sec": 1160, + "sec": 2170, "sort": 0, - "startNum": 26, - "play": 5, - "zone": 5, - "x": 16, - "y": 53, - "start": 1759075558, - "stop": 1759075578, + "startNum": 33, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549737, + "stop": 1760549767, "hl": 0, "children": [ { "num": 617, "sort": 1, - "startNum": 26, + "startNum": 33, "parent": 616, - "play": 31 + "play": 47 + }, + { + "num": 618, + "sort": 2, + "startNum": 7, + "parent": 616, + "play": 50 } ] }, - { - "num": 618, - "period": 3, - "sec": 1160, - "sort": 2, - "startNum": 13, - "play": 28, - "zone": 5, - "x": 16, - "y": 53, - "start": 1759075558, - "stop": 1759075578, - "hl": 0, - "children": [] - }, { "num": 619, "period": 3, - "sec": 1220, + "sec": 2170, "sort": 0, "startNum": 0, - "play": 70, + "play": 69, "zone": null, "x": null, "y": null, @@ -9117,30 +9010,7 @@ { "num": 620, "period": 3, - "sec": 1220, - "sort": 0, - "startNum": 35, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759075546, - "stop": 1759075576, - "hl": 0, - "children": [ - { - "num": 621, - "sort": 1, - "startNum": 19, - "parent": 620, - "play": 50 - } - ] - }, - { - "num": 622, - "period": 3, - "sec": 1220, + "sec": 2170, "sort": 0, "startNum": 0, "play": 71, @@ -9153,191 +9023,174 @@ "children": [] }, { - "num": 623, + "num": 621, "period": 3, - "sec": 1360, + "sec": 2200, "sort": 0, - "startNum": 8, - "play": 5, - "zone": 3, - "x": 16, - "y": 32, - "start": 1759075604, - "stop": 1759075624, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 622, + "period": 3, + "sec": 2220, + "sort": 0, + "startNum": 9, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549770, + "stop": 1760549800, "hl": 0, "children": [ { - "num": 624, + "num": 623, "sort": 1, - "startNum": 8, - "parent": 623, - "play": 32 + "startNum": 9, + "parent": 622, + "play": 47 + }, + { + "num": 624, + "sort": 2, + "startNum": 34, + "parent": 622, + "play": 50 } ] }, { "num": 625, "period": 3, - "sec": 1360, - "sort": 2, - "startNum": 36, - "play": 28, - "zone": 3, - "x": 16, - "y": 32, - "start": 1759075604, - "stop": 1759075624, + "sec": 2220, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 626, "period": 3, - "sec": 1460, + "sec": 2320, "sort": 0, - "startNum": 33, - "play": 5, - "zone": 5, - "x": 3, - "y": 43, - "start": 1759075614, - "stop": 1759075634, + "startNum": 34, + "play": 3, + "zone": 8, + "x": 51, + "y": 54, + "start": 1760549818, + "stop": 1760549838, "hl": 0, "children": [ { "num": 627, "sort": 1, - "startNum": 33, + "startNum": 34, "parent": 626, "play": 31 + }, + { + "num": 628, + "sort": 2, + "startNum": 1, + "parent": 626, + "play": 24 } ] }, { - "num": 628, + "num": 630, "period": 3, - "sec": 1460, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 5, - "x": 3, - "y": 43, - "start": 1759075614, - "stop": 1759075634, + "sec": 2430, + "sort": 0, + "startNum": 9, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760549814, + "stop": 1760549844, + "hl": 0, + "children": [ + { + "num": 631, + "sort": 1, + "startNum": 9, + "parent": 630, + "play": 47 + }, + { + "num": 632, + "sort": 2, + "startNum": 35, + "parent": 630, + "play": 50 + } + ] + }, + { + "num": 633, + "period": 3, + "sec": 2430, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760549836, + "stop": 1760549856, + "hl": 0, + "children": [ + { + "num": 634, + "sort": 1, + "startNum": 18, + "parent": 633, + "play": 8 + }, + { + "num": 635, + "sort": 2, + "startNum": 9, + "parent": 633, + "play": 9 + } + ] + }, + { + "num": 636, + "period": 3, + "sec": 2430, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 629, "period": 3, - "sec": 1670, - "sort": 0, - "startNum": 19, - "play": 5, - "zone": 3, - "x": -4, - "y": 15, - "start": 1759075634, - "stop": 1759075654, - "hl": 0, - "children": [ - { - "num": 630, - "sort": 1, - "startNum": 19, - "parent": 629, - "play": 32 - } - ] - }, - { - "num": 631, - "period": 3, - "sec": 1670, - "sort": 2, - "startNum": 36, - "play": 28, - "zone": 3, - "x": -4, - "y": 15, - "start": 1759075634, - "stop": 1759075654, - "hl": 0, - "children": [] - }, - { - "num": 633, - "period": 3, - "sec": 1850, - "sort": 0, - "startNum": 8, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759075642, - "stop": 1759075672, - "hl": 0, - "children": [ - { - "num": 634, - "sort": 1, - "startNum": 36, - "parent": 633, - "play": 50 - } - ] - }, - { - "num": 635, - "period": 3, - "sec": 1850, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759075670, - "stop": 1759075690, - "hl": 0, - "children": [ - { - "num": 636, - "sort": 1, - "startNum": 25, - "parent": 635, - "play": 8 - }, - { - "num": 637, - "sort": 2, - "startNum": 26, - "parent": 635, - "play": 9 - } - ] - }, - { - "num": 638, - "period": 3, - "sec": 1850, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 632, - "period": 3, - "sec": 1890, + "sec": 2440, "sort": 0, "startNum": 0, "play": 70, @@ -9350,198 +9203,99 @@ "children": [] }, { - "num": 639, + "num": 637, "period": 3, - "sec": 2010, + "sec": 2560, "sort": 0, - "startNum": 35, - "play": 3, - "zone": 10, - "x": -65, - "y": 40, - "start": 1759075696, - "stop": 1759075716, + "startNum": 34, + "play": 6, + "zone": 8, + "x": 37, + "y": 69, + "start": 1760549864, + "stop": 1760549884, "hl": 0, "children": [ { - "num": 640, + "num": 638, "sort": 1, - "startNum": 35, - "parent": 639, + "startNum": 34, + "parent": 637, "play": 31 }, { - "num": 641, + "num": 639, "sort": 2, - "startNum": 1, - "parent": 639, - "play": 24 + "startNum": 33, + "parent": 637, + "play": 25 } ] }, + { + "num": 640, + "period": 3, + "sec": 2560, + "sort": 3, + "startNum": 8, + "play": 28, + "zone": 8, + "x": 37, + "y": 69, + "start": 1760549864, + "stop": 1760549884, + "hl": 0, + "children": [] + }, + { + "num": 641, + "period": 3, + "sec": 2710, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 642, "period": 3, - "sec": 2170, + "sec": 2710, "sort": 0, - "startNum": 13, - "play": 5, - "zone": 1, - "x": 14, - "y": 11, - "start": 1759075711, - "stop": 1759075731, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760549885, + "stop": 1760549905, "hl": 0, "children": [ { "num": 643, "sort": 1, - "startNum": 13, + "startNum": 32, "parent": 642, - "play": 32 - } - ] - }, - { - "num": 644, - "period": 3, - "sec": 2170, - "sort": 2, - "startNum": 17, - "play": 28, - "zone": 1, - "x": 14, - "y": 11, - "start": 1759075711, - "stop": 1759075731, - "hl": 0, - "children": [] - }, - { - "num": 645, - "period": 3, - "sec": 2190, - "sort": 0, - "startNum": 17, - "play": 5, - "zone": 1, - "x": 4, - "y": 12, - "start": 1759075714, - "stop": 1759075734, - "hl": 0, - "children": [ - { - "num": 646, - "sort": 1, - "startNum": 17, - "parent": 645, - "play": 33 - } - ] - }, - { - "num": 647, - "period": 3, - "sec": 2190, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 1, - "x": 4, - "y": 12, - "start": 1759075714, - "stop": 1759075734, - "hl": 0, - "children": [] - }, - { - "num": 648, - "period": 3, - "sec": 2210, - "sort": 0, - "startNum": 14, - "play": 2, - "zone": 1, - "x": 7, - "y": 8, - "start": 1759075717, - "stop": 1759075737, - "hl": 0, - "children": [ - { - "num": 649, - "sort": 1, - "startNum": 14, - "parent": 648, - "play": 33 - }, - { - "num": 650, - "sort": 2, - "startNum": 2, - "parent": 648, - "play": 24 - } - ] - }, - { - "num": 654, - "period": 3, - "sec": 2260, - "sort": 0, - "startNum": 8, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759075715, - "stop": 1759075745, - "hl": 0, - "children": [ - { - "num": 655, - "sort": 1, - "startNum": 36, - "parent": 654, - "play": 50 - } - ] - }, - { - "num": 656, - "period": 3, - "sec": 2260, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759075740, - "stop": 1759075760, - "hl": 0, - "children": [ - { - "num": 657, - "sort": 1, - "startNum": 18, - "parent": 656, "play": 8 }, { - "num": 658, + "num": 644, "sort": 2, - "startNum": 8, - "parent": 656, + "startNum": 34, + "parent": 642, "play": 9 } ] }, { - "num": 659, + "num": 645, "period": 3, - "sec": 2260, + "sec": 2710, "sort": 0, "startNum": 0, "play": 71, @@ -9554,39 +9308,130 @@ "children": [] }, { - "num": 651, + "num": 646, "period": 3, - "sec": 2290, + "sec": 2790, "sort": 0, - "startNum": 0, - "play": 70, + "startNum": 8, + "play": 5, + "zone": 3, + "x": 7, + "y": 26, + "start": 1760549900, + "stop": 1760549920, + "hl": 0, + "children": [ + { + "num": 647, + "sort": 1, + "startNum": 8, + "parent": 646, + "play": 32 + } + ] + }, + { + "num": 648, + "period": 3, + "sec": 2790, + "sort": 2, + "startNum": 18, + "play": 28, + "zone": 3, + "x": 7, + "y": 26, + "start": 1760549900, + "stop": 1760549920, + "hl": 0, + "children": [] + }, + { + "num": 650, + "period": 3, + "sec": 2800, + "sort": 0, + "startNum": 33, + "play": 40, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760549888, + "stop": 1760549918, "hl": 0, - "children": [] + "children": [ + { + "num": 651, + "sort": 1, + "startNum": 18, + "parent": 650, + "play": 52 + } + ] }, { "num": 652, "period": 3, - "sec": 2290, + "sec": 2800, "sort": 0, - "startNum": 0, - "play": 71, + "startNum": 18, + "play": 4, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760549936, + "stop": 1760549956, "hl": 0, "children": [] }, { "num": 653, "period": 3, - "sec": 2290, + "sec": 2800, + "sort": 0, + "startNum": 18, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760549951, + "stop": 1760549971, + "hl": 0, + "children": [] + }, + { + "num": 654, + "period": 3, + "sec": 2800, + "sort": 1, + "startNum": 36, + "play": 28, + "zone": null, + "x": null, + "y": null, + "start": 1760549951, + "stop": 1760549971, + "hl": 0, + "children": [] + }, + { + "num": 655, + "period": 3, + "sec": 2800, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 649, + "period": 3, + "sec": 2830, "sort": 0, "startNum": 0, "play": 70, @@ -9599,88 +9444,168 @@ "children": [] }, { - "num": 660, + "num": 656, "period": 3, - "sec": 2360, + "sec": 2930, "sort": 0, "startNum": 35, - "play": 6, - "zone": 9, - "x": 18, - "y": 67, - "start": 1759075755, - "stop": 1759075775, + "play": 2, + "zone": 1, + "x": 11, + "y": 7, + "start": 1760549967, + "stop": 1760549987, "hl": 0, "children": [ { - "num": 661, + "num": 657, "sort": 1, "startNum": 35, - "parent": 660, - "play": 31 + "parent": 656, + "play": 32 + }, + { + "num": 658, + "sort": 2, + "startNum": 1, + "parent": 656, + "play": 24 } ] }, { - "num": 662, + "num": 659, "period": 3, - "sec": 2360, - "sort": 2, - "startNum": 13, - "play": 28, - "zone": 9, - "x": 18, - "y": 67, - "start": 1759075755, - "stop": 1759075775, + "sec": 3080, + "sort": 0, + "startNum": 7, + "play": 3, + "zone": 11, + "x": -69, + "y": -1, + "start": 1760549982, + "stop": 1760550002, "hl": 0, - "children": [] + "children": [ + { + "num": 660, + "sort": 1, + "startNum": 7, + "parent": 659, + "play": 31 + }, + { + "num": 661, + "sort": 2, + "startNum": 8, + "parent": 659, + "play": 25 + }, + { + "num": 662, + "sort": 3, + "startNum": 2, + "parent": 659, + "play": 24 + } + ] }, { "num": 663, "period": 3, - "sec": 2560, + "sec": 3230, "sort": 0, - "startNum": 17, - "play": 5, - "zone": 4, - "x": 50, - "y": 37, - "start": 1759075776, - "stop": 1759075796, - "hl": 0, - "children": [ - { - "num": 664, - "sort": 1, - "startNum": 17, - "parent": 663, - "play": 31 - } - ] - }, - { - "num": 665, - "period": 3, - "sec": 2560, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 4, - "x": 50, - "y": 37, - "start": 1759075776, - "stop": 1759075796, + "startNum": 35, + "play": 20, + "zone": null, + "x": null, + "y": null, + "start": 1760549997, + "stop": 1760550017, "hl": 0, "children": [] }, { - "num": 666, + "num": 664, "period": 3, - "sec": 2580, + "sec": 3230, + "sort": 1, + "startNum": 18, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760549997, + "stop": 1760550017, + "hl": 0, + "children": [] + }, + { + "num": 665, + "period": 3, + "sec": 3270, + "sort": 0, + "startNum": 10, + "play": 2, + "zone": 2, + "x": -7, + "y": 8, + "start": 1760550002, + "stop": 1760550022, + "hl": 0, + "children": [ + { + "num": 666, + "sort": 1, + "startNum": 10, + "parent": 665, + "play": 34 + }, + { + "num": 667, + "sort": 2, + "startNum": 1, + "parent": 665, + "play": 29 + }, + { + "num": 668, + "sort": 3, + "startNum": 7, + "parent": 665, + "play": 25 + }, + { + "num": 669, + "sort": 4, + "startNum": 2, + "parent": 665, + "play": 24 + } + ] + }, + { + "num": 671, + "period": 3, + "sec": 3270, + "sort": 0, + "startNum": 2, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760550005, + "stop": 1760550075, + "hl": 0, + "children": [] + }, + { + "num": 672, + "period": 3, + "sec": 3270, "sort": 0, "startNum": 0, - "play": 70, + "play": 71, "zone": null, "x": null, "y": null, @@ -9690,73 +9615,72 @@ "children": [] }, { - "num": 667, + "num": 674, "period": 3, - "sec": 2580, + "sec": 3270, "sort": 0, - "startNum": 32, - "play": 40, + "startNum": 0, + "play": 7, "zone": null, "x": null, "y": null, - "start": 1759075761, - "stop": 1759075791, + "start": 1760550113, + "stop": 1760550133, "hl": 0, "children": [ { - "num": 668, + "num": 675, "sort": 1, - "startNum": 14, - "parent": 667, - "play": 52 + "startNum": 30, + "parent": 674, + "play": 8 + }, + { + "num": 676, + "sort": 2, + "startNum": 33, + "parent": 674, + "play": 9 } ] }, { - "num": 669, + "num": 677, "period": 3, - "sec": 2580, + "sec": 3270, "sort": 0, - "startNum": 14, - "play": 1, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, - "start": 1759075799, - "stop": 1759075819, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 678, + "period": 3, + "sec": 3270, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 670, "period": 3, - "sec": 2580, - "sort": 0, - "startNum": 14, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759075816, - "stop": 1759075836, - "hl": 0, - "children": [ - { - "num": 671, - "sort": 1, - "startNum": 2, - "parent": 670, - "play": 24 - } - ] - }, - { - "num": 672, - "period": 3, - "sec": 2580, + "sec": 3280, "sort": 0, "startNum": 0, - "play": 71, + "play": 70, "zone": null, "x": null, "y": null, @@ -9768,242 +9692,10 @@ { "num": 673, "period": 3, - "sec": 2760, + "sec": 3280, "sort": 0, - "startNum": 33, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759075844, - "stop": 1759075864, - "hl": 0, - "children": [] - }, - { - "num": 674, - "period": 3, - "sec": 2760, - "sort": 1, - "startNum": 13, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759075844, - "stop": 1759075864, - "hl": 0, - "children": [] - }, - { - "num": 675, - "period": 3, - "sec": 2900, - "sort": 0, - "startNum": 19, - "play": 3, - "zone": 10, - "x": -54, - "y": 43, - "start": 1759075860, - "stop": 1759075880, - "hl": 0, - "children": [ - { - "num": 676, - "sort": 1, - "startNum": 19, - "parent": 675, - "play": 31 - }, - { - "num": 677, - "sort": 2, - "startNum": 13, - "parent": 675, - "play": 25 - }, - { - "num": 678, - "sort": 3, - "startNum": 2, - "parent": 675, - "play": 24 - } - ] - }, - { - "num": 679, - "period": 3, - "sec": 3080, - "sort": 0, - "startNum": 32, - "play": 3, - "zone": 10, - "x": -25, - "y": 66, - "start": 1759075878, - "stop": 1759075898, - "hl": 0, - "children": [ - { - "num": 680, - "sort": 1, - "startNum": 32, - "parent": 679, - "play": 31 - }, - { - "num": 681, - "sort": 2, - "startNum": 33, - "parent": 679, - "play": 25 - }, - { - "num": 682, - "sort": 3, - "startNum": 1, - "parent": 679, - "play": 24 - } - ] - }, - { - "num": 683, - "period": 3, - "sec": 3350, - "sort": 0, - "startNum": 14, - "play": 2, - "zone": 1, - "x": 0, - "y": 10, - "start": 1759075905, - "stop": 1759075925, - "hl": 0, - "children": [ - { - "num": 684, - "sort": 1, - "startNum": 14, - "parent": 683, - "play": 32 - }, - { - "num": 685, - "sort": 2, - "startNum": 17, - "parent": 683, - "play": 25 - }, - { - "num": 686, - "sort": 3, - "startNum": 2, - "parent": 683, - "play": 24 - } - ] - }, - { - "num": 687, - "period": 3, - "sec": 3570, - "sort": 0, - "startNum": 32, - "play": 6, - "zone": 8, - "x": 44, - "y": 61, - "start": 1759075926, - "stop": 1759075946, - "hl": 0, - "children": [ - { - "num": 688, - "sort": 1, - "startNum": 32, - "parent": 687, - "play": 31 - } - ] - }, - { - "num": 689, - "period": 3, - "sec": 3570, - "sort": 2, - "startNum": 36, - "play": 28, - "zone": 8, - "x": 44, - "y": 61, - "start": 1759075926, - "stop": 1759075946, - "hl": 0, - "children": [] - }, - { - "num": 690, - "period": 3, - "sec": 3600, - "sort": 0, - "startNum": 36, - "play": 5, - "zone": 2, - "x": -10, - "y": 8, - "start": 1759075928, - "stop": 1759075948, - "hl": 0, - "children": [ - { - "num": 692, - "sort": 2, - "startNum": 36, - "parent": 690, - "play": 33 - } - ] - }, - { - "num": 691, - "period": 3, - "sec": 3600, - "sort": 1, - "startNum": 17, - "play": 27, - "zone": 2, - "x": -10, - "y": 8, - "start": 1759075928, - "stop": 1759075948, - "hl": 0, - "children": [] - }, - { - "num": 693, - "period": 3, - "sec": 3600, - "sort": 3, - "startNum": 1, - "play": 28, - "zone": 2, - "x": -10, - "y": 8, - "start": 1759075928, - "stop": 1759075948, - "hl": 0, - "children": [] - }, - { - "num": 695, - "period": 3, - "sec": 3610, - "sort": 0, - "startNum": 1, - "play": 24, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, @@ -10013,7 +9705,367 @@ "children": [] }, { - "num": 694, + "num": 679, + "period": 3, + "sec": 3300, + "sort": 0, + "startNum": 7, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760550116, + "stop": 1760550146, + "hl": 0, + "children": [ + { + "num": 680, + "sort": 1, + "startNum": 35, + "parent": 679, + "play": 52 + } + ] + }, + { + "num": 681, + "period": 3, + "sec": 3300, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760550141, + "stop": 1760550161, + "hl": 0, + "children": [ + { + "num": 682, + "sort": 1, + "startNum": 38, + "parent": 681, + "play": 8 + }, + { + "num": 683, + "sort": 2, + "startNum": 37, + "parent": 681, + "play": 9 + }, + { + "num": 684, + "sort": 3, + "startNum": 13, + "parent": 681, + "play": 8 + }, + { + "num": 685, + "sort": 4, + "startNum": 7, + "parent": 681, + "play": 9 + } + ] + }, + { + "num": 686, + "period": 3, + "sec": 3300, + "sort": 0, + "startNum": 35, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550156, + "stop": 1760550176, + "hl": 0, + "children": [] + }, + { + "num": 689, + "period": 3, + "sec": 3300, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 687, + "period": 3, + "sec": 3300, + "sort": 0, + "startNum": 35, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760550177, + "stop": 1760550197, + "hl": 0, + "children": [] + }, + { + "num": 688, + "period": 3, + "sec": 3300, + "sort": 1, + "startNum": 14, + "play": 28, + "zone": null, + "x": null, + "y": null, + "start": 1760550177, + "stop": 1760550197, + "hl": 0, + "children": [] + }, + { + "num": 690, + "period": 3, + "sec": 3410, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 691, + "period": 3, + "sec": 3430, + "sort": 0, + "startNum": 30, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760550172, + "stop": 1760550202, + "hl": 0, + "children": [ + { + "num": 692, + "sort": 1, + "startNum": 18, + "parent": 691, + "play": 52 + } + ] + }, + { + "num": 693, + "period": 3, + "sec": 3430, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760550205, + "stop": 1760550225, + "hl": 0, + "children": [ + { + "num": 694, + "sort": 1, + "startNum": 17, + "parent": 693, + "play": 8 + }, + { + "num": 695, + "sort": 2, + "startNum": 21, + "parent": 693, + "play": 8 + }, + { + "num": 696, + "sort": 3, + "startNum": 10, + "parent": 693, + "play": 9 + }, + { + "num": 697, + "sort": 4, + "startNum": 14, + "parent": 693, + "play": 9 + } + ] + }, + { + "num": 698, + "period": 3, + "sec": 3430, + "sort": 0, + "startNum": 18, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760550225, + "stop": 1760550245, + "hl": 0, + "children": [] + }, + { + "num": 699, + "period": 3, + "sec": 3430, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550240, + "stop": 1760550260, + "hl": 0, + "children": [ + { + "num": 700, + "sort": 1, + "startNum": 2, + "parent": 699, + "play": 24 + } + ] + }, + { + "num": 701, + "period": 3, + "sec": 3430, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 702, + "period": 3, + "sec": 3600, + "sort": 0, + "startNum": 32, + "play": 5, + "zone": 2, + "x": -2, + "y": 6, + "start": 1760550263, + "stop": 1760550283, + "hl": 0, + "children": [ + { + "num": 704, + "sort": 2, + "startNum": 32, + "parent": 702, + "play": 32 + } + ] + }, + { + "num": 703, + "period": 3, + "sec": 3600, + "sort": 1, + "startNum": 18, + "play": 27, + "zone": 2, + "x": -2, + "y": 6, + "start": 1760550263, + "stop": 1760550283, + "hl": 0, + "children": [] + }, + { + "num": 705, + "period": 3, + "sec": 3600, + "sort": 3, + "startNum": 2, + "play": 28, + "zone": 2, + "x": -2, + "y": 6, + "start": 1760550263, + "stop": 1760550283, + "hl": 0, + "children": [] + }, + { + "num": 710, + "period": 3, + "sec": 3600, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 711, + "period": 3, + "sec": 3600, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 712, + "period": 3, + "sec": 3600, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 706, "period": 3, "sec": 3610, "sort": 0, @@ -10028,93 +10080,22 @@ "children": [] }, { - "num": 696, + "num": 707, "period": 3, "sec": 3610, "sort": 0, - "startNum": 0, - "play": 7, + "startNum": 2, + "play": 24, "zone": null, "x": null, "y": null, - "start": 1759075954, - "stop": 1759075974, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 697, - "sort": 1, - "startNum": 28, - "parent": 696, - "play": 8 - }, - { - "num": 698, - "sort": 2, - "startNum": 24, - "parent": 696, - "play": 8 - }, - { - "num": 699, - "sort": 3, - "startNum": 26, - "parent": 696, - "play": 8 - }, - { - "num": 700, - "sort": 4, - "startNum": 33, - "parent": 696, - "play": 9 - }, - { - "num": 701, - "sort": 5, - "startNum": 25, - "parent": 696, - "play": 9 - }, - { - "num": 702, - "sort": 6, - "startNum": 36, - "parent": 696, - "play": 9 - }, - { - "num": 703, - "sort": 7, - "startNum": 15, - "parent": 696, - "play": 8 - }, - { - "num": 704, - "sort": 8, - "startNum": 10, - "parent": 696, - "play": 8 - }, - { - "num": 705, - "sort": 9, - "startNum": 13, - "parent": 696, - "play": 9 - }, - { - "num": 706, - "sort": 10, - "startNum": 14, - "parent": 696, - "play": 9 - } - ] + "children": [] }, { - "num": 707, + "num": 708, "period": 3, "sec": 3610, "sort": 0, @@ -10129,62 +10110,9 @@ "children": [] }, { - "num": 708, + "num": 709, "period": 3, - "sec": 3750, - "sort": 0, - "startNum": 19, - "play": 5, - "zone": 1, - "x": 2, - "y": 9, - "start": 1759075969, - "stop": 1759075989, - "hl": 0, - "children": [ - { - "num": 709, - "sort": 1, - "startNum": 19, - "parent": 708, - "play": 32 - } - ] - }, - { - "num": 710, - "period": 3, - "sec": 3750, - "sort": 2, - "startNum": 32, - "play": 28, - "zone": 1, - "x": 2, - "y": 9, - "start": 1759075969, - "stop": 1759075989, - "hl": 0, - "children": [] - }, - { - "num": 711, - "period": 3, - "sec": 3820, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 714, - "period": 3, - "sec": 3820, + "sec": 3630, "sort": 0, "startNum": 0, "play": 70, @@ -10199,10 +10127,10 @@ { "num": 713, "period": 3, - "sec": 3820, + "sec": 3670, "sort": 0, "startNum": 0, - "play": 71, + "play": 70, "zone": null, "x": null, "y": null, @@ -10212,193 +10140,199 @@ "children": [] }, { - "num": 712, + "num": 714, "period": 3, - "sec": 3820, + "sec": 3670, "sort": 0, - "startNum": 32, - "play": 11, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, - "start": 1759075977, - "stop": 1759075997, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 715, "period": 3, - "sec": 3820, + "sec": 3770, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 32, + "play": 5, + "zone": 5, + "x": 1, + "y": 64, + "start": 1760550342, + "stop": 1760550362, "hl": 0, - "children": [] - }, - { - "num": 716, - "period": 3, - "sec": 4040, - "sort": 0, - "startNum": 10, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759076017, - "stop": 1759076037, - "hl": 0, - "children": [] + "children": [ + { + "num": 716, + "sort": 1, + "startNum": 32, + "parent": 715, + "play": 31 + } + ] }, { "num": 717, "period": 3, - "sec": 4040, - "sort": 1, - "startNum": 28, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759076017, - "stop": 1759076037, + "sec": 3770, + "sort": 2, + "startNum": 21, + "play": 28, + "zone": 5, + "x": 1, + "y": 64, + "start": 1760550342, + "stop": 1760550362, "hl": 0, "children": [] }, { "num": 718, "period": 3, - "sec": 4060, + "sec": 3940, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 719, - "period": 3, - "sec": 4060, - "sort": 0, - "startNum": 32, + "startNum": 8, "play": 2, - "zone": 2, - "x": -5, - "y": 8, - "start": 1759076030, - "stop": 1759076050, + "zone": 6, + "x": -39, + "y": 35, + "start": 1760550360, + "stop": 1760550380, "hl": 0, "children": [ { - "num": 720, + "num": 719, "sort": 1, - "startNum": 32, - "parent": 719, - "play": 32 + "startNum": 8, + "parent": 718, + "play": 31 }, { - "num": 721, + "num": 720, "sort": 2, - "startNum": 28, - "parent": 719, - "play": 25 + "startNum": 2, + "parent": 718, + "play": 24 } ] }, { - "num": 722, + "num": 721, "period": 3, - "sec": 4060, + "sec": 4080, "sort": 0, - "startNum": 10, + "startNum": 35, + "play": 2, + "zone": 1, + "x": 11, + "y": 5, + "start": 1760550373, + "stop": 1760550393, + "hl": 0, + "children": [ + { + "num": 722, + "sort": 1, + "startNum": 35, + "parent": 721, + "play": 32 + }, + { + "num": 723, + "sort": 2, + "startNum": 1, + "parent": 721, + "play": 24 + } + ] + }, + { + "num": 725, + "period": 3, + "sec": 4180, + "sort": 0, + "startNum": 8, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759076010, - "stop": 1759076040, + "start": 1760550371, + "stop": 1760550401, "hl": 0, "children": [ - { - "num": 723, - "sort": 1, - "startNum": 32, - "parent": 722, - "play": 51 - } - ] - }, - { - "num": 724, - "period": 3, - "sec": 4060, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759076035, - "stop": 1759076055, - "hl": 0, - "children": [ - { - "num": 725, - "sort": 1, - "startNum": 13, - "parent": 724, - "play": 8 - }, { "num": 726, - "sort": 2, - "startNum": 19, - "parent": 724, - "play": 9 - } - ] - }, - { - "num": 727, - "period": 3, - "sec": 4060, - "sort": 0, - "startNum": 32, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076048, - "stop": 1759076068, - "hl": 0, - "children": [ - { - "num": 728, "sort": 1, - "startNum": 1, - "parent": 727, - "play": 24 + "startNum": 8, + "parent": 725, + "play": 47 + }, + { + "num": 727, + "sort": 2, + "startNum": 32, + "parent": 725, + "play": 50 } ] }, { "num": 729, "period": 3, - "sec": 4060, + "sec": 4180, "sort": 0, "startNum": 0, - "play": 71, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760550409, + "stop": 1760550429, + "hl": 0, + "children": [ + { + "num": 730, + "sort": 1, + "startNum": 39, + "parent": 729, + "play": 8 + }, + { + "num": 731, + "sort": 2, + "startNum": 52, + "parent": 729, + "play": 8 + }, + { + "num": 732, + "sort": 3, + "startNum": 35, + "parent": 729, + "play": 9 + }, + { + "num": 733, + "sort": 4, + "startNum": 32, + "parent": 729, + "play": 9 + } + ] + }, + { + "num": 728, + "period": 3, + "sec": 4180, + "sort": 0, + "startNum": 0, + "play": 69, "zone": null, "x": null, "y": null, @@ -10407,91 +10341,10 @@ "hl": 0, "children": [] }, - { - "num": 730, - "period": 3, - "sec": 4250, - "sort": 0, - "startNum": 17, - "play": 2, - "zone": 1, - "x": 8, - "y": 5, - "start": 1759076074, - "stop": 1759076094, - "hl": 0, - "children": [ - { - "num": 731, - "sort": 1, - "startNum": 17, - "parent": 730, - "play": 32 - }, - { - "num": 732, - "sort": 2, - "startNum": 18, - "parent": 730, - "play": 25 - }, - { - "num": 733, - "sort": 3, - "startNum": 2, - "parent": 730, - "play": 24 - } - ] - }, { "num": 734, "period": 3, - "sec": 4330, - "sort": 0, - "startNum": 26, - "play": 2, - "zone": 1, - "x": 9, - "y": 4, - "start": 1759076081, - "stop": 1759076101, - "hl": 0, - "children": [ - { - "num": 735, - "sort": 1, - "startNum": 26, - "parent": 734, - "play": 32 - }, - { - "num": 736, - "sort": 2, - "startNum": 2, - "parent": 734, - "play": 29 - }, - { - "num": 737, - "sort": 3, - "startNum": 32, - "parent": 734, - "play": 25 - }, - { - "num": 738, - "sort": 4, - "startNum": 1, - "parent": 734, - "play": 24 - } - ] - }, - { - "num": 740, - "period": 3, - "sec": 4510, + "sec": 4180, "sort": 0, "startNum": 0, "play": 71, @@ -10504,7 +10357,104 @@ "children": [] }, { - "num": 741, + "num": 724, + "period": 3, + "sec": 4190, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 735, + "period": 3, + "sec": 4360, + "sort": 0, + "startNum": 30, + "play": 2, + "zone": 1, + "x": 16, + "y": 12, + "start": 1760550437, + "stop": 1760550457, + "hl": 0, + "children": [ + { + "num": 736, + "sort": 1, + "startNum": 30, + "parent": 735, + "play": 31 + }, + { + "num": 737, + "sort": 2, + "startNum": 39, + "parent": 735, + "play": 25 + }, + { + "num": 738, + "sort": 3, + "startNum": 1, + "parent": 735, + "play": 24 + } + ] + }, + { + "num": 739, + "period": 3, + "sec": 4500, + "sort": 0, + "startNum": 8, + "play": 6, + "zone": 10, + "x": -62, + "y": 27, + "start": 1760550449, + "stop": 1760550469, + "hl": 0, + "children": [ + { + "num": 740, + "sort": 1, + "startNum": 8, + "parent": 739, + "play": 31 + }, + { + "num": 741, + "sort": 2, + "startNum": 17, + "parent": 739, + "play": 25 + } + ] + }, + { + "num": 742, + "period": 3, + "sec": 4500, + "sort": 3, + "startNum": 2, + "play": 28, + "zone": 10, + "x": -62, + "y": 27, + "start": 1760550449, + "stop": 1760550469, + "hl": 0, + "children": [] + }, + { + "num": 743, "period": 3, "sec": 4510, "sort": 0, @@ -10518,77 +10468,55 @@ "hl": 0, "children": [] }, - { - "num": 742, - "period": 3, - "sec": 4510, - "sort": 0, - "startNum": 26, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759076119, - "stop": 1759076149, - "hl": 0, - "children": [ - { - "num": 743, - "sort": 1, - "startNum": 15, - "parent": 742, - "play": 50 - } - ] - }, { "num": 744, "period": 3, "sec": 4510, "sort": 0, + "startNum": 2, + "play": 24, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 745, + "period": 3, + "sec": 4540, + "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759076145, - "stop": 1759076165, + "start": 1760550457, + "stop": 1760550477, "hl": 0, "children": [ - { - "num": 745, - "sort": 1, - "startNum": 33, - "parent": 744, - "play": 8 - }, { "num": 746, - "sort": 2, - "startNum": 35, - "parent": 744, - "play": 9 + "sort": 1, + "startNum": 15, + "parent": 745, + "play": 8 }, { "num": 747, - "sort": 3, - "startNum": 7, - "parent": 744, - "play": 8 - }, - { - "num": 748, - "sort": 4, - "startNum": 17, - "parent": 744, + "sort": 2, + "startNum": 8, + "parent": 745, "play": 9 } ] }, { - "num": 749, + "num": 748, "period": 3, - "sec": 4510, + "sec": 4540, "sort": 0, "startNum": 0, "play": 71, @@ -10600,63 +10528,101 @@ "hl": 0, "children": [] }, + { + "num": 749, + "period": 3, + "sec": 4650, + "sort": 0, + "startNum": 2, + "play": 24, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 750, "period": 3, - "sec": 4520, + "sec": 4680, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 751, - "period": 3, - "sec": 4520, - "sort": 0, - "startNum": 28, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759076150, - "stop": 1759076180, + "startNum": 39, + "play": 5, + "zone": 4, + "x": 49, + "y": 37, + "start": 1760550493, + "stop": 1760550513, "hl": 0, "children": [ { - "num": 752, + "num": 751, "sort": 1, - "startNum": 15, - "parent": 751, - "play": 50 + "startNum": 39, + "parent": 750, + "play": 31 } ] }, + { + "num": 752, + "period": 3, + "sec": 4680, + "sort": 2, + "startNum": 13, + "play": 28, + "zone": 4, + "x": 49, + "y": 37, + "start": 1760550493, + "stop": 1760550513, + "hl": 0, + "children": [] + }, { "num": 753, "period": 3, - "sec": 4520, + "sec": 4760, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 21, + "play": 5, + "zone": 5, + "x": -15, + "y": 51, + "start": 1760550493, + "stop": 1760550513, + "hl": 0, + "children": [ + { + "num": 754, + "sort": 1, + "startNum": 21, + "parent": 753, + "play": 31 + } + ] + }, + { + "num": 755, + "period": 3, + "sec": 4760, + "sort": 2, + "startNum": 30, + "play": 28, + "zone": 5, + "x": -15, + "y": 51, + "start": 1760550493, + "stop": 1760550513, "hl": 0, "children": [] }, { - "num": 739, + "num": 756, "period": 3, - "sec": 4530, + "sec": 4790, "sort": 0, "startNum": 0, "play": 70, @@ -10669,129 +10635,85 @@ "children": [] }, { - "num": 754, + "num": 757, "period": 3, - "sec": 4680, + "sec": 4800, "sort": 0, - "startNum": 10, - "play": 3, - "zone": 10, - "x": -71, - "y": 18, - "start": 1759076203, - "stop": 1759076223, + "startNum": 15, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760550479, + "stop": 1760550509, "hl": 0, "children": [ { - "num": 755, + "num": 758, "sort": 1, - "startNum": 10, - "parent": 754, - "play": 31 - }, - { - "num": 756, - "sort": 2, - "startNum": 13, - "parent": 754, - "play": 25 - }, - { - "num": 757, - "sort": 3, - "startNum": 2, - "parent": 754, - "play": 24 + "startNum": 30, + "parent": 757, + "play": 52 } ] }, - { - "num": 758, - "period": 3, - "sec": 4730, - "sort": 0, - "startNum": 26, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759076208, - "stop": 1759076228, - "hl": 0, - "children": [] - }, { "num": 759, "period": 3, - "sec": 4730, - "sort": 1, - "startNum": 10, - "play": 26, + "sec": 4800, + "sort": 0, + "startNum": 0, + "play": 69, "zone": null, "x": null, "y": null, - "start": 1759076208, - "stop": 1759076228, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 760, "period": 3, - "sec": 4760, + "sec": 4800, "sort": 0, - "startNum": 10, - "play": 6, - "zone": 9, - "x": 11, - "y": 72, - "start": 1759076213, - "stop": 1759076233, + "startNum": 30, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760550526, + "stop": 1760550546, + "hl": 0, + "children": [] + }, + { + "num": 761, + "period": 3, + "sec": 4800, + "sort": 0, + "startNum": 30, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550542, + "stop": 1760550562, "hl": 0, "children": [ { - "num": 761, + "num": 762, "sort": 1, - "startNum": 10, - "parent": 760, - "play": 31 + "startNum": 1, + "parent": 761, + "play": 24 } ] }, - { - "num": 762, - "period": 3, - "sec": 4760, - "sort": 2, - "startNum": 33, - "play": 28, - "zone": 9, - "x": 11, - "y": 72, - "start": 1759076213, - "stop": 1759076233, - "hl": 0, - "children": [] - }, { "num": 763, "period": 3, - "sec": 4900, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 764, - "period": 3, - "sec": 4900, + "sec": 4800, "sort": 0, "startNum": 0, "play": 71, @@ -10806,60 +10728,98 @@ { "num": 765, "period": 3, - "sec": 4930, + "sec": 4840, "sort": 0, - "startNum": 26, - "play": 5, - "zone": 2, - "x": -24, - "y": 3, - "start": 1759076239, - "stop": 1759076259, + "startNum": 17, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760550535, + "stop": 1760550565, "hl": 0, "children": [ + { + "num": 766, + "sort": 1, + "startNum": 17, + "parent": 765, + "play": 47 + }, { "num": 767, "sort": 2, - "startNum": 26, + "startNum": 38, "parent": 765, - "play": 32 + "play": 50 } ] }, - { - "num": 766, - "period": 3, - "sec": 4930, - "sort": 1, - "startNum": 7, - "play": 27, - "zone": 2, - "x": -24, - "y": 3, - "start": 1759076239, - "stop": 1759076259, - "hl": 0, - "children": [] - }, { "num": 768, "period": 3, - "sec": 4930, - "sort": 3, - "startNum": 1, - "play": 28, - "zone": 2, - "x": -24, - "y": 3, - "start": 1759076239, - "stop": 1759076259, + "sec": 4840, + "sort": 0, + "startNum": 22, + "play": 44, + "zone": null, + "x": null, + "y": null, + "start": 1760550545, + "stop": 1760550575, + "hl": 0, + "children": [ + { + "num": 769, + "sort": 1, + "startNum": 2, + "parent": 768, + "play": 51 + } + ] + }, + { + "num": 770, + "period": 3, + "sec": 4840, + "sort": 0, + "startNum": 36, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550588, + "stop": 1760550608, + "hl": 0, + "children": [ + { + "num": 771, + "sort": 1, + "startNum": 2, + "parent": 770, + "play": 24 + } + ] + }, + { + "num": 772, + "period": 3, + "sec": 4840, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { - "num": 769, + "num": 764, "period": 3, - "sec": 4940, + "sec": 4850, "sort": 0, "startNum": 0, "play": 70, @@ -10872,12 +10832,27 @@ "children": [] }, { - "num": 770, + "num": 776, "period": 3, - "sec": 4940, + "sec": 4920, "sort": 0, - "startNum": 1, - "play": 24, + "startNum": 30, + "play": 16, + "zone": null, + "x": null, + "y": null, + "start": 1760550618, + "stop": 1760550638, + "hl": 0, + "children": [] + }, + { + "num": 777, + "period": 3, + "sec": 4920, + "sort": 0, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, @@ -10887,53 +10862,145 @@ "children": [] }, { - "num": 771, + "num": 773, "period": 3, - "sec": 4940, + "sec": 4950, "sort": 0, "startNum": 0, - "play": 7, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759076247, - "stop": 1759076267, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 774, + "period": 3, + "sec": 4950, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 775, + "period": 3, + "sec": 4950, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 780, + "period": 3, + "sec": 5000, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 779, + "period": 3, + "sec": 5000, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 781, + "period": 3, + "sec": 5000, + "sort": 0, + "startNum": 52, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760550619, + "stop": 1760550649, "hl": 0, "children": [ { - "num": 772, + "num": 782, "sort": 1, - "startNum": 35, - "parent": 771, - "play": 8 - }, - { - "num": 773, - "sort": 2, - "startNum": 36, - "parent": 771, - "play": 8 - }, - { - "num": 774, - "sort": 3, - "startNum": 32, - "parent": 771, - "play": 9 - }, - { - "num": 775, - "sort": 4, - "startNum": 26, - "parent": 771, - "play": 9 + "startNum": 18, + "parent": 781, + "play": 52 } ] }, { - "num": 776, + "num": 783, "period": 3, - "sec": 4940, + "sec": 5000, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550657, + "stop": 1760550677, + "hl": 0, + "children": [] + }, + { + "num": 784, + "period": 3, + "sec": 5000, + "sort": 0, + "startNum": 18, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760550672, + "stop": 1760550692, + "hl": 0, + "children": [ + { + "num": 785, + "sort": 1, + "startNum": 2, + "parent": 784, + "play": 24 + } + ] + }, + { + "num": 786, + "period": 3, + "sec": 5000, "sort": 0, "startNum": 0, "play": 71, @@ -10948,264 +11015,172 @@ { "num": 778, "period": 3, - "sec": 5090, + "sec": 5010, "sort": 0, - "startNum": 18, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 787, + "period": 3, + "sec": 5220, + "sort": 0, + "startNum": 39, "play": 2, - "zone": 1, - "x": 1, - "y": 4, - "start": 1759076283, - "stop": 1759076303, + "zone": 4, + "x": 31, + "y": 12, + "start": 1760550700, + "stop": 1760550720, "hl": 0, "children": [ { - "num": 779, + "num": 788, "sort": 1, - "startNum": 18, - "parent": 778, - "play": 32 + "startNum": 39, + "parent": 787, + "play": 31 }, { - "num": 780, + "num": 789, "sort": 2, - "startNum": 15, - "parent": 778, + "startNum": 1, + "parent": 787, + "play": 24 + } + ] + }, + { + "num": 790, + "period": 3, + "sec": 5390, + "sort": 0, + "startNum": 17, + "play": 6, + "zone": 11, + "x": -69, + "y": 5, + "start": 1760550718, + "stop": 1760550738, + "hl": 0, + "children": [ + { + "num": 791, + "sort": 1, + "startNum": 17, + "parent": 790, + "play": 31 + }, + { + "num": 792, + "sort": 2, + "startNum": 13, + "parent": 790, "play": 25 } ] }, { - "num": 781, + "num": 793, "period": 3, - "sec": 5090, + "sec": 5390, + "sort": 3, + "startNum": 38, + "play": 28, + "zone": 11, + "x": -69, + "y": 5, + "start": 1760550718, + "stop": 1760550738, + "hl": 0, + "children": [] + }, + { + "num": 794, + "period": 3, + "sec": 5450, "sort": 0, - "startNum": 35, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 795, + "period": 3, + "sec": 5450, + "sort": 0, + "startNum": 36, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759076263, - "stop": 1759076293, + "start": 1760550718, + "stop": 1760550748, "hl": 0, "children": [ { - "num": 782, + "num": 796, "sort": 1, - "startNum": 18, - "parent": 781, - "play": 51 - } - ] - }, - { - "num": 783, - "period": 3, - "sec": 5090, - "sort": 0, - "startNum": 18, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076295, - "stop": 1759076315, - "hl": 0, - "children": [ - { - "num": 784, - "sort": 1, - "startNum": 2, - "parent": 783, - "play": 24 - } - ] - }, - { - "num": 785, - "period": 3, - "sec": 5090, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 777, - "period": 3, - "sec": 5150, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 786, - "period": 3, - "sec": 5210, - "sort": 0, - "startNum": 35, - "play": 5, - "zone": 2, - "x": -8, - "y": 6, - "start": 1759076314, - "stop": 1759076334, - "hl": 0, - "children": [ - { - "num": 787, - "sort": 1, - "startNum": 35, - "parent": 786, - "play": 32 - } - ] - }, - { - "num": 788, - "period": 3, - "sec": 5210, - "sort": 2, - "startNum": 33, - "play": 28, - "zone": 2, - "x": -8, - "y": 6, - "start": 1759076314, - "stop": 1759076334, - "hl": 0, - "children": [] - }, - { - "num": 789, - "period": 3, - "sec": 5230, - "sort": 0, - "startNum": 33, - "play": 5, - "zone": 1, - "x": 16, - "y": 10, - "start": 1759076316, - "stop": 1759076336, - "hl": 0, - "children": [ - { - "num": 790, - "sort": 1, - "startNum": 33, - "parent": 789, - "play": 33 - } - ] - }, - { - "num": 791, - "period": 3, - "sec": 5230, - "sort": 2, - "startNum": 18, - "play": 28, - "zone": 1, - "x": 16, - "y": 10, - "start": 1759076316, - "stop": 1759076336, - "hl": 0, - "children": [] - }, - { - "num": 792, - "period": 3, - "sec": 5320, - "sort": 0, - "startNum": 13, - "play": 3, - "zone": 7, - "x": 68, - "y": 4, - "start": 1759076324, - "stop": 1759076344, - "hl": 0, - "children": [ - { - "num": 793, - "sort": 1, - "startNum": 13, - "parent": 792, - "play": 31 + "startNum": 36, + "parent": 795, + "play": 47 }, { - "num": 794, + "num": 797, "sort": 2, - "startNum": 18, - "parent": 792, - "play": 25 - }, - { - "num": 795, - "sort": 3, - "startNum": 2, - "parent": 792, - "play": 24 - } - ] - }, - { - "num": 796, - "period": 3, - "sec": 5330, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 797, - "period": 3, - "sec": 5330, - "sort": 0, - "startNum": 2, - "play": 23, - "zone": null, - "x": null, - "y": null, - "start": 1759076332, - "stop": 1759076402, - "hl": 0, - "children": [ - { - "num": 799, - "sort": 1, - "startNum": 2, - "parent": 797, - "play": 24 + "startNum": 13, + "parent": 795, + "play": 50 } ] }, { "num": 798, "period": 3, - "sec": 5330, + "sec": 5450, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760550746, + "stop": 1760550766, + "hl": 0, + "children": [ + { + "num": 799, + "sort": 1, + "startNum": 37, + "parent": 798, + "play": 8 + }, + { + "num": 800, + "sort": 2, + "startNum": 36, + "parent": 798, + "play": 9 + } + ] + }, + { + "num": 801, + "period": 3, + "sec": 5450, "sort": 0, "startNum": 0, "play": 71, @@ -11218,148 +11193,57 @@ "children": [] }, { - "num": 800, + "num": 802, "period": 3, - "sec": 5550, + "sec": 5630, "sort": 0, - "startNum": 36, - "play": 2, - "zone": 1, - "x": 6, - "y": 5, - "start": 1759076438, - "stop": 1759076458, + "startNum": 13, + "play": 6, + "zone": 3, + "x": -61, + "y": 36, + "start": 1760550774, + "stop": 1760550794, "hl": 0, "children": [ - { - "num": 801, - "sort": 1, - "startNum": 36, - "parent": 800, - "play": 32 - }, - { - "num": 802, - "sort": 2, - "startNum": 28, - "parent": 800, - "play": 25 - }, { "num": 803, - "sort": 3, - "startNum": 1, - "parent": 800, - "play": 24 + "sort": 1, + "startNum": 13, + "parent": 802, + "play": 31 + }, + { + "num": 804, + "sort": 2, + "startNum": 18, + "parent": 802, + "play": 25 } ] }, { - "num": 804, + "num": 805, "period": 3, - "sec": 5820, - "sort": 0, - "startNum": 10, - "play": 6, - "zone": 11, - "x": -71, - "y": 13, - "start": 1759076466, - "stop": 1759076486, + "sec": 5630, + "sort": 3, + "startNum": 38, + "play": 28, + "zone": 3, + "x": -61, + "y": 36, + "start": 1760550774, + "stop": 1760550794, "hl": 0, - "children": [ - { - "num": 805, - "sort": 1, - "startNum": 10, - "parent": 804, - "play": 31 - } - ] + "children": [] }, { "num": 806, "period": 3, - "sec": 5820, - "sort": 2, - "startNum": 15, - "play": 28, - "zone": 11, - "x": -71, - "y": 13, - "start": 1759076466, - "stop": 1759076486, - "hl": 0, - "children": [] - }, - { - "num": 808, - "period": 3, - "sec": 5820, - "sort": 0, - "startNum": 28, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759076456, - "stop": 1759076486, - "hl": 0, - "children": [ - { - "num": 809, - "sort": 1, - "startNum": 15, - "parent": 808, - "play": 52 - } - ] - }, - { - "num": 810, - "period": 3, - "sec": 5820, - "sort": 0, - "startNum": 15, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076491, - "stop": 1759076511, - "hl": 0, - "children": [] - }, - { - "num": 811, - "period": 3, - "sec": 5820, - "sort": 0, - "startNum": 15, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076507, - "stop": 1759076527, - "hl": 0, - "children": [ - { - "num": 812, - "sort": 1, - "startNum": 2, - "parent": 811, - "play": 24 - } - ] - }, - { - "num": 813, - "period": 3, - "sec": 5820, + "sec": 5660, "sort": 0, "startNum": 0, - "play": 71, + "play": 70, "zone": null, "x": null, "y": null, @@ -11371,10 +11255,10 @@ { "num": 807, "period": 3, - "sec": 5830, + "sec": 5660, "sort": 0, "startNum": 0, - "play": 70, + "play": 71, "zone": null, "x": null, "y": null, @@ -11384,233 +11268,158 @@ "children": [] }, { - "num": 817, + "num": 808, "period": 3, - "sec": 5980, + "sec": 5660, "sort": 0, - "startNum": 15, - "play": 40, + "startNum": 0, + "play": 69, "zone": null, "x": null, "y": null, - "start": 1759076523, - "stop": 1759076553, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 809, + "period": 3, + "sec": 5700, + "sort": 0, + "startNum": 30, + "play": 5, + "zone": 6, + "x": -42, + "y": 31, + "start": 1760550784, + "stop": 1760550804, "hl": 0, "children": [ { - "num": 818, + "num": 810, "sort": 1, - "startNum": 36, - "parent": 817, - "play": 52 + "startNum": 30, + "parent": 809, + "play": 31 }, { - "num": 819, + "num": 811, "sort": 2, - "startNum": 35, - "parent": 817, + "startNum": 39, + "parent": 809, "play": 25 } ] }, { - "num": 820, + "num": 812, "period": 3, - "sec": 5980, + "sec": 5700, + "sort": 3, + "startNum": 13, + "play": 28, + "zone": 6, + "x": -42, + "y": 31, + "start": 1760550784, + "stop": 1760550804, + "hl": 0, + "children": [] + }, + { + "num": 813, + "period": 3, + "sec": 5930, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759076553, - "stop": 1759076573, + "startNum": 15, + "play": 5, + "zone": 3, + "x": -1, + "y": 24, + "start": 1760550807, + "stop": 1760550827, "hl": 0, "children": [ { - "num": 821, + "num": 814, "sort": 1, - "startNum": 32, - "parent": 820, - "play": 8 - }, - { - "num": 822, - "sort": 2, - "startNum": 33, - "parent": 820, - "play": 9 + "startNum": 15, + "parent": 813, + "play": 31 } ] }, - { - "num": 823, - "period": 3, - "sec": 5980, - "sort": 0, - "startNum": 36, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076563, - "stop": 1759076583, - "hl": 0, - "children": [] - }, - { - "num": 824, - "period": 3, - "sec": 5980, - "sort": 0, - "startNum": 36, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759076574, - "stop": 1759076594, - "hl": 0, - "children": [ - { - "num": 825, - "sort": 1, - "startNum": 1, - "parent": 824, - "play": 24 - } - ] - }, - { - "num": 826, - "period": 3, - "sec": 5980, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 814, - "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 815, "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 5930, + "sort": 2, + "startNum": 18, + "play": 28, + "zone": 3, + "x": -1, + "y": 24, + "start": 1760550807, + "stop": 1760550827, "hl": 0, "children": [] }, { "num": 816, "period": 3, - "sec": 6000, + "sec": 5950, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 828, - "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 827, - "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 842, - "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 829, - "period": 3, - "sec": 6000, - "sort": 0, - "startNum": 13, - "play": 6, - "zone": 12, - "x": 56, - "y": 133, - "start": 1759076582, - "stop": 1759076602, + "startNum": 18, + "play": 5, + "zone": 1, + "x": 14, + "y": 8, + "start": 1760550807, + "stop": 1760550827, "hl": 0, "children": [ { - "num": 830, + "num": 817, "sort": 1, - "startNum": 13, - "parent": 829, - "play": 31 + "startNum": 18, + "parent": 816, + "play": 33 } ] }, { - "num": 831, + "num": 818, + "period": 3, + "sec": 5950, + "sort": 2, + "startNum": 52, + "play": 28, + "zone": 1, + "x": 14, + "y": 8, + "start": 1760550807, + "stop": 1760550827, + "hl": 0, + "children": [] + }, + { + "num": 819, + "period": 3, + "sec": 6000, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 823, "period": 3, "sec": 6000, "sort": 0, @@ -11619,84 +11428,137 @@ "zone": null, "x": null, "y": null, - "start": 1759076582, - "stop": 1759076602, + "start": 1760550815, + "stop": 1760550835, "hl": 0, "children": [ { - "num": 832, + "num": 824, "sort": 1, - "startNum": 35, - "parent": 831, + "startNum": 39, + "parent": 823, + "play": 9 + }, + { + "num": 825, + "sort": 2, + "startNum": 38, + "parent": 823, + "play": 9 + }, + { + "num": 826, + "sort": 3, + "startNum": 37, + "parent": 823, + "play": 9 + }, + { + "num": 827, + "sort": 4, + "startNum": 30, + "parent": 823, + "play": 9 + }, + { + "num": 828, + "sort": 5, + "startNum": 52, + "parent": 823, + "play": 9 + }, + { + "num": 829, + "sort": 6, + "startNum": 13, + "parent": 823, + "play": 9 + }, + { + "num": 830, + "sort": 7, + "startNum": 15, + "parent": 823, + "play": 9 + }, + { + "num": 831, + "sort": 8, + "startNum": 17, + "parent": 823, + "play": 9 + }, + { + "num": 832, + "sort": 9, + "startNum": 18, + "parent": 823, "play": 9 }, { "num": 833, - "sort": 2, - "startNum": 32, - "parent": 831, - "play": 9 - }, - { - "num": 834, - "sort": 3, - "startNum": 36, - "parent": 831, - "play": 9 - }, - { - "num": 835, - "sort": 4, - "startNum": 28, - "parent": 831, - "play": 9 - }, - { - "num": 836, - "sort": 5, - "startNum": 24, - "parent": 831, - "play": 9 - }, - { - "num": 837, - "sort": 6, - "startNum": 15, - "parent": 831, - "play": 9 - }, - { - "num": 838, - "sort": 7, - "startNum": 18, - "parent": 831, - "play": 9 - }, - { - "num": 839, - "sort": 8, - "startNum": 13, - "parent": 831, - "play": 9 - }, - { - "num": 840, - "sort": 9, - "startNum": 10, - "parent": 831, - "play": 9 - }, - { - "num": 841, "sort": 10, - "startNum": 7, - "parent": 831, + "startNum": 21, + "parent": 823, "play": 9 } ] }, { - "num": 843, + "num": 820, + "period": 3, + "sec": 6000, + "sort": 0, + "startNum": 52, + "play": 6, + "zone": 10, + "x": -35, + "y": 73, + "start": 1760550815, + "stop": 1760550835, + "hl": 0, + "children": [ + { + "num": 821, + "sort": 1, + "startNum": 52, + "parent": 820, + "play": 31 + } + ] + }, + { + "num": 834, + "period": 3, + "sec": 6000, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 822, + "period": 3, + "sec": 6000, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 835, "period": 4, "sec": 0, "sort": 0, @@ -11705,91 +11567,91 @@ "zone": null, "x": null, "y": null, - "start": 1759076700, - "stop": 1759076720, + "start": 1760550924, + "stop": 1760550944, "hl": 0, "children": [ { - "num": 844, + "num": 836, "sort": 1, - "startNum": 35, - "parent": 843, + "startNum": 13, + "parent": 835, + "play": 8 + }, + { + "num": 837, + "sort": 2, + "startNum": 15, + "parent": 835, + "play": 8 + }, + { + "num": 838, + "sort": 3, + "startNum": 17, + "parent": 835, + "play": 8 + }, + { + "num": 839, + "sort": 4, + "startNum": 18, + "parent": 835, + "play": 8 + }, + { + "num": 840, + "sort": 5, + "startNum": 21, + "parent": 835, + "play": 8 + }, + { + "num": 841, + "sort": 6, + "startNum": 39, + "parent": 835, + "play": 8 + }, + { + "num": 842, + "sort": 7, + "startNum": 38, + "parent": 835, + "play": 8 + }, + { + "num": 843, + "sort": 8, + "startNum": 37, + "parent": 835, + "play": 8 + }, + { + "num": 844, + "sort": 9, + "startNum": 30, + "parent": 835, "play": 8 }, { "num": 845, - "sort": 2, - "startNum": 32, - "parent": 843, - "play": 8 - }, - { - "num": 846, - "sort": 3, - "startNum": 36, - "parent": 843, + "sort": 10, + "startNum": 52, + "parent": 835, "play": 8 }, { "num": 847, - "sort": 4, - "startNum": 28, - "parent": 843, - "play": 8 - }, - { - "num": 848, - "sort": 5, - "startNum": 24, - "parent": 843, - "play": 8 - }, - { - "num": 849, - "sort": 6, - "startNum": 15, - "parent": 843, - "play": 8 - }, - { - "num": 850, - "sort": 7, - "startNum": 18, - "parent": 843, - "play": 8 - }, - { - "num": 851, - "sort": 8, - "startNum": 19, - "parent": 843, - "play": 8 - }, - { - "num": 852, - "sort": 9, - "startNum": 10, - "parent": 843, - "play": 8 - }, - { - "num": 853, - "sort": 10, - "startNum": 7, - "parent": 843, - "play": 8 - }, - { - "num": 854, "sort": 11, "startNum": 2, - "parent": 843, + "parent": 835, "play": 24 } ] }, { - "num": 855, + "num": 846, "period": 4, "sec": 0, "sort": 0, @@ -11803,123 +11665,252 @@ "hl": 0, "children": [] }, + { + "num": 848, + "period": 4, + "sec": 180, + "sort": 0, + "startNum": 52, + "play": 2, + "zone": 2, + "x": -4, + "y": 3, + "start": 1760551118, + "stop": 1760551138, + "hl": 0, + "children": [ + { + "num": 849, + "sort": 1, + "startNum": 52, + "parent": 848, + "play": 35 + }, + { + "num": 850, + "sort": 2, + "startNum": 1, + "parent": 848, + "play": 24 + } + ] + }, + { + "num": 851, + "period": 4, + "sec": 380, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 852, + "period": 4, + "sec": 380, + "sort": 0, + "startNum": 13, + "play": 2, + "zone": 1, + "x": 13, + "y": 3, + "start": 1760551141, + "stop": 1760551161, + "hl": 0, + "children": [ + { + "num": 853, + "sort": 1, + "startNum": 13, + "parent": 852, + "play": 32 + } + ] + }, + { + "num": 854, + "period": 4, + "sec": 380, + "sort": 0, + "startNum": 39, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760551121, + "stop": 1760551151, + "hl": 0, + "children": [ + { + "num": 855, + "sort": 1, + "startNum": 13, + "parent": 854, + "play": 51 + } + ] + }, + { + "num": 856, + "period": 4, + "sec": 380, + "sort": 0, + "startNum": 13, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760551158, + "stop": 1760551178, + "hl": 0, + "children": [] + }, + { + "num": 857, + "period": 4, + "sec": 380, + "sort": 1, + "startNum": 18, + "play": 28, + "zone": null, + "x": null, + "y": null, + "start": 1760551158, + "stop": 1760551178, + "hl": 0, + "children": [] + }, + { + "num": 858, + "period": 4, + "sec": 380, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 859, "period": 4, - "sec": 90, + "sec": 380, "sort": 0, "startNum": 18, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759076712, - "stop": 1759076742, + "play": 5, + "zone": 3, + "x": -15, + "y": 15, + "start": 1760551164, + "stop": 1760551184, "hl": 0, "children": [ { "num": 860, "sort": 1, - "startNum": 32, + "startNum": 18, "parent": 859, - "play": 50 + "play": 33 } ] }, { "num": 861, "period": 4, - "sec": 90, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 856, - "period": 4, - "sec": 110, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 857, - "period": 4, - "sec": 110, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 858, - "period": 4, - "sec": 120, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 380, + "sort": 2, + "startNum": 18, + "play": 28, + "zone": 3, + "x": -15, + "y": 15, + "start": 1760551164, + "stop": 1760551184, "hl": 0, "children": [] }, { "num": 862, "period": 4, - "sec": 130, + "sec": 410, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "startNum": 18, + "play": 5, + "zone": 3, + "x": -7, + "y": 29, + "start": 1760551164, + "stop": 1760551184, "hl": 0, - "children": [] + "children": [ + { + "num": 863, + "sort": 1, + "startNum": 18, + "parent": 862, + "play": 33 + } + ] }, { "num": 864, "period": 4, - "sec": 130, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 410, + "sort": 2, + "startNum": 38, + "play": 28, + "zone": 3, + "x": -7, + "y": 29, + "start": 1760551164, + "stop": 1760551184, "hl": 0, "children": [] }, { - "num": 863, + "num": 867, "period": 4, - "sec": 130, + "sec": 460, + "sort": 0, + "startNum": 39, + "play": 20, + "zone": null, + "x": null, + "y": null, + "start": 1760551172, + "stop": 1760551192, + "hl": 0, + "children": [] + }, + { + "num": 868, + "period": 4, + "sec": 460, + "sort": 1, + "startNum": 13, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760551172, + "stop": 1760551192, + "hl": 0, + "children": [] + }, + { + "num": 866, + "period": 4, + "sec": 460, "sort": 0, "startNum": 0, "play": 71, @@ -11934,30 +11925,37 @@ { "num": 865, "period": 4, - "sec": 130, + "sec": 460, "sort": 0, - "startNum": 18, - "play": 40, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759076722, - "stop": 1759076752, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 866, - "sort": 1, - "startNum": 32, - "parent": 865, - "play": 50 - } - ] + "children": [] }, { - "num": 867, + "num": 869, "period": 4, - "sec": 130, + "sec": 470, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 870, + "period": 4, + "sec": 470, "sort": 0, "startNum": 0, "play": 71, @@ -11970,129 +11968,152 @@ "children": [] }, { - "num": 868, + "num": 871, "period": 4, - "sec": 240, + "sec": 580, "sort": 0, - "startNum": 28, - "play": 3, - "zone": 9, - "x": -9, - "y": 69, - "start": 1759076760, - "stop": 1759076780, + "startNum": 13, + "play": 6, + "zone": 8, + "x": 61, + "y": 45, + "start": 1760551193, + "stop": 1760551213, "hl": 0, "children": [ { - "num": 869, + "num": 872, "sort": 1, - "startNum": 28, - "parent": 868, + "startNum": 13, + "parent": 871, "play": 31 }, - { - "num": 870, - "sort": 2, - "startNum": 36, - "parent": 868, - "play": 25 - }, - { - "num": 871, - "sort": 3, - "startNum": 1, - "parent": 868, - "play": 24 - } - ] - }, - { - "num": 872, - "period": 4, - "sec": 540, - "sort": 0, - "startNum": 7, - "play": 6, - "zone": 11, - "x": -71, - "y": 6, - "start": 1759076790, - "stop": 1759076810, - "hl": 0, - "children": [ { "num": 873, - "sort": 1, - "startNum": 7, - "parent": 872, - "play": 31 + "sort": 2, + "startNum": 17, + "parent": 871, + "play": 25 } ] }, { "num": 874, "period": 4, - "sec": 540, - "sort": 2, - "startNum": 35, + "sec": 580, + "sort": 3, + "startNum": 30, "play": 28, - "zone": 11, - "x": -71, - "y": 6, - "start": 1759076790, - "stop": 1759076810, + "zone": 8, + "x": 61, + "y": 45, + "start": 1760551193, + "stop": 1760551213, "hl": 0, "children": [] }, { - "num": 876, + "num": 875, "period": 4, - "sec": 620, + "sec": 780, "sort": 0, - "startNum": 36, - "play": 12, + "startNum": 52, + "play": 6, + "zone": 8, + "x": 71, + "y": 17, + "start": 1760551210, + "stop": 1760551230, + "hl": 0, + "children": [ + { + "num": 876, + "sort": 1, + "startNum": 52, + "parent": 875, + "play": 31 + }, + { + "num": 877, + "sort": 2, + "startNum": 38, + "parent": 875, + "play": 25 + } + ] + }, + { + "num": 878, + "period": 4, + "sec": 780, + "sort": 3, + "startNum": 21, + "play": 28, + "zone": 8, + "x": 71, + "y": 17, + "start": 1760551210, + "stop": 1760551230, + "hl": 0, + "children": [] + }, + { + "num": 880, + "period": 4, + "sec": 820, + "sort": 0, + "startNum": 37, + "play": 40, "zone": null, "x": null, "y": null, - "start": 1759076806, - "stop": 1759076826, + "start": 1760551198, + "stop": 1760551228, "hl": 0, - "children": [] + "children": [ + { + "num": 881, + "sort": 1, + "startNum": 13, + "parent": 880, + "play": 50 + } + ] }, { - "num": 877, + "num": 882, "period": 4, - "sec": 620, + "sec": 820, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759076812, - "stop": 1759076832, + "start": 1760551229, + "stop": 1760551249, "hl": 0, "children": [ { - "num": 878, + "num": 883, "sort": 1, - "startNum": 14, - "parent": 877, + "startNum": 9, + "parent": 882, "play": 8 }, { - "num": 879, + "num": 884, "sort": 2, - "startNum": 7, - "parent": 877, + "startNum": 18, + "parent": 882, "play": 9 } ] }, { - "num": 880, + "num": 885, "period": 4, - "sec": 620, + "sec": 820, "sort": 0, "startNum": 0, "play": 71, @@ -12105,9 +12126,9 @@ "children": [] }, { - "num": 875, + "num": 879, "period": 4, - "sec": 660, + "sec": 830, "sort": 0, "startNum": 0, "play": 70, @@ -12119,78 +12140,70 @@ "hl": 0, "children": [] }, - { - "num": 881, - "period": 4, - "sec": 840, - "sort": 0, - "startNum": 19, - "play": 5, - "zone": 2, - "x": -5, - "y": 5, - "start": 1759076844, - "stop": 1759076864, - "hl": 0, - "children": [ - { - "num": 882, - "sort": 1, - "startNum": 19, - "parent": 881, - "play": 32 - } - ] - }, - { - "num": 883, - "period": 4, - "sec": 840, - "sort": 2, - "startNum": 1, - "play": 28, - "zone": 2, - "x": -5, - "y": 5, - "start": 1759076844, - "stop": 1759076864, - "hl": 0, - "children": [] - }, - { - "num": 884, - "period": 4, - "sec": 850, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 885, - "period": 4, - "sec": 850, - "sort": 0, - "startNum": 1, - "play": 24, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 886, "period": 4, - "sec": 850, + "sec": 920, + "sort": 0, + "startNum": 9, + "play": 2, + "zone": 5, + "x": 15, + "y": 50, + "start": 1760551251, + "stop": 1760551271, + "hl": 0, + "children": [ + { + "num": 887, + "sort": 1, + "startNum": 9, + "parent": 886, + "play": 31 + }, + { + "num": 888, + "sort": 2, + "startNum": 15, + "parent": 886, + "play": 25 + }, + { + "num": 889, + "sort": 3, + "startNum": 2, + "parent": 886, + "play": 24 + } + ] + }, + { + "num": 891, + "period": 4, + "sec": 1130, + "sort": 0, + "startNum": 13, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760551257, + "stop": 1760551287, + "hl": 0, + "children": [ + { + "num": 892, + "sort": 1, + "startNum": 39, + "parent": 891, + "play": 50 + } + ] + }, + { + "num": 893, + "period": 4, + "sec": 1130, "sort": 0, "startNum": 0, "play": 71, @@ -12203,120 +12216,60 @@ "children": [] }, { - "num": 887, + "num": 890, "period": 4, - "sec": 1020, + "sec": 1150, "sort": 0, - "startNum": 18, - "play": 6, - "zone": 10, - "x": -59, - "y": 49, - "start": 1759076882, - "stop": 1759076902, - "hl": 0, - "children": [ - { - "num": 888, - "sort": 1, - "startNum": 18, - "parent": 887, - "play": 31 - } - ] - }, - { - "num": 889, - "period": 4, - "sec": 1020, - "sort": 2, - "startNum": 35, - "play": 28, - "zone": 10, - "x": -59, - "y": 49, - "start": 1759076882, - "stop": 1759076902, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, - { - "num": 890, - "period": 4, - "sec": 1100, - "sort": 0, - "startNum": 28, - "play": 5, - "zone": 2, - "x": 0, - "y": 1, - "start": 1759076890, - "stop": 1759076910, - "hl": 0, - "children": [ - { - "num": 891, - "sort": 1, - "startNum": 28, - "parent": 890, - "play": 32 - }, - { - "num": 892, - "sort": 2, - "startNum": 28, - "parent": 890, - "play": 30 - }, - { - "num": 893, - "sort": 3, - "startNum": 2, - "parent": 890, - "play": 29 - } - ] - }, { "num": 894, "period": 4, - "sec": 1100, - "sort": 4, - "startNum": 10, - "play": 28, - "zone": 2, - "x": 0, - "y": 1, - "start": 1759076890, - "stop": 1759076910, + "sec": 1280, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 895, "period": 4, - "sec": 1160, + "sec": 1280, "sort": 0, - "startNum": 19, - "play": 6, - "zone": 7, - "x": 69, - "y": 1, - "start": 1759076898, - "stop": 1759076918, + "startNum": 17, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760551300, + "stop": 1760551330, "hl": 0, "children": [ { "num": 896, "sort": 1, - "startNum": 19, + "startNum": 38, "parent": 895, - "play": 31 + "play": 53 }, { "num": 897, "sort": 2, - "startNum": 10, + "startNum": 39, "parent": 895, "play": 25 } @@ -12325,183 +12278,137 @@ { "num": 898, "period": 4, - "sec": 1160, - "sort": 3, - "startNum": 15, - "play": 28, - "zone": 7, - "x": 69, - "y": 1, - "start": 1759076898, - "stop": 1759076918, - "hl": 0, - "children": [] - }, - { - "num": 899, - "period": 4, - "sec": 1180, + "sec": 1280, "sort": 0, - "startNum": 15, - "play": 11, + "startNum": 0, + "play": 7, "zone": null, "x": null, "y": null, - "start": 1759076901, - "stop": 1759076921, + "start": 1760551330, + "stop": 1760551350, "hl": 0, - "children": [] - }, - { - "num": 900, - "period": 4, - "sec": 1180, - "sort": 1, - "startNum": 36, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759076901, - "stop": 1759076921, - "hl": 0, - "children": [] - }, - { - "num": 901, - "period": 4, - "sec": 1300, - "sort": 0, - "startNum": 35, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759076911, - "stop": 1759076931, - "hl": 0, - "children": [] - }, - { - "num": 902, - "period": 4, - "sec": 1300, - "sort": 1, - "startNum": 14, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759076911, - "stop": 1759076931, - "hl": 0, - "children": [] + "children": [ + { + "num": 899, + "sort": 1, + "startNum": 33, + "parent": 898, + "play": 8 + }, + { + "num": 900, + "sort": 2, + "startNum": 30, + "parent": 898, + "play": 9 + }, + { + "num": 901, + "sort": 3, + "startNum": 35, + "parent": 898, + "play": 8 + }, + { + "num": 902, + "sort": 4, + "startNum": 52, + "parent": 898, + "play": 9 + } + ] }, { "num": 903, "period": 4, - "sec": 1380, + "sec": 1280, "sort": 0, - "startNum": 14, - "play": 2, - "zone": 2, - "x": -1, - "y": 1, - "start": 1759076919, - "stop": 1759076939, + "startNum": 38, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760551355, + "stop": 1760551375, + "hl": 0, + "children": [] + }, + { + "num": 904, + "period": 4, + "sec": 1280, + "sort": 0, + "startNum": 38, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760551363, + "stop": 1760551383, + "hl": 0, + "children": [] + }, + { + "num": 905, + "period": 4, + "sec": 1280, + "sort": 0, + "startNum": 38, + "play": 1, + "zone": null, + "x": null, + "y": null, + "start": 1760551376, + "stop": 1760551396, "hl": 0, "children": [ { - "num": 904, + "num": 906, "sort": 1, - "startNum": 14, - "parent": 903, - "play": 32 - }, - { - "num": 905, - "sort": 2, - "startNum": 2, - "parent": 903, + "startNum": 1, + "parent": 905, "play": 24 } ] }, { - "num": 906, + "num": 907, "period": 4, - "sec": 1570, + "sec": 1280, "sort": 0, - "startNum": 24, - "play": 6, - "zone": 7, - "x": 69, - "y": 1, - "start": 1759076939, - "stop": 1759076959, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 907, - "sort": 1, - "startNum": 24, - "parent": 906, - "play": 31 - } - ] + "children": [] }, { "num": 908, "period": 4, - "sec": 1570, - "sort": 2, - "startNum": 28, - "play": 28, - "zone": 7, - "x": 69, - "y": 1, - "start": 1759076939, - "stop": 1759076959, + "sec": 1340, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 909, "period": 4, - "sec": 1590, - "sort": 0, - "startNum": 28, - "play": 2, - "zone": 2, - "x": -1, - "y": 4, - "start": 1759076939, - "stop": 1759076959, - "hl": 0, - "children": [ - { - "num": 910, - "sort": 1, - "startNum": 28, - "parent": 909, - "play": 33 - }, - { - "num": 911, - "sort": 2, - "startNum": 1, - "parent": 909, - "play": 24 - } - ] - }, - { - "num": 912, - "period": 4, - "sec": 1680, + "sec": 1340, "sort": 0, "startNum": 0, - "play": 70, + "play": 71, "zone": null, "x": null, "y": null, @@ -12510,135 +12417,159 @@ "hl": 0, "children": [] }, + { + "num": 910, + "period": 4, + "sec": 1400, + "sort": 0, + "startNum": 15, + "play": 3, + "zone": 10, + "x": -30, + "y": 66, + "start": 1760551409, + "stop": 1760551429, + "hl": 0, + "children": [ + { + "num": 911, + "sort": 1, + "startNum": 15, + "parent": 910, + "play": 31 + }, + { + "num": 912, + "sort": 2, + "startNum": 2, + "parent": 910, + "play": 24 + } + ] + }, { "num": 913, "period": 4, - "sec": 1680, + "sec": 1590, "sort": 0, - "startNum": 0, - "play": 71, + "startNum": 33, + "play": 11, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760551429, + "stop": 1760551449, "hl": 0, "children": [] }, { "num": 914, "period": 4, - "sec": 1680, - "sort": 0, - "startNum": 0, - "play": 70, + "sec": 1590, + "sort": 1, + "startNum": 21, + "play": 26, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760551429, + "stop": 1760551449, "hl": 0, "children": [] }, { "num": 915, "period": 4, - "sec": 1680, + "sec": 1780, "sort": 0, - "startNum": 28, - "play": 40, + "startNum": 13, + "play": 11, "zone": null, "x": null, "y": null, - "start": 1759076940, - "stop": 1759076970, + "start": 1760551447, + "stop": 1760551467, "hl": 0, - "children": [ - { - "num": 916, - "sort": 1, - "startNum": 15, - "parent": 915, - "play": 50 - } - ] + "children": [] }, { - "num": 917, + "num": 916, "period": 4, - "sec": 1680, + "sec": 1780, + "sort": 1, + "startNum": 39, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760551447, + "stop": 1760551467, + "hl": 0, + "children": [] + }, + { + "num": 918, + "period": 4, + "sec": 1840, + "sort": 0, + "startNum": 39, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760551457, + "stop": 1760551477, + "hl": 0, + "children": [] + }, + { + "num": 920, + "period": 4, + "sec": 1840, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759076965, - "stop": 1759076985, + "start": 1760551468, + "stop": 1760551488, "hl": 0, "children": [ - { - "num": 918, - "sort": 1, - "startNum": 8, - "parent": 917, - "play": 8 - }, - { - "num": 919, - "sort": 2, - "startNum": 10, - "parent": 917, - "play": 9 - }, - { - "num": 920, - "sort": 3, - "startNum": 33, - "parent": 917, - "play": 8 - }, { "num": 921, - "sort": 4, - "startNum": 27, - "parent": 917, + "sort": 1, + "startNum": 34, + "parent": 920, "play": 8 }, { "num": 922, - "sort": 5, - "startNum": 26, - "parent": 917, + "sort": 2, + "startNum": 36, + "parent": 920, "play": 8 }, { "num": 923, - "sort": 6, - "startNum": 36, - "parent": 917, + "sort": 3, + "startNum": 39, + "parent": 920, "play": 9 }, { "num": 924, - "sort": 7, - "startNum": 28, - "parent": 917, - "play": 9 - }, - { - "num": 925, - "sort": 8, - "startNum": 24, - "parent": 917, + "sort": 4, + "startNum": 38, + "parent": 920, "play": 9 } ] }, { - "num": 926, + "num": 925, "period": 4, - "sec": 1680, + "sec": 1840, "sort": 0, "startNum": 0, "play": 71, @@ -12651,145 +12582,129 @@ "children": [] }, { - "num": 927, + "num": 917, "period": 4, - "sec": 1820, + "sec": 1850, "sort": 0, - "startNum": 14, - "play": 6, - "zone": 10, - "x": -63, - "y": 35, - "start": 1759076998, - "stop": 1759077018, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 919, + "period": 4, + "sec": 1850, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 926, + "period": 4, + "sec": 1950, + "sort": 0, + "startNum": 9, + "play": 5, + "zone": 4, + "x": 31, + "y": 51, + "start": 1760551483, + "stop": 1760551503, "hl": 0, "children": [ { - "num": 928, + "num": 927, "sort": 1, - "startNum": 14, - "parent": 927, + "startNum": 9, + "parent": 926, "play": 31 + }, + { + "num": 928, + "sort": 2, + "startNum": 13, + "parent": 926, + "play": 25 } ] }, { "num": 929, "period": 4, - "sec": 1820, - "sort": 2, - "startNum": 1, + "sec": 1950, + "sort": 3, + "startNum": 35, "play": 28, - "zone": 10, - "x": -63, - "y": 35, - "start": 1759076998, - "stop": 1759077018, - "hl": 0, - "children": [] - }, - { - "num": 932, - "period": 4, - "sec": 1820, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 933, - "period": 4, - "sec": 1820, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 934, - "period": 4, - "sec": 1820, - "sort": 0, - "startNum": 33, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759076994, - "stop": 1759077024, - "hl": 0, - "children": [ - { - "num": 935, - "sort": 1, - "startNum": 8, - "parent": 934, - "play": 50 - } - ] - }, - { - "num": 936, - "period": 4, - "sec": 1820, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759077019, - "stop": 1759077039, - "hl": 0, - "children": [ - { - "num": 937, - "sort": 1, - "startNum": 13, - "parent": 936, - "play": 8 - }, - { - "num": 938, - "sort": 2, - "startNum": 18, - "parent": 936, - "play": 9 - } - ] - }, - { - "num": 939, - "period": 4, - "sec": 1820, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "zone": 4, + "x": 31, + "y": 51, + "start": 1760551483, + "stop": 1760551503, "hl": 0, "children": [] }, { "num": 930, "period": 4, - "sec": 1870, + "sec": 2100, + "sort": 0, + "startNum": 37, + "play": 6, + "zone": 8, + "x": 57, + "y": 51, + "start": 1760551499, + "stop": 1760551519, + "hl": 0, + "children": [ + { + "num": 931, + "sort": 1, + "startNum": 37, + "parent": 930, + "play": 31 + }, + { + "num": 932, + "sort": 2, + "startNum": 35, + "parent": 930, + "play": 25 + } + ] + }, + { + "num": 933, + "period": 4, + "sec": 2100, + "sort": 3, + "startNum": 1, + "play": 28, + "zone": 8, + "x": 57, + "y": 51, + "start": 1760551499, + "stop": 1760551519, + "hl": 0, + "children": [] + }, + { + "num": 934, + "period": 4, + "sec": 2130, "sort": 0, "startNum": 0, "play": 70, @@ -12802,9 +12717,9 @@ "children": [] }, { - "num": 931, + "num": 935, "period": 4, - "sec": 1870, + "sec": 2130, "sort": 0, "startNum": 1, "play": 24, @@ -12817,430 +12732,457 @@ "children": [] }, { - "num": 940, + "num": 936, "period": 4, - "sec": 1900, + "sec": 2130, "sort": 0, - "startNum": 19, - "play": 5, - "zone": 2, - "x": -10, - "y": 6, - "start": 1759077040, - "stop": 1759077060, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 938, + "period": 4, + "sec": 2130, + "sort": 0, + "startNum": 1, + "play": 24, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 939, + "period": 4, + "sec": 2130, + "sort": 0, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760551512, + "stop": 1760551532, "hl": 0, "children": [ { - "num": 941, + "num": 940, "sort": 1, - "startNum": 19, - "parent": 940, - "play": 32 + "startNum": 8, + "parent": 939, + "play": 8 + }, + { + "num": 941, + "sort": 2, + "startNum": 13, + "parent": 939, + "play": 9 } ] }, + { + "num": 937, + "period": 4, + "sec": 2130, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, { "num": 942, "period": 4, - "sec": 1900, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 2, - "x": -10, - "y": 6, - "start": 1759077040, - "stop": 1759077060, + "sec": 2130, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 945, + "period": 4, + "sec": 2200, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 947, + "period": 4, + "sec": 2200, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 946, + "period": 4, + "sec": 2200, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 943, "period": 4, - "sec": 1910, + "sec": 2250, "sort": 0, - "startNum": 0, - "play": 70, + "startNum": 8, + "play": 11, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, + "start": 1760551527, + "stop": 1760551547, "hl": 0, "children": [] }, { "num": 944, "period": 4, - "sec": 1910, - "sort": 0, - "startNum": 27, - "play": 40, + "sec": 2250, + "sort": 1, + "startNum": 36, + "play": 26, "zone": null, "x": null, "y": null, - "start": 1759077028, - "stop": 1759077058, + "start": 1760551527, + "stop": 1760551547, "hl": 0, - "children": [ - { - "num": 945, - "sort": 1, - "startNum": 14, - "parent": 944, - "play": 52 - } - ] + "children": [] }, { - "num": 946, + "num": 948, "period": 4, - "sec": 1910, + "sec": 2350, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759077058, - "stop": 1759077078, + "startNum": 35, + "play": 2, + "zone": 1, + "x": 13, + "y": 12, + "start": 1760551540, + "stop": 1760551560, "hl": 0, "children": [ { - "num": 947, + "num": 949, "sort": 1, - "startNum": 25, - "parent": 946, - "play": 8 + "startNum": 35, + "parent": 948, + "play": 32 }, { - "num": 948, + "num": 950, "sort": 2, - "startNum": 26, - "parent": 946, - "play": 9 + "startNum": 1, + "parent": 948, + "play": 24 } ] }, - { - "num": 949, - "period": 4, - "sec": 1910, - "sort": 0, - "startNum": 14, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759077071, - "stop": 1759077091, - "hl": 0, - "children": [] - }, - { - "num": 950, - "period": 4, - "sec": 1910, - "sort": 0, - "startNum": 14, - "play": 4, - "zone": null, - "x": null, - "y": null, - "start": 1759077088, - "stop": 1759077108, - "hl": 0, - "children": [] - }, { "num": 951, "period": 4, - "sec": 1910, - "sort": 1, - "startNum": 27, - "play": 28, - "zone": null, - "x": null, - "y": null, - "start": 1759077088, - "stop": 1759077108, - "hl": 0, - "children": [] - }, - { - "num": 952, - "period": 4, - "sec": 1910, + "sec": 2590, "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 953, - "period": 4, - "sec": 2060, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 954, - "period": 4, - "sec": 2060, - "sort": 0, - "startNum": 15, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077094, - "stop": 1759077124, + "startNum": 8, + "play": 3, + "zone": 10, + "x": -57, + "y": 45, + "start": 1760551563, + "stop": 1760551583, "hl": 0, "children": [ { - "num": 955, + "num": 952, "sort": 1, - "startNum": 27, - "parent": 954, - "play": 52 + "startNum": 8, + "parent": 951, + "play": 31 }, { - "num": 956, + "num": 953, "sort": 2, - "startNum": 33, - "parent": 954, + "startNum": 15, + "parent": 951, "play": 25 + }, + { + "num": 954, + "sort": 3, + "startNum": 2, + "parent": 951, + "play": 24 } ] }, { - "num": 957, + "num": 955, "period": 4, - "sec": 2060, + "sec": 2760, "sort": 0, - "startNum": 27, - "play": 4, + "startNum": 37, + "play": 11, "zone": null, "x": null, "y": null, - "start": 1759077129, - "stop": 1759077149, + "start": 1760551582, + "stop": 1760551602, "hl": 0, "children": [] }, { - "num": 958, + "num": 956, "period": 4, - "sec": 2060, - "sort": 0, - "startNum": 27, - "play": 1, + "sec": 2760, + "sort": 1, + "startNum": 9, + "play": 26, "zone": null, "x": null, "y": null, - "start": 1759077139, - "stop": 1759077159, + "start": 1760551582, + "stop": 1760551602, + "hl": 0, + "children": [] + }, + { + "num": 957, + "period": 4, + "sec": 2950, + "sort": 0, + "startNum": 15, + "play": 5, + "zone": 1, + "x": 9, + "y": 10, + "start": 1760551601, + "stop": 1760551621, "hl": 0, "children": [ { - "num": 959, + "num": 958, "sort": 1, - "startNum": 1, - "parent": 958, - "play": 24 + "startNum": 15, + "parent": 957, + "play": 32 + }, + { + "num": 959, + "sort": 2, + "startNum": 9, + "parent": 957, + "play": 25 } ] }, { "num": 960, "period": 4, - "sec": 2060, + "sec": 2950, + "sort": 3, + "startNum": 36, + "play": 28, + "zone": 1, + "x": 9, + "y": 10, + "start": 1760551601, + "stop": 1760551621, + "hl": 0, + "children": [] + }, + { + "num": 961, + "period": 4, + "sec": 3040, "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759077147, - "stop": 1759077167, + "startNum": 35, + "play": 2, + "zone": 3, + "x": -16, + "y": 31, + "start": 1760551609, + "stop": 1760551629, "hl": 0, "children": [ { - "num": 961, + "num": 962, "sort": 1, - "startNum": 24, - "parent": 960, - "play": 8 + "startNum": 35, + "parent": 961, + "play": 31 }, { - "num": 962, + "num": 963, "sort": 2, - "startNum": 35, - "parent": 960, - "play": 9 + "startNum": 2, + "parent": 961, + "play": 29 + }, + { + "num": 964, + "sort": 3, + "startNum": 37, + "parent": 961, + "play": 25 + }, + { + "num": 965, + "sort": 4, + "startNum": 1, + "parent": 961, + "play": 24 } ] }, - { - "num": 963, - "period": 4, - "sec": 2060, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 964, - "period": 4, - "sec": 2210, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 965, - "period": 4, - "sec": 2210, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, { "num": 966, "period": 4, - "sec": 2220, + "sec": 3190, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 967, - "period": 4, - "sec": 2220, - "sort": 0, - "startNum": 27, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077161, - "stop": 1759077191, + "startNum": 9, + "play": 5, + "zone": 5, + "x": 7, + "y": 56, + "start": 1760551624, + "stop": 1760551644, "hl": 0, "children": [ { - "num": 968, + "num": 967, "sort": 1, - "startNum": 15, - "parent": 967, - "play": 52 + "startNum": 9, + "parent": 966, + "play": 31 }, { - "num": 969, + "num": 968, "sort": 2, - "startNum": 19, - "parent": 967, + "startNum": 8, + "parent": 966, "play": 25 } ] }, + { + "num": 969, + "period": 4, + "sec": 3190, + "sort": 3, + "startNum": 35, + "play": 28, + "zone": 5, + "x": 7, + "y": 56, + "start": 1760551624, + "stop": 1760551644, + "hl": 0, + "children": [] + }, { "num": 970, "period": 4, - "sec": 2220, + "sec": 3320, "sort": 0, - "startNum": 15, - "play": 1, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759077191, - "stop": 1759077211, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 971, "period": 4, - "sec": 2220, + "sec": 3330, "sort": 0, "startNum": 15, - "play": 1, + "play": 40, "zone": null, "x": null, "y": null, - "start": 1759077214, - "stop": 1759077234, + "start": 1760551620, + "stop": 1760551650, "hl": 0, "children": [ { "num": 972, "sort": 1, - "startNum": 2, + "startNum": 36, "parent": 971, - "play": 24 + "play": 50 } ] }, { "num": 973, "period": 4, - "sec": 2220, + "sec": 3330, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759077224, - "stop": 1759077244, + "start": 1760551652, + "stop": 1760551672, "hl": 0, "children": [ { "num": 974, "sort": 1, - "startNum": 17, + "startNum": 7, "parent": 973, "play": 8 }, @@ -13249,499 +13191,532 @@ "sort": 2, "startNum": 14, "parent": 973, - "play": 9 - } - ] - }, - { - "num": 976, - "period": 4, - "sec": 2220, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 977, - "period": 4, - "sec": 2370, - "sort": 0, - "startNum": 33, - "play": 6, - "zone": 9, - "x": 0, - "y": 80, - "start": 1759077244, - "stop": 1759077264, - "hl": 0, - "children": [ + "play": 8 + }, { - "num": 979, - "sort": 2, - "startNum": 33, - "parent": 977, - "play": 31 + "num": 976, + "sort": 3, + "startNum": 15, + "parent": 973, + "play": 9 + }, + { + "num": 977, + "sort": 4, + "startNum": 17, + "parent": 973, + "play": 9 } ] }, { "num": 978, "period": 4, - "sec": 2370, - "sort": 1, - "startNum": 15, - "play": 27, - "zone": 9, - "x": 0, - "y": 80, - "start": 1759077244, - "stop": 1759077264, + "sec": 3330, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 979, + "period": 4, + "sec": 3340, + "sort": 0, + "startNum": 34, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760551675, + "stop": 1760551695, "hl": 0, "children": [] }, { "num": 980, "period": 4, - "sec": 2370, - "sort": 3, - "startNum": 25, - "play": 28, - "zone": 9, - "x": 0, - "y": 80, - "start": 1759077244, - "stop": 1759077264, + "sec": 3340, + "sort": 1, + "startNum": 7, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760551675, + "stop": 1760551695, "hl": 0, "children": [] }, { "num": 981, "period": 4, - "sec": 2450, + "sec": 3360, "sort": 0, - "startNum": 24, - "play": 11, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759077252, - "stop": 1759077272, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 982, "period": 4, - "sec": 2450, - "sort": 1, - "startNum": 17, - "play": 26, + "sec": 3360, + "sort": 0, + "startNum": 35, + "play": 40, "zone": null, "x": null, "y": null, - "start": 1759077252, - "stop": 1759077272, + "start": 1760551660, + "stop": 1760551690, + "hl": 0, + "children": [ + { + "num": 983, + "sort": 1, + "startNum": 7, + "parent": 982, + "play": 50 + } + ] + }, + { + "num": 984, + "period": 4, + "sec": 3360, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { - "num": 983, + "num": 985, "period": 4, - "sec": 2480, + "sec": 3430, "sort": 0, - "startNum": 17, - "play": 2, - "zone": 2, - "x": -6, - "y": 1, - "start": 1759077257, - "stop": 1759077277, + "startNum": 8, + "play": 6, + "zone": 9, + "x": 23, + "y": 71, + "start": 1760551701, + "stop": 1760551721, "hl": 0, "children": [ - { - "num": 984, - "sort": 1, - "startNum": 17, - "parent": 983, - "play": 32 - }, - { - "num": 985, - "sort": 2, - "startNum": 1, - "parent": 983, - "play": 29 - }, { "num": 986, - "sort": 3, - "startNum": 2, - "parent": 983, - "play": 24 + "sort": 1, + "startNum": 8, + "parent": 985, + "play": 31 } ] }, { "num": 987, "period": 4, - "sec": 2670, + "sec": 3430, + "sort": 2, + "startNum": 36, + "play": 28, + "zone": 9, + "x": 23, + "y": 71, + "start": 1760551701, + "stop": 1760551721, + "hl": 0, + "children": [] + }, + { + "num": 989, + "period": 4, + "sec": 3580, "sort": 0, - "startNum": 24, - "play": 2, - "zone": 2, - "x": -6, - "y": 4, - "start": 1759077275, - "stop": 1759077295, + "startNum": 0, + "play": 7, + "zone": null, + "x": null, + "y": null, + "start": 1760551724, + "stop": 1760551744, "hl": 0, "children": [ { - "num": 988, + "num": 990, "sort": 1, - "startNum": 24, - "parent": 987, - "play": 32 + "startNum": 10, + "parent": 989, + "play": 8 }, { - "num": 989, + "num": 991, "sort": 2, - "startNum": 25, - "parent": 987, + "startNum": 21, + "parent": 989, + "play": 9 + } + ] + }, + { + "num": 992, + "period": 4, + "sec": 3580, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 988, + "period": 4, + "sec": 3590, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 993, + "period": 4, + "sec": 3690, + "sort": 0, + "startNum": 35, + "play": 3, + "zone": 8, + "x": 54, + "y": 48, + "start": 1760551748, + "stop": 1760551768, + "hl": 0, + "children": [ + { + "num": 994, + "sort": 1, + "startNum": 35, + "parent": 993, + "play": 31 + }, + { + "num": 995, + "sort": 2, + "startNum": 33, + "parent": 993, "play": 25 }, { - "num": 990, + "num": 996, "sort": 3, "startNum": 1, - "parent": 987, + "parent": 993, "play": 24 } ] }, { - "num": 991, + "num": 998, "period": 4, - "sec": 2830, + "sec": 3720, "sort": 0, - "startNum": 13, - "play": 6, - "zone": 11, - "x": -70, - "y": 4, - "start": 1759077293, - "stop": 1759077313, - "hl": 0, - "children": [ - { - "num": 992, - "sort": 1, - "startNum": 13, - "parent": 991, - "play": 31 - } - ] - }, - { - "num": 993, - "period": 4, - "sec": 2830, - "sort": 2, - "startNum": 32, - "play": 28, - "zone": 11, - "x": -70, - "y": 4, - "start": 1759077293, - "stop": 1759077313, + "startNum": 1, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760551750, + "stop": 1760551820, "hl": 0, "children": [] }, { "num": 997, "period": 4, - "sec": 2890, + "sec": 3720, "sort": 0, - "startNum": 8, - "play": 40, + "startNum": 0, + "play": 70, "zone": null, "x": null, "y": null, - "start": 1759077292, - "stop": 1759077322, + "start": null, + "stop": null, "hl": 0, - "children": [ - { - "num": 998, - "sort": 1, - "startNum": 27, - "parent": 997, - "play": 52 - }, - { - "num": 999, - "sort": 2, - "startNum": 32, - "parent": 997, - "play": 25 - } - ] + "children": [] }, { - "num": 1000, + "num": 999, "period": 4, - "sec": 2890, + "sec": 3720, "sort": 0, "startNum": 0, "play": 7, "zone": null, "x": null, "y": null, - "start": 1759077337, - "stop": 1759077357, + "start": 1760551844, + "stop": 1760551864, + "hl": 0, + "children": [] + }, + { + "num": 1002, + "period": 4, + "sec": 3720, + "sort": 0, + "startNum": 0, + "play": 69, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1003, + "period": 4, + "sec": 3720, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1007, + "period": 4, + "sec": 3860, + "sort": 0, + "startNum": 34, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760551858, + "stop": 1760551888, "hl": 0, "children": [ - { - "num": 1001, - "sort": 1, - "startNum": 35, - "parent": 1000, - "play": 8 - }, - { - "num": 1002, - "sort": 2, - "startNum": 24, - "parent": 1000, - "play": 9 - }, - { - "num": 1003, - "sort": 3, - "startNum": 18, - "parent": 1000, - "play": 8 - }, - { - "num": 1004, - "sort": 4, - "startNum": 9, - "parent": 1000, - "play": 8 - }, - { - "num": 1005, - "sort": 5, - "startNum": 14, - "parent": 1000, - "play": 8 - }, - { - "num": 1006, - "sort": 6, - "startNum": 8, - "parent": 1000, - "play": 9 - }, - { - "num": 1007, - "sort": 7, - "startNum": 15, - "parent": 1000, - "play": 9 - }, { "num": 1008, - "sort": 8, - "startNum": 19, - "parent": 1000, - "play": 9 + "sort": 1, + "startNum": 7, + "parent": 1007, + "play": 50 } ] }, { "num": 1009, "period": 4, - "sec": 2890, + "sec": 3860, "sort": 0, - "startNum": 27, - "play": 4, + "startNum": 0, + "play": 71, "zone": null, "x": null, "y": null, - "start": 1759077339, - "stop": 1759077359, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1004, + "period": 4, + "sec": 3870, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1005, + "period": 4, + "sec": 3870, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1006, + "period": 4, + "sec": 3870, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { "num": 1010, "period": 4, - "sec": 2890, + "sec": 4000, "sort": 0, - "startNum": 27, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759077357, - "stop": 1759077377, + "startNum": 8, + "play": 6, + "zone": 8, + "x": 49, + "y": 53, + "start": 1760551903, + "stop": 1760551923, "hl": 0, "children": [ { "num": 1011, "sort": 1, - "startNum": 1, + "startNum": 8, "parent": 1010, - "play": 24 + "play": 31 } ] }, { "num": 1012, "period": 4, - "sec": 2890, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 994, - "period": 4, - "sec": 2900, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 995, - "period": 4, - "sec": 2900, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 996, - "period": 4, - "sec": 2910, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1014, - "period": 4, - "sec": 3020, - "sort": 0, - "startNum": 14, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077363, - "stop": 1759077393, - "hl": 0, - "children": [ - { - "num": 1015, - "sort": 1, - "startNum": 14, - "parent": 1014, - "play": 47 - }, - { - "num": 1016, - "sort": 2, - "startNum": 35, - "parent": 1014, - "play": 50 - } - ] - }, - { - "num": 1017, - "period": 4, - "sec": 3020, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759077388, - "stop": 1759077408, - "hl": 0, - "children": [ - { - "num": 1018, - "sort": 1, - "startNum": 28, - "parent": 1017, - "play": 8 - }, - { - "num": 1019, - "sort": 2, - "startNum": 25, - "parent": 1017, - "play": 9 - } - ] - }, - { - "num": 1020, - "period": 4, - "sec": 3020, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, + "sec": 4000, + "sort": 2, + "startNum": 10, + "play": 28, + "zone": 8, + "x": 49, + "y": 53, + "start": 1760551903, + "stop": 1760551923, "hl": 0, "children": [] }, { "num": 1013, "period": 4, - "sec": 3040, + "sec": 4130, + "sort": 0, + "startNum": 10, + "play": 6, + "zone": 8, + "x": 49, + "y": 60, + "start": 1760551916, + "stop": 1760551936, + "hl": 0, + "children": [ + { + "num": 1014, + "sort": 1, + "startNum": 10, + "parent": 1013, + "play": 31 + } + ] + }, + { + "num": 1015, + "period": 4, + "sec": 4130, + "sort": 2, + "startNum": 35, + "play": 28, + "zone": 8, + "x": 49, + "y": 60, + "start": 1760551916, + "stop": 1760551936, + "hl": 0, + "children": [] + }, + { + "num": 1016, + "period": 4, + "sec": 4290, + "sort": 0, + "startNum": 37, + "play": 3, + "zone": 9, + "x": 4, + "y": 75, + "start": 1760551931, + "stop": 1760551951, + "hl": 0, + "children": [ + { + "num": 1017, + "sort": 1, + "startNum": 37, + "parent": 1016, + "play": 31 + }, + { + "num": 1018, + "sort": 2, + "startNum": 33, + "parent": 1016, + "play": 25 + }, + { + "num": 1019, + "sort": 3, + "startNum": 1, + "parent": 1016, + "play": 24 + } + ] + }, + { + "num": 1020, + "period": 4, + "sec": 4460, "sort": 0, "startNum": 0, "play": 70, @@ -13756,83 +13731,643 @@ { "num": 1021, "period": 4, - "sec": 3190, + "sec": 4460, "sort": 0, - "startNum": 32, - "play": 5, - "zone": 3, - "x": 12, - "y": 16, - "start": 1759077409, - "stop": 1759077429, - "hl": 0, - "children": [ - { - "num": 1022, - "sort": 1, - "startNum": 32, - "parent": 1021, - "play": 32 - } - ] - }, - { - "num": 1023, - "period": 4, - "sec": 3190, - "sort": 2, - "startNum": 17, - "play": 28, - "zone": 3, - "x": 12, - "y": 16, - "start": 1759077409, - "stop": 1759077429, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, "hl": 0, "children": [] }, { - "num": 1024, + "num": 1022, "period": 4, - "sec": 3280, + "sec": 4540, "sort": 0, - "startNum": 18, - "play": 5, + "startNum": 7, + "play": 2, "zone": 1, - "x": 9, - "y": 8, - "start": 1759077416, - "stop": 1759077436, + "x": 10, + "y": 7, + "start": 1760551975, + "stop": 1760551995, "hl": 0, "children": [ { - "num": 1025, + "num": 1023, "sort": 1, - "startNum": 18, - "parent": 1024, + "startNum": 7, + "parent": 1022, "play": 32 + }, + { + "num": 1024, + "sort": 2, + "startNum": 2, + "parent": 1022, + "play": 24 } ] }, + { + "num": 1025, + "period": 4, + "sec": 4680, + "sort": 0, + "startNum": 33, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760551990, + "stop": 1760552010, + "hl": 0, + "children": [] + }, { "num": 1026, "period": 4, - "sec": 3280, - "sort": 2, - "startNum": 2, - "play": 28, - "zone": 1, - "x": 9, - "y": 8, - "start": 1759077416, - "stop": 1759077436, + "sec": 4680, + "sort": 1, + "startNum": 7, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760551990, + "stop": 1760552010, "hl": 0, "children": [] }, { - "num": 1029, + "num": 1027, "period": 4, - "sec": 3280, + "sec": 4850, + "sort": 0, + "startNum": 7, + "play": 2, + "zone": 1, + "x": 20, + "y": 6, + "start": 1760552008, + "stop": 1760552028, + "hl": 0, + "children": [ + { + "num": 1028, + "sort": 1, + "startNum": 7, + "parent": 1027, + "play": 32 + }, + { + "num": 1029, + "sort": 2, + "startNum": 2, + "parent": 1027, + "play": 24 + } + ] + }, + { + "num": 1031, + "period": 4, + "sec": 4860, + "sort": 0, + "startNum": 2, + "play": 23, + "zone": null, + "x": null, + "y": null, + "start": 1760552011, + "stop": 1760552081, + "hl": 0, + "children": [] + }, + { + "num": 1032, + "period": 4, + "sec": 4860, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1033, + "period": 4, + "sec": 4860, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1034, + "period": 4, + "sec": 4860, + "sort": 0, + "startNum": 34, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760552112, + "stop": 1760552142, + "hl": 0, + "children": [ + { + "num": 1035, + "sort": 1, + "startNum": 34, + "parent": 1034, + "play": 47 + }, + { + "num": 1036, + "sort": 2, + "startNum": 14, + "parent": 1034, + "play": 50 + } + ] + }, + { + "num": 1037, + "period": 4, + "sec": 4860, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1030, + "period": 4, + "sec": 4870, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1038, + "period": 4, + "sec": 4970, + "sort": 0, + "startNum": 10, + "play": 2, + "zone": 2, + "x": -2, + "y": 2, + "start": 1760552180, + "stop": 1760552200, + "hl": 0, + "children": [ + { + "num": 1039, + "sort": 1, + "startNum": 10, + "parent": 1038, + "play": 32 + }, + { + "num": 1040, + "sort": 2, + "startNum": 8, + "parent": 1038, + "play": 25 + }, + { + "num": 1041, + "sort": 3, + "startNum": 2, + "parent": 1038, + "play": 24 + } + ] + }, + { + "num": 1042, + "period": 4, + "sec": 5100, + "sort": 0, + "startNum": 36, + "play": 5, + "zone": 1, + "x": 2, + "y": 12, + "start": 1760552192, + "stop": 1760552212, + "hl": 0, + "children": [ + { + "num": 1043, + "sort": 1, + "startNum": 36, + "parent": 1042, + "play": 35 + }, + { + "num": 1044, + "sort": 2, + "startNum": 35, + "parent": 1042, + "play": 25 + } + ] + }, + { + "num": 1045, + "period": 4, + "sec": 5100, + "sort": 3, + "startNum": 8, + "play": 28, + "zone": 1, + "x": 2, + "y": 12, + "start": 1760552192, + "stop": 1760552212, + "hl": 0, + "children": [] + }, + { + "num": 1047, + "period": 4, + "sec": 5190, + "sort": 0, + "startNum": 7, + "play": 40, + "zone": null, + "x": null, + "y": null, + "start": 1760552185, + "stop": 1760552215, + "hl": 0, + "children": [ + { + "num": 1048, + "sort": 1, + "startNum": 7, + "parent": 1047, + "play": 47 + }, + { + "num": 1049, + "sort": 2, + "startNum": 35, + "parent": 1047, + "play": 50 + } + ] + }, + { + "num": 1050, + "period": 4, + "sec": 5190, + "sort": 0, + "startNum": 22, + "play": 44, + "zone": null, + "x": null, + "y": null, + "start": 1760552206, + "stop": 1760552236, + "hl": 0, + "children": [ + { + "num": 1051, + "sort": 1, + "startNum": 2, + "parent": 1050, + "play": 51 + } + ] + }, + { + "num": 1052, + "period": 4, + "sec": 5190, + "sort": 0, + "startNum": 35, + "play": 4, + "zone": null, + "x": null, + "y": null, + "start": 1760552334, + "stop": 1760552354, + "hl": 0, + "children": [] + }, + { + "num": 1053, + "period": 4, + "sec": 5190, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1046, + "period": 4, + "sec": 5200, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1054, + "period": 4, + "sec": 5320, + "sort": 0, + "startNum": 33, + "play": 2, + "zone": 1, + "x": 11, + "y": 11, + "start": 1760552357, + "stop": 1760552377, + "hl": 0, + "children": [ + { + "num": 1055, + "sort": 1, + "startNum": 33, + "parent": 1054, + "play": 32 + }, + { + "num": 1056, + "sort": 2, + "startNum": 35, + "parent": 1054, + "play": 25 + }, + { + "num": 1057, + "sort": 3, + "startNum": 1, + "parent": 1054, + "play": 24 + } + ] + }, + { + "num": 1058, + "period": 4, + "sec": 5500, + "sort": 0, + "startNum": 10, + "play": 6, + "zone": 7, + "x": 69, + "y": 4, + "start": 1760552375, + "stop": 1760552395, + "hl": 0, + "children": [ + { + "num": 1059, + "sort": 1, + "startNum": 10, + "parent": 1058, + "play": 31 + }, + { + "num": 1060, + "sort": 2, + "startNum": 14, + "parent": 1058, + "play": 25 + } + ] + }, + { + "num": 1061, + "period": 4, + "sec": 5500, + "sort": 3, + "startNum": 9, + "play": 28, + "zone": 7, + "x": 69, + "y": 4, + "start": 1760552375, + "stop": 1760552395, + "hl": 0, + "children": [] + }, + { + "num": 1062, + "period": 4, + "sec": 5620, + "sort": 0, + "startNum": 8, + "play": 6, + "zone": 9, + "x": 3, + "y": 76, + "start": 1760552388, + "stop": 1760552408, + "hl": 0, + "children": [ + { + "num": 1063, + "sort": 1, + "startNum": 8, + "parent": 1062, + "play": 31 + } + ] + }, + { + "num": 1064, + "period": 4, + "sec": 5620, + "sort": 2, + "startNum": 33, + "play": 28, + "zone": 9, + "x": 3, + "y": 76, + "start": 1760552388, + "stop": 1760552408, + "hl": 0, + "children": [] + }, + { + "num": 1065, + "period": 4, + "sec": 5720, + "sort": 0, + "startNum": 35, + "play": 11, + "zone": null, + "x": null, + "y": null, + "start": 1760552398, + "stop": 1760552418, + "hl": 0, + "children": [] + }, + { + "num": 1066, + "period": 4, + "sec": 5720, + "sort": 1, + "startNum": 7, + "play": 26, + "zone": null, + "x": null, + "y": null, + "start": 1760552398, + "stop": 1760552418, + "hl": 0, + "children": [] + }, + { + "num": 1067, + "period": 4, + "sec": 5750, + "sort": 0, + "startNum": 14, + "play": 2, + "zone": 1, + "x": 7, + "y": 10, + "start": 1760552401, + "stop": 1760552421, + "hl": 0, + "children": [ + { + "num": 1068, + "sort": 1, + "startNum": 14, + "parent": 1067, + "play": 32 + }, + { + "num": 1069, + "sort": 2, + "startNum": 14, + "parent": 1067, + "play": 30 + }, + { + "num": 1070, + "sort": 3, + "startNum": 1, + "parent": 1067, + "play": 29 + }, + { + "num": 1071, + "sort": 4, + "startNum": 7, + "parent": 1067, + "play": 25 + }, + { + "num": 1072, + "sort": 5, + "startNum": 2, + "parent": 1067, + "play": 24 + } + ] + }, + { + "num": 1073, + "period": 4, + "sec": 5770, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1075, + "period": 4, + "sec": 5770, + "sort": 0, + "startNum": 0, + "play": 70, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1074, + "period": 4, + "sec": 5770, + "sort": 0, + "startNum": 0, + "play": 71, + "zone": null, + "x": null, + "y": null, + "start": null, + "stop": null, + "hl": 0, + "children": [] + }, + { + "num": 1077, + "period": 4, + "sec": 5770, "sort": 0, "startNum": 0, "play": 69, @@ -13845,9 +14380,9 @@ "children": [] }, { - "num": 1030, + "num": 1076, "period": 4, - "sec": 3280, + "sec": 5770, "sort": 0, "startNum": 0, "play": 71, @@ -13860,9 +14395,47 @@ "children": [] }, { - "num": 1027, + "num": 1078, "period": 4, - "sec": 3310, + "sec": 5820, + "sort": 0, + "startNum": 37, + "play": 5, + "zone": 3, + "x": 9, + "y": 17, + "start": 1760552417, + "stop": 1760552437, + "hl": 0, + "children": [ + { + "num": 1079, + "sort": 1, + "startNum": 37, + "parent": 1078, + "play": 32 + } + ] + }, + { + "num": 1080, + "period": 4, + "sec": 5820, + "sort": 2, + "startNum": 33, + "play": 28, + "zone": 3, + "x": 9, + "y": 17, + "start": 1760552417, + "stop": 1760552437, + "hl": 0, + "children": [] + }, + { + "num": 1081, + "period": 4, + "sec": 5860, "sort": 0, "startNum": 0, "play": 70, @@ -13875,190 +14448,92 @@ "children": [] }, { - "num": 1028, + "num": 1082, "period": 4, - "sec": 3310, - "sort": 0, - "startNum": 1, - "play": 24, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1031, - "period": 4, - "sec": 3440, - "sort": 0, - "startNum": 35, - "play": 5, - "zone": 4, - "x": 47, - "y": 24, - "start": 1759077458, - "stop": 1759077478, - "hl": 0, - "children": [ - { - "num": 1032, - "sort": 1, - "startNum": 35, - "parent": 1031, - "play": 31 - } - ] - }, - { - "num": 1033, - "period": 4, - "sec": 3440, - "sort": 2, - "startNum": 17, - "play": 28, - "zone": 4, - "x": 47, - "y": 24, - "start": 1759077458, - "stop": 1759077478, - "hl": 0, - "children": [] - }, - { - "num": 1034, - "period": 4, - "sec": 3550, - "sort": 0, - "startNum": 9, - "play": 3, - "zone": 11, - "x": -69, - "y": 6, - "start": 1759077468, - "stop": 1759077488, - "hl": 0, - "children": [ - { - "num": 1035, - "sort": 1, - "startNum": 9, - "parent": 1034, - "play": 31 - }, - { - "num": 1036, - "sort": 2, - "startNum": 13, - "parent": 1034, - "play": 25 - }, - { - "num": 1037, - "sort": 3, - "startNum": 2, - "parent": 1034, - "play": 24 - } - ] - }, - { - "num": 1041, - "period": 4, - "sec": 3650, + "sec": 5860, "sort": 0, "startNum": 9, "play": 40, "zone": null, "x": null, "y": null, - "start": 1759077469, - "stop": 1759077499, + "start": 1760552405, + "stop": 1760552435, "hl": 0, "children": [ { - "num": 1042, + "num": 1083, "sort": 1, - "startNum": 35, - "parent": 1041, + "startNum": 33, + "parent": 1082, "play": 52 } ] }, { - "num": 1043, + "num": 1084, "period": 4, - "sec": 3650, + "sec": 5860, "sort": 0, - "startNum": 35, - "play": 1, + "startNum": 2, + "play": 72, "zone": null, "x": null, "y": null, - "start": 1759077504, - "stop": 1759077524, + "start": null, + "stop": null, "hl": 0, "children": [] }, { - "num": 1044, + "num": 1085, "period": 4, - "sec": 3650, + "sec": 5860, "sort": 0, - "startNum": 35, + "startNum": 33, "play": 1, "zone": null, "x": null, "y": null, - "start": 1759077519, - "stop": 1759077539, + "start": 1760552544, + "stop": 1760552564, "hl": 0, - "children": [ - { - "num": 1045, - "sort": 1, - "startNum": 1, - "parent": 1044, - "play": 24 - } - ] + "children": [] }, { - "num": 1046, + "num": 1086, "period": 4, - "sec": 3650, + "sec": 5860, "sort": 0, - "startNum": 0, - "play": 7, + "startNum": 33, + "play": 4, "zone": null, "x": null, "y": null, - "start": 1759077524, - "stop": 1759077544, + "start": 1760552559, + "stop": 1760552579, "hl": 0, - "children": [ - { - "num": 1047, - "sort": 1, - "startNum": 24, - "parent": 1046, - "play": 8 - }, - { - "num": 1048, - "sort": 2, - "startNum": 35, - "parent": 1046, - "play": 9 - } - ] + "children": [] }, { - "num": 1049, + "num": 1087, "period": 4, - "sec": 3650, + "sec": 5860, + "sort": 1, + "startNum": 35, + "play": 28, + "zone": null, + "x": null, + "y": null, + "start": 1760552559, + "stop": 1760552579, + "hl": 0, + "children": [] + }, + { + "num": 1088, + "period": 4, + "sec": 5860, "sort": 0, "startNum": 0, "play": 71, @@ -14071,1063 +14546,47 @@ "children": [] }, { - "num": 1038, + "num": 1089, "period": 4, - "sec": 3670, + "sec": 5940, "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1039, - "period": 4, - "sec": 3670, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1040, - "period": 4, - "sec": 3680, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1050, - "period": 4, - "sec": 3840, - "sort": 0, - "startNum": 17, - "play": 2, - "zone": 1, - "x": 7, - "y": 3, - "start": 1759077550, - "stop": 1759077570, + "startNum": 35, + "play": 6, + "zone": 8, + "x": 57, + "y": 47, + "start": 1760552570, + "stop": 1760552590, "hl": 0, "children": [ - { - "num": 1051, - "sort": 1, - "startNum": 17, - "parent": 1050, - "play": 32 - }, - { - "num": 1052, - "sort": 2, - "startNum": 14, - "parent": 1050, - "play": 25 - }, - { - "num": 1053, - "sort": 3, - "startNum": 2, - "parent": 1050, - "play": 24 - } - ] - }, - { - "num": 1054, - "period": 4, - "sec": 3980, - "sort": 0, - "startNum": 28, - "play": 2, - "zone": 1, - "x": 0, - "y": 0, - "start": 1759077565, - "stop": 1759077585, - "hl": 0, - "children": [ - { - "num": 1055, - "sort": 1, - "startNum": 28, - "parent": 1054, - "play": 32 - }, - { - "num": 1056, - "sort": 2, - "startNum": 28, - "parent": 1054, - "play": 30 - }, - { - "num": 1057, - "sort": 3, - "startNum": 27, - "parent": 1054, - "play": 25 - }, - { - "num": 1058, - "sort": 4, - "startNum": 1, - "parent": 1054, - "play": 24 - } - ] - }, - { - "num": 1059, - "period": 4, - "sec": 4060, - "sort": 0, - "startNum": 9, - "play": 20, - "zone": null, - "x": null, - "y": null, - "start": 1759077573, - "stop": 1759077593, - "hl": 0, - "children": [] - }, - { - "num": 1060, - "period": 4, - "sec": 4060, - "sort": 1, - "startNum": 33, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759077573, - "stop": 1759077593, - "hl": 0, - "children": [] - }, - { - "num": 1061, - "period": 4, - "sec": 4080, - "sort": 0, - "startNum": 33, - "play": 5, - "zone": 2, - "x": -10, - "y": 7, - "start": 1759077575, - "stop": 1759077595, - "hl": 0, - "children": [ - { - "num": 1062, - "sort": 1, - "startNum": 33, - "parent": 1061, - "play": 32 - } - ] - }, - { - "num": 1063, - "period": 4, - "sec": 4080, - "sort": 2, - "startNum": 14, - "play": 28, - "zone": 2, - "x": -10, - "y": 7, - "start": 1759077575, - "stop": 1759077595, - "hl": 0, - "children": [] - }, - { - "num": 1064, - "period": 4, - "sec": 4110, - "sort": 0, - "startNum": 17, - "play": 2, - "zone": 2, - "x": -10, - "y": 6, - "start": 1759077578, - "stop": 1759077598, - "hl": 0, - "children": [ - { - "num": 1065, - "sort": 1, - "startNum": 17, - "parent": 1064, - "play": 32 - }, - { - "num": 1066, - "sort": 2, - "startNum": 1, - "parent": 1064, - "play": 29 - }, - { - "num": 1067, - "sort": 3, - "startNum": 14, - "parent": 1064, - "play": 25 - }, - { - "num": 1068, - "sort": 4, - "startNum": 2, - "parent": 1064, - "play": 24 - } - ] - }, - { - "num": 1069, - "period": 4, - "sec": 4270, - "sort": 0, - "startNum": 33, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759077596, - "stop": 1759077616, - "hl": 0, - "children": [] - }, - { - "num": 1070, - "period": 4, - "sec": 4270, - "sort": 1, - "startNum": 17, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759077596, - "stop": 1759077616, - "hl": 0, - "children": [] - }, - { - "num": 1071, - "period": 4, - "sec": 4400, - "sort": 0, - "startNum": 17, - "play": 5, - "zone": 4, - "x": 40, - "y": 13, - "start": 1759077609, - "stop": 1759077629, - "hl": 0, - "children": [ - { - "num": 1072, - "sort": 1, - "startNum": 17, - "parent": 1071, - "play": 31 - } - ] - }, - { - "num": 1073, - "period": 4, - "sec": 4400, - "sort": 2, - "startNum": 28, - "play": 28, - "zone": 4, - "x": 40, - "y": 13, - "start": 1759077609, - "stop": 1759077629, - "hl": 0, - "children": [] - }, - { - "num": 1074, - "period": 4, - "sec": 4650, - "sort": 0, - "startNum": 28, - "play": 5, - "zone": 4, - "x": 54, - "y": 8, - "start": 1759077634, - "stop": 1759077654, - "hl": 0, - "children": [ - { - "num": 1075, - "sort": 1, - "startNum": 28, - "parent": 1074, - "play": 31 - } - ] - }, - { - "num": 1076, - "period": 4, - "sec": 4650, - "sort": 2, - "startNum": 17, - "play": 28, - "zone": 4, - "x": 54, - "y": 8, - "start": 1759077634, - "stop": 1759077654, - "hl": 0, - "children": [] - }, - { - "num": 1077, - "period": 4, - "sec": 4920, - "sort": 0, - "startNum": 17, - "play": 2, - "zone": 2, - "x": -3, - "y": 0, - "start": 1759077659, - "stop": 1759077679, - "hl": 0, - "children": [ - { - "num": 1078, - "sort": 1, - "startNum": 17, - "parent": 1077, - "play": 34 - }, - { - "num": 1079, - "sort": 2, - "startNum": 17, - "parent": 1077, - "play": 30 - }, - { - "num": 1080, - "sort": 3, - "startNum": 13, - "parent": 1077, - "play": 25 - }, - { - "num": 1081, - "sort": 4, - "startNum": 2, - "parent": 1077, - "play": 24 - } - ] - }, - { - "num": 1082, - "period": 4, - "sec": 4930, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1083, - "period": 4, - "sec": 4930, - "sort": 0, - "startNum": 0, - "play": 7, - "zone": null, - "x": null, - "y": null, - "start": 1759077675, - "stop": 1759077695, - "hl": 0, - "children": [ - { - "num": 1084, - "sort": 1, - "startNum": 31, - "parent": 1083, - "play": 8 - }, - { - "num": 1085, - "sort": 2, - "startNum": 26, - "parent": 1083, - "play": 8 - }, - { - "num": 1086, - "sort": 3, - "startNum": 33, - "parent": 1083, - "play": 9 - }, - { - "num": 1087, - "sort": 4, - "startNum": 28, - "parent": 1083, - "play": 9 - }, - { - "num": 1088, - "sort": 5, - "startNum": 15, - "parent": 1083, - "play": 8 - }, - { - "num": 1089, - "sort": 6, - "startNum": 10, - "parent": 1083, - "play": 8 - }, { "num": 1090, - "sort": 7, - "startNum": 17, - "parent": 1083, - "play": 9 + "sort": 1, + "startNum": 35, + "parent": 1089, + "play": 31 }, { "num": 1091, - "sort": 8, - "startNum": 13, - "parent": 1083, - "play": 9 + "sort": 2, + "startNum": 34, + "parent": 1089, + "play": 25 } ] }, { "num": 1092, "period": 4, - "sec": 4930, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1093, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1094, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1095, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1096, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 9, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077678, - "stop": 1759077708, - "hl": 0, - "children": [ - { - "num": 1097, - "sort": 1, - "startNum": 32, - "parent": 1096, - "play": 53 - } - ] - }, - { - "num": 1098, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 32, - "play": 4, - "zone": null, - "x": null, - "y": null, - "start": 1759077718, - "stop": 1759077738, - "hl": 0, - "children": [] - }, - { - "num": 1099, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 32, - "play": 4, - "zone": null, - "x": null, - "y": null, - "start": 1759077731, - "stop": 1759077751, - "hl": 0, - "children": [] - }, - { - "num": 1100, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 32, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759077744, - "stop": 1759077764, - "hl": 0, - "children": [ - { - "num": 1101, - "sort": 1, - "startNum": 1, - "parent": 1100, - "play": 24 - } - ] - }, - { - "num": 1102, - "period": 4, - "sec": 5010, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1106, - "period": 4, - "sec": 5080, - "sort": 0, - "startNum": 15, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077742, - "stop": 1759077772, - "hl": 0, - "children": [ - { - "num": 1107, - "sort": 1, - "startNum": 15, - "parent": 1106, - "play": 47 - }, - { - "num": 1108, - "sort": 2, - "startNum": 32, - "parent": 1106, - "play": 50 - } - ] - }, - { - "num": 1109, - "period": 4, - "sec": 5080, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1103, - "period": 4, - "sec": 5090, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1104, - "period": 4, - "sec": 5090, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1105, - "period": 4, - "sec": 5110, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1110, - "period": 4, - "sec": 5220, - "sort": 0, - "startNum": 27, - "play": 2, - "zone": 2, - "x": 0, - "y": 1, - "start": 1759077785, - "stop": 1759077805, - "hl": 0, - "children": [ - { - "num": 1111, - "sort": 1, - "startNum": 27, - "parent": 1110, - "play": 32 - }, - { - "num": 1112, - "sort": 2, - "startNum": 27, - "parent": 1110, - "play": 30 - }, - { - "num": 1113, - "sort": 3, - "startNum": 24, - "parent": 1110, - "play": 25 - }, - { - "num": 1114, - "sort": 4, - "startNum": 1, - "parent": 1110, - "play": 24 - } - ] - }, - { - "num": 1116, - "period": 4, - "sec": 5310, - "sort": 0, - "startNum": 15, - "play": 12, - "zone": null, - "x": null, - "y": null, - "start": 1759077803, - "stop": 1759077823, - "hl": 0, - "children": [] - }, - { - "num": 1117, - "period": 4, - "sec": 5310, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1115, - "period": 4, - "sec": 5340, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1118, - "period": 4, - "sec": 5460, - "sort": 0, - "startNum": 24, - "play": 5, - "zone": 2, - "x": -9, - "y": 5, - "start": 1759077831, - "stop": 1759077851, - "hl": 0, - "children": [ - { - "num": 1119, - "sort": 1, - "startNum": 24, - "parent": 1118, - "play": 32 - } - ] - }, - { - "num": 1120, - "period": 4, - "sec": 5460, - "sort": 2, - "startNum": 27, + "sec": 5940, + "sort": 3, + "startNum": 14, "play": 28, - "zone": 2, - "x": -9, - "y": 5, - "start": 1759077831, - "stop": 1759077851, - "hl": 0, - "children": [] - }, - { - "num": 1121, - "period": 4, - "sec": 5480, - "sort": 0, - "startNum": 27, - "play": 2, - "zone": 1, - "x": 9, - "y": 5, - "start": 1759077834, - "stop": 1759077854, - "hl": 0, - "children": [ - { - "num": 1122, - "sort": 1, - "startNum": 27, - "parent": 1121, - "play": 33 - }, - { - "num": 1123, - "sort": 2, - "startNum": 1, - "parent": 1121, - "play": 24 - } - ] - }, - { - "num": 1125, - "period": 4, - "sec": 5560, - "sort": 0, - "startNum": 32, - "play": 40, - "zone": null, - "x": null, - "y": null, - "start": 1759077835, - "stop": 1759077865, - "hl": 0, - "children": [ - { - "num": 1126, - "sort": 1, - "startNum": 18, - "parent": 1125, - "play": 52 - } - ] - }, - { - "num": 1127, - "period": 4, - "sec": 5560, - "sort": 0, - "startNum": 18, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759077868, - "stop": 1759077888, - "hl": 0, - "children": [] - }, - { - "num": 1128, - "period": 4, - "sec": 5560, - "sort": 0, - "startNum": 18, - "play": 1, - "zone": null, - "x": null, - "y": null, - "start": 1759077881, - "stop": 1759077901, - "hl": 0, - "children": [ - { - "num": 1129, - "sort": 1, - "startNum": 2, - "parent": 1128, - "play": 24 - } - ] - }, - { - "num": 1130, - "period": 4, - "sec": 5560, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1124, - "period": 4, - "sec": 5610, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1131, - "period": 4, - "sec": 5760, - "sort": 0, - "startNum": 27, - "play": 2, - "zone": 2, - "x": -10, - "y": 2, - "start": 1759077909, - "stop": 1759077929, - "hl": 0, - "children": [ - { - "num": 1132, - "sort": 1, - "startNum": 27, - "parent": 1131, - "play": 32 - }, - { - "num": 1133, - "sort": 2, - "startNum": 24, - "parent": 1131, - "play": 25 - }, - { - "num": 1134, - "sort": 3, - "startNum": 1, - "parent": 1131, - "play": 24 - } - ] - }, - { - "num": 1136, - "period": 4, - "sec": 5760, - "sort": 0, - "startNum": 0, - "play": 71, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1135, - "period": 4, - "sec": 5790, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1137, - "period": 4, - "sec": 5980, - "sort": 0, - "startNum": 18, - "play": 11, - "zone": null, - "x": null, - "y": null, - "start": 1759077937, - "stop": 1759077957, - "hl": 0, - "children": [] - }, - { - "num": 1138, - "period": 4, - "sec": 5980, - "sort": 1, - "startNum": 32, - "play": 26, - "zone": null, - "x": null, - "y": null, - "start": 1759077937, - "stop": 1759077957, + "zone": 8, + "x": 57, + "y": 47, + "start": 1760552570, + "stop": 1760552590, "hl": 0, "children": [] }, @@ -15147,7 +14606,7 @@ "children": [] }, { - "num": 1139, + "num": 1093, "period": 4, "sec": 6000, "sort": 0, @@ -15162,167 +14621,93 @@ "children": [] }, { - "num": 1140, - "period": 4, - "sec": 6000, - "sort": 0, - "startNum": 32, - "play": 2, - "zone": 2, - "x": -1, - "y": 0, - "start": 1759077943, - "stop": 1759077963, - "hl": 0, - "children": [ - { - "num": 1141, - "sort": 1, - "startNum": 32, - "parent": 1140, - "play": 32 - }, - { - "num": 1142, - "sort": 2, - "startNum": 2, - "parent": 1140, - "play": 29 - }, - { - "num": 1143, - "sort": 3, - "startNum": 26, - "parent": 1140, - "play": 25 - }, - { - "num": 1145, - "sort": 4, - "startNum": 1, - "parent": 1140, - "play": 24 - } - ] - }, - { - "num": 1144, + "num": 1094, "period": 4, "sec": 6000, "sort": 0, "startNum": 0, - "play": 71, + "play": 22, "zone": null, "x": null, "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1146, - "period": 4, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 99, - "zone": null, - "x": null, - "y": null, - "start": 1759077948, - "stop": 1759077968, + "start": 1760552578, + "stop": 1760552598, "hl": 0, "children": [ { - "num": 1147, + "num": 1095, "sort": 1, - "startNum": 31, - "parent": 1146, + "startNum": 35, + "parent": 1094, "play": 9 }, { - "num": 1148, + "num": 1096, "sort": 2, - "startNum": 32, - "parent": 1146, + "startNum": 33, + "parent": 1094, "play": 9 }, { - "num": 1149, + "num": 1097, "sort": 3, - "startNum": 27, - "parent": 1146, + "startNum": 37, + "parent": 1094, "play": 9 }, { - "num": 1150, + "num": 1098, "sort": 4, - "startNum": 24, - "parent": 1146, + "startNum": 34, + "parent": 1094, "play": 9 }, { - "num": 1151, + "num": 1099, "sort": 5, - "startNum": 26, - "parent": 1146, + "startNum": 36, + "parent": 1094, "play": 9 }, { - "num": 1152, + "num": 1100, "sort": 6, - "startNum": 15, - "parent": 1146, + "startNum": 7, + "parent": 1094, "play": 9 }, { - "num": 1153, + "num": 1101, "sort": 7, - "startNum": 18, - "parent": 1146, + "startNum": 8, + "parent": 1094, "play": 9 }, { - "num": 1154, + "num": 1102, "sort": 8, - "startNum": 10, - "parent": 1146, - "play": 9 - }, - { - "num": 1155, - "sort": 9, "startNum": 9, - "parent": 1146, + "parent": 1094, "play": 9 }, { - "num": 1156, + "num": 1103, + "sort": 9, + "startNum": 10, + "parent": 1094, + "play": 9 + }, + { + "num": 1104, "sort": 10, "startNum": 14, - "parent": 1146, + "parent": 1094, "play": 9 } ] }, { - "num": 1157, - "period": 4, - "sec": 6000, - "sort": 0, - "startNum": 0, - "play": 70, - "zone": null, - "x": null, - "y": null, - "start": null, - "stop": null, - "hl": 0, - "children": [] - }, - { - "num": 1158, + "num": 1105, "period": 4, "sec": 6000, "sort": 0, @@ -15340,29 +14725,29 @@ "game": { "gameStatus": "ResultConfirmed", "showScore": true, - "score1": 103, - "score2": 83, - "score": "103:83", - "fullScore": "33:20,26:21,26:20,18:22", + "score1": 86, + "score2": 77, + "score": "86:77", + "fullScore": "27:16,29:19,12:24,18:18", "periods": 4, - "attendance": 3389, - "number": "RS-001", + "attendance": 1810, + "number": "RS-021", "finalTime": null, "startTime": null, - "scheduledTime": "2025-09-28T18:00:00+03:00", - "defaultZoneDateTime": "2025-09-28T18:00:00+03:00", - "localDate": "28.09.2025", - "localTime": "18:00", - "defaultZoneTime": "18:00", + "scheduledTime": "2025-10-15T19:30:00+03:00", + "defaultZoneDateTime": "2025-10-15T19:30:00+03:00", + "localDate": "15.10.2025", + "localTime": "19:30", + "defaultZoneTime": "19:30", "hasTime": true, - "regionId": 15, - "arenaId": 11976, - "compTeam1Id": 450734, - "compTeam2Id": 450732, + "regionId": 1, + "arenaId": 11749, + "compTeam1Id": 450736, + "compTeam2Id": 450731, "tv": "Match! Igra, VK Video, VTB League website", - "video": "", + "video": "", "videoId": null, - "id": 921390 + "id": 921410 }, "comp": { "id": 1202269, @@ -15372,8 +14757,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15383,57 +14767,57 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { - "regionType": "RegionCapital", + "regionType": "Capital", "timeZoneId": "Russian Standard Time", - "name": "Kazan", + "name": "Moscow", "countryId": "RU", - "id": 15 + "id": 1 }, "arena": { - "shortName": "Basket-Hall", - "name": "Basket-Hall", - "regionId": 15, - "id": 11976 + "shortName": "Basket Hall Moscow", + "name": "Basket Hall Moscow", + "regionId": 1, + "id": 11749 }, "team1": { - "teamId": 697, - "start": 9, + "teamId": 15, + "start": 11, "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", "arenaId": null, - "id": 450734 + "id": 450736 }, "team2": { - "teamId": 3059, - "start": 2, + "teamId": 468, + "start": 7, "label": null, - "abcName": "PARMA", - "name": "BETCITY PARMA", - "regionName": "Perm region", - "shortName": "BETCITY PARMA", - "logo": "https://img.infobasket.su/logo/28840.png", + "abcName": "Pari N", + "name": "Pari Nizhny Novgorod", + "regionName": "Nizhny Novgorod", + "shortName": "Pari Nizhny Novgorod", + "logo": "https://img.infobasket.su/logo/21782.png", "arenaId": null, - "id": 450732 + "id": 450731 }, "ot": "", "distanceIndex": 0, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null } } \ No newline at end of file diff --git a/static/play_by_play.json b/static/play_by_play.json index d211848..4d666d2 100644 --- a/static/play_by_play.json +++ b/static/play_by_play.json @@ -1,2022 +1,1682 @@ [ { - "text":"BETCITY PARMA 0-2 run", - "text_time":"BETCITY PARMA 0-2 run in last 0:00", - "num":1140, + "text":"Pari Nizhny Novgorod 1-0 run", + "text_time":"Pari Nizhny Novgorod 1-0 run in last 0:14", + "num":1085, "period":4, - "sec":6000, - "play":2, - "score1":0, - "score2":2, - "score_sum1":0, - "score_sum2":2, - "new_sec":600, - "time_now":600, - "quar":0, - "diff_time":0, - "diff_time_str":"0:00", - "text_rus":"BETCITY PARMA 0-2 рывок", - "text_time_rus":"BETCITY PARMA 0-2 рывок за 0:00", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 0-4 run", - "text_time":"BETCITY PARMA 0-4 run in last 0:24", - "num":1131, - "period":4, - "sec":5760, - "play":2, - "score1":0, - "score2":2, - "score_sum1":0, - "score_sum2":4, - "new_sec":576, - "time_now":600, - "quar":0, - "diff_time":24, - "diff_time_str":"0:24", - "text_rus":"BETCITY PARMA 0-4 рывок", - "text_time_rus":"BETCITY PARMA 0-4 рывок за 0:24", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 1-4 run", - "text_time":"UNICS 1-4 run in last 0:44", - "num":1128, - "period":4, - "sec":5560, - "play":1, - "score1":1, - "score2":0, - "score_sum1":1, - "score_sum2":4, - "new_sec":556, - "time_now":600, - "quar":0, - "diff_time":44, - "diff_time_str":"0:44", - "text_rus":"UNICS 1-4 рывок", - "text_time_rus":"UNICS 1-4 рывок за 0:44", - "team":"UNICS" - }, - { - "text":"UNICS 2-4 run", - "text_time":"UNICS 2-4 run in last 0:44", - "num":1127, - "period":4, - "sec":5560, - "play":1, - "score1":1, - "score2":0, - "score_sum1":2, - "score_sum2":4, - "new_sec":556, - "time_now":600, - "quar":0, - "diff_time":44, - "diff_time_str":"0:44", - "text_rus":"UNICS 2-4 рывок", - "text_time_rus":"UNICS 2-4 рывок за 0:44", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 2-6 run", - "text_time":"BETCITY PARMA 2-6 run in last 0:52", - "num":1121, - "period":4, - "sec":5480, - "play":2, - "score1":0, - "score2":2, - "score_sum1":2, - "score_sum2":6, - "new_sec":548, - "time_now":600, - "quar":0, - "diff_time":52, - "diff_time_str":"0:52", - "text_rus":"BETCITY PARMA 2-6 рывок", - "text_time_rus":"BETCITY PARMA 2-6 рывок за 0:52", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 2-8 run", - "text_time":"BETCITY PARMA 2-8 run in last 1:18", - "num":1110, - "period":4, - "sec":5220, - "play":2, - "score1":0, - "score2":2, - "score_sum1":2, - "score_sum2":8, - "new_sec":522, - "time_now":600, - "quar":0, - "diff_time":78, - "diff_time_str":"1:18", - "text_rus":"BETCITY PARMA 2-8 рывок", - "text_time_rus":"BETCITY PARMA 2-8 рывок за 1:18", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 2-9 run", - "text_time":"BETCITY PARMA 2-9 run in last 1:39", - "num":1100, - "period":4, - "sec":5010, + "sec":5860, "play":1, "score1":0, "score2":1, - "score_sum1":2, - "score_sum2":9, - "new_sec":501, + "score_sum1":0, + "score_sum2":1, + "new_sec":586, "time_now":600, "quar":0, - "diff_time":99, - "diff_time_str":"1:39", - "text_rus":"BETCITY PARMA 2-9 рывок", - "text_time_rus":"BETCITY PARMA 2-9 рывок за 1:39", - "team":"BETCITY PARMA" + "diff_time":14, + "diff_time_str":"0:14", + "text_rus":"Pari Nizhny Novgorod 1-0 рывок", + "text_time_rus":"Pari Nizhny Novgorod 1-0 рывок за 0:14", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 4-9 run", - "text_time":"UNICS 4-9 run in last 1:48", - "num":1077, + "text":"CSKA 2-1 run", + "text_time":"CSKA 2-1 run in last 0:25", + "num":1067, "period":4, - "sec":4920, + "sec":5750, + "play":2, + "score1":2, + "score2":0, + "score_sum1":2, + "score_sum2":1, + "new_sec":575, + "time_now":600, + "quar":0, + "diff_time":25, + "diff_time_str":"0:25", + "text_rus":"CSKA 2-1 рывок", + "text_time_rus":"CSKA 2-1 рывок за 0:25", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 3-2 run", + "text_time":"Pari Nizhny Novgorod 3-2 run in last 1:08", + "num":1054, + "period":4, + "sec":5320, + "play":2, + "score1":0, + "score2":2, + "score_sum1":2, + "score_sum2":3, + "new_sec":532, + "time_now":600, + "quar":0, + "diff_time":68, + "diff_time_str":"1:08", + "text_rus":"Pari Nizhny Novgorod 3-2 рывок", + "text_time_rus":"Pari Nizhny Novgorod 3-2 рывок за 1:08", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 4-3 run", + "text_time":"CSKA 4-3 run in last 1:43", + "num":1038, + "period":4, + "sec":4970, "play":2, "score1":2, "score2":0, "score_sum1":4, - "score_sum2":9, - "new_sec":492, + "score_sum2":3, + "new_sec":497, "time_now":600, "quar":0, - "diff_time":108, - "diff_time_str":"1:48", - "text_rus":"UNICS 4-9 рывок", - "text_time_rus":"UNICS 4-9 рывок за 1:48", - "team":"UNICS" + "diff_time":103, + "diff_time_str":"1:43", + "text_rus":"CSKA 4-3 рывок", + "text_time_rus":"CSKA 4-3 рывок за 1:43", + "team":"CSKA" }, { - "text":"UNICS 6-9 run", - "text_time":"UNICS 6-9 run in last 3:09", - "num":1064, + "text":"CSKA 6-3 run", + "text_time":"CSKA 6-3 run in last 1:55", + "num":1027, "period":4, - "sec":4110, + "sec":4850, "play":2, "score1":2, "score2":0, "score_sum1":6, - "score_sum2":9, - "new_sec":411, + "score_sum2":3, + "new_sec":485, "time_now":600, "quar":0, - "diff_time":189, - "diff_time_str":"3:09", - "text_rus":"UNICS 6-9 рывок", - "text_time_rus":"UNICS 6-9 рывок за 3:09", - "team":"UNICS" + "diff_time":115, + "diff_time_str":"1:55", + "text_rus":"CSKA 6-3 рывок", + "text_time_rus":"CSKA 6-3 рывок за 1:55", + "team":"CSKA" }, { - "text":"BETCITY PARMA 6-11 run", - "text_time":"BETCITY PARMA 6-11 run in last 3:22", - "num":1054, + "text":"CSKA 8-3 run", + "text_time":"CSKA 8-3 run in last 2:26", + "num":1022, "period":4, - "sec":3980, + "sec":4540, + "play":2, + "score1":2, + "score2":0, + "score_sum1":8, + "score_sum2":3, + "new_sec":454, + "time_now":600, + "quar":0, + "diff_time":146, + "diff_time_str":"2:26", + "text_rus":"CSKA 8-3 рывок", + "text_time_rus":"CSKA 8-3 рывок за 2:26", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 6-8 run", + "text_time":"Pari Nizhny Novgorod 6-8 run in last 2:51", + "num":1016, + "period":4, + "sec":4290, + "play":3, + "score1":0, + "score2":3, + "score_sum1":8, + "score_sum2":6, + "new_sec":429, + "time_now":600, + "quar":0, + "diff_time":171, + "diff_time_str":"2:51", + "text_rus":"Pari Nizhny Novgorod 6-8 рывок", + "text_time_rus":"Pari Nizhny Novgorod 6-8 рывок за 2:51", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 9-8 run", + "text_time":"Pari Nizhny Novgorod 9-8 run in last 3:51", + "num":993, + "period":4, + "sec":3690, + "play":3, + "score1":0, + "score2":3, + "score_sum1":8, + "score_sum2":9, + "new_sec":369, + "time_now":600, + "quar":0, + "diff_time":231, + "diff_time_str":"3:51", + "text_rus":"Pari Nizhny Novgorod 9-8 рывок", + "text_time_rus":"Pari Nizhny Novgorod 9-8 рывок за 3:51", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 11-8 run", + "text_time":"Pari Nizhny Novgorod 11-8 run in last 4:56", + "num":961, + "period":4, + "sec":3040, "play":2, "score1":0, "score2":2, - "score_sum1":6, - "score_sum2":11, - "new_sec":398, - "time_now":600, - "quar":0, - "diff_time":202, - "diff_time_str":"3:22", - "text_rus":"BETCITY PARMA 6-11 рывок", - "text_time_rus":"BETCITY PARMA 6-11 рывок за 3:22", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 8-11 run", - "text_time":"UNICS 8-11 run in last 3:36", - "num":1050, - "period":4, - "sec":3840, - "play":2, - "score1":2, - "score2":0, "score_sum1":8, "score_sum2":11, - "new_sec":384, + "new_sec":304, "time_now":600, "quar":0, - "diff_time":216, - "diff_time_str":"3:36", - "text_rus":"UNICS 8-11 рывок", - "text_time_rus":"UNICS 8-11 рывок за 3:36", - "team":"UNICS" + "diff_time":296, + "diff_time_str":"4:56", + "text_rus":"Pari Nizhny Novgorod 11-8 рывок", + "text_time_rus":"Pari Nizhny Novgorod 11-8 рывок за 4:56", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 8-12 run", - "text_time":"BETCITY PARMA 8-12 run in last 3:55", - "num":1044, + "text":"CSKA 11-11 run", + "text_time":"CSKA 11-11 run in last 5:41", + "num":951, "period":4, - "sec":3650, - "play":1, - "score1":0, - "score2":1, - "score_sum1":8, - "score_sum2":12, - "new_sec":365, - "time_now":600, - "quar":0, - "diff_time":235, - "diff_time_str":"3:55", - "text_rus":"BETCITY PARMA 8-12 рывок", - "text_time_rus":"BETCITY PARMA 8-12 рывок за 3:55", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 8-13 run", - "text_time":"BETCITY PARMA 8-13 run in last 3:55", - "num":1043, - "period":4, - "sec":3650, - "play":1, - "score1":0, - "score2":1, - "score_sum1":8, - "score_sum2":13, - "new_sec":365, - "time_now":600, - "quar":0, - "diff_time":235, - "diff_time_str":"3:55", - "text_rus":"BETCITY PARMA 8-13 рывок", - "text_time_rus":"BETCITY PARMA 8-13 рывок за 3:55", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 11-13 run", - "text_time":"UNICS 11-13 run in last 4:05", - "num":1034, - "period":4, - "sec":3550, + "sec":2590, "play":3, "score1":3, "score2":0, "score_sum1":11, - "score_sum2":13, - "new_sec":355, + "score_sum2":11, + "new_sec":259, "time_now":600, "quar":0, - "diff_time":245, - "diff_time_str":"4:05", - "text_rus":"UNICS 11-13 рывок", - "text_time_rus":"UNICS 11-13 рывок за 4:05", - "team":"UNICS" + "diff_time":341, + "diff_time_str":"5:41", + "text_rus":"CSKA 11-11 рывок", + "text_time_rus":"CSKA 11-11 рывок за 5:41", + "team":"CSKA" }, { - "text":"BETCITY PARMA 11-14 run", - "text_time":"BETCITY PARMA 11-14 run in last 5:11", - "num":1010, + "text":"Pari Nizhny Novgorod 13-11 run", + "text_time":"Pari Nizhny Novgorod 13-11 run in last 6:05", + "num":948, "period":4, - "sec":2890, - "play":1, - "score1":0, - "score2":1, - "score_sum1":11, - "score_sum2":14, - "new_sec":289, - "time_now":600, - "quar":0, - "diff_time":311, - "diff_time_str":"5:11", - "text_rus":"BETCITY PARMA 11-14 рывок", - "text_time_rus":"BETCITY PARMA 11-14 рывок за 5:11", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 11-16 run", - "text_time":"BETCITY PARMA 11-16 run in last 5:33", - "num":987, - "period":4, - "sec":2670, + "sec":2350, "play":2, "score1":0, "score2":2, "score_sum1":11, - "score_sum2":16, - "new_sec":267, + "score_sum2":13, + "new_sec":235, "time_now":600, "quar":0, - "diff_time":333, - "diff_time_str":"5:33", - "text_rus":"BETCITY PARMA 11-16 рывок", - "text_time_rus":"BETCITY PARMA 11-16 рывок за 5:33", - "team":"BETCITY PARMA" + "diff_time":365, + "diff_time_str":"6:05", + "text_rus":"Pari Nizhny Novgorod 13-11 рывок", + "text_time_rus":"Pari Nizhny Novgorod 13-11 рывок за 6:05", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 13-16 run", - "text_time":"UNICS 13-16 run in last 5:52", - "num":983, + "text":"CSKA 14-13 run", + "text_time":"CSKA 14-13 run in last 7:40", + "num":910, "period":4, - "sec":2480, - "play":2, - "score1":2, - "score2":0, - "score_sum1":13, - "score_sum2":16, - "new_sec":248, - "time_now":600, - "quar":0, - "diff_time":352, - "diff_time_str":"5:52", - "text_rus":"UNICS 13-16 рывок", - "text_time_rus":"UNICS 13-16 рывок за 5:52", - "team":"UNICS" - }, - { - "text":"UNICS 14-16 run", - "text_time":"UNICS 14-16 run in last 6:18", - "num":971, - "period":4, - "sec":2220, - "play":1, - "score1":1, + "sec":1400, + "play":3, + "score1":3, "score2":0, "score_sum1":14, - "score_sum2":16, - "new_sec":222, + "score_sum2":13, + "new_sec":140, "time_now":600, "quar":0, - "diff_time":378, - "diff_time_str":"6:18", - "text_rus":"UNICS 14-16 рывок", - "text_time_rus":"UNICS 14-16 рывок за 6:18", - "team":"UNICS" + "diff_time":460, + "diff_time_str":"7:40", + "text_rus":"CSKA 14-13 рывок", + "text_time_rus":"CSKA 14-13 рывок за 7:40", + "team":"CSKA" }, { - "text":"UNICS 15-16 run", - "text_time":"UNICS 15-16 run in last 6:18", - "num":970, + "text":"Pari Nizhny Novgorod 14-14 run", + "text_time":"Pari Nizhny Novgorod 14-14 run in last 7:52", + "num":905, "period":4, - "sec":2220, - "play":1, - "score1":1, - "score2":0, - "score_sum1":15, - "score_sum2":16, - "new_sec":222, - "time_now":600, - "quar":0, - "diff_time":378, - "diff_time_str":"6:18", - "text_rus":"UNICS 15-16 рывок", - "text_time_rus":"UNICS 15-16 рывок за 6:18", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 15-17 run", - "text_time":"BETCITY PARMA 15-17 run in last 6:34", - "num":958, - "period":4, - "sec":2060, + "sec":1280, "play":1, "score1":0, "score2":1, - "score_sum1":15, - "score_sum2":17, - "new_sec":206, + "score_sum1":14, + "score_sum2":14, + "new_sec":128, "time_now":600, "quar":0, - "diff_time":394, - "diff_time_str":"6:34", - "text_rus":"BETCITY PARMA 15-17 рывок", - "text_time_rus":"BETCITY PARMA 15-17 рывок за 6:34", - "team":"BETCITY PARMA" + "diff_time":472, + "diff_time_str":"7:52", + "text_rus":"Pari Nizhny Novgorod 14-14 рывок", + "text_time_rus":"Pari Nizhny Novgorod 14-14 рывок за 7:52", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 16-17 run", - "text_time":"UNICS 16-17 run in last 6:49", - "num":949, + "text":"Pari Nizhny Novgorod 15-14 run", + "text_time":"Pari Nizhny Novgorod 15-14 run in last 7:52", + "num":904, "period":4, - "sec":1910, + "sec":1280, "play":1, - "score1":1, - "score2":0, - "score_sum1":16, - "score_sum2":17, - "new_sec":191, - "time_now":600, - "quar":0, - "diff_time":409, - "diff_time_str":"6:49", - "text_rus":"UNICS 16-17 рывок", - "text_time_rus":"UNICS 16-17 рывок за 6:49", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 16-19 run", - "text_time":"BETCITY PARMA 16-19 run in last 7:21", - "num":909, - "period":4, - "sec":1590, - "play":2, "score1":0, - "score2":2, - "score_sum1":16, - "score_sum2":19, - "new_sec":159, + "score2":1, + "score_sum1":14, + "score_sum2":15, + "new_sec":128, "time_now":600, "quar":0, - "diff_time":441, - "diff_time_str":"7:21", - "text_rus":"BETCITY PARMA 16-19 рывок", - "text_time_rus":"BETCITY PARMA 16-19 рывок за 7:21", - "team":"BETCITY PARMA" + "diff_time":472, + "diff_time_str":"7:52", + "text_rus":"Pari Nizhny Novgorod 15-14 рывок", + "text_time_rus":"Pari Nizhny Novgorod 15-14 рывок за 7:52", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 18-19 run", - "text_time":"UNICS 18-19 run in last 7:42", + "text":"Pari Nizhny Novgorod 16-14 run", + "text_time":"Pari Nizhny Novgorod 16-14 run in last 7:52", "num":903, "period":4, - "sec":1380, + "sec":1280, + "play":1, + "score1":0, + "score2":1, + "score_sum1":14, + "score_sum2":16, + "new_sec":128, + "time_now":600, + "quar":0, + "diff_time":472, + "diff_time_str":"7:52", + "text_rus":"Pari Nizhny Novgorod 16-14 рывок", + "text_time_rus":"Pari Nizhny Novgorod 16-14 рывок за 7:52", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 16-16 run", + "text_time":"CSKA 16-16 run in last 8:28", + "num":886, + "period":4, + "sec":920, + "play":2, + "score1":2, + "score2":0, + "score_sum1":16, + "score_sum2":16, + "new_sec":92, + "time_now":600, + "quar":0, + "diff_time":508, + "diff_time_str":"8:28", + "text_rus":"CSKA 16-16 рывок", + "text_time_rus":"CSKA 16-16 рывок за 8:28", + "team":"CSKA" + }, + { + "text":"CSKA 18-16 run", + "text_time":"CSKA 18-16 run in last 9:22", + "num":852, + "period":4, + "sec":380, "play":2, "score1":2, "score2":0, "score_sum1":18, - "score_sum2":19, - "new_sec":138, + "score_sum2":16, + "new_sec":38, "time_now":600, "quar":0, - "diff_time":462, - "diff_time_str":"7:42", - "text_rus":"UNICS 18-19 рывок", - "text_time_rus":"UNICS 18-19 рывок за 7:42", - "team":"UNICS" + "diff_time":562, + "diff_time_str":"9:22", + "text_rus":"CSKA 18-16 рывок", + "text_time_rus":"CSKA 18-16 рывок за 9:22", + "team":"CSKA" }, { - "text":"BETCITY PARMA 18-22 run", - "text_time":"BETCITY PARMA 18-22 run in last 9:36", - "num":868, + "text":"Pari Nizhny Novgorod 18-18 run", + "text_time":"Pari Nizhny Novgorod 18-18 run in last 9:42", + "num":848, "period":4, - "sec":240, - "play":3, + "sec":180, + "play":2, "score1":0, - "score2":3, + "score2":2, "score_sum1":18, - "score_sum2":22, - "new_sec":24, + "score_sum2":18, + "new_sec":18, "time_now":600, "quar":0, - "diff_time":576, - "diff_time_str":"9:36", - "text_rus":"BETCITY PARMA 18-22 рывок", - "text_time_rus":"BETCITY PARMA 18-22 рывок за 9:36", - "team":"BETCITY PARMA" + "diff_time":582, + "diff_time_str":"9:42", + "text_rus":"Pari Nizhny Novgorod 18-18 рывок", + "text_time_rus":"Pari Nizhny Novgorod 18-18 рывок за 9:42", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 18-23 run", - "text_time":"BETCITY PARMA 18-23 run in last 10:02", - "num":824, + "text":"Pari Nizhny Novgorod 20-18 run", + "text_time":"Pari Nizhny Novgorod 20-18 run in last 11:18", + "num":787, "period":3, - "sec":5980, - "play":1, + "sec":5220, + "play":2, "score1":0, - "score2":1, + "score2":2, "score_sum1":18, - "score_sum2":23, - "new_sec":598, + "score_sum2":20, + "new_sec":522, "time_now":600, "quar":1, - "diff_time":602, - "diff_time_str":"10:02", - "text_rus":"BETCITY PARMA 18-23 рывок", - "text_time_rus":"BETCITY PARMA 18-23 рывок за 10:02", - "team":"BETCITY PARMA" + "diff_time":678, + "diff_time_str":"11:18", + "text_rus":"Pari Nizhny Novgorod 20-18 рывок", + "text_time_rus":"Pari Nizhny Novgorod 20-18 рывок за 11:18", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 18-24 run", - "text_time":"BETCITY PARMA 18-24 run in last 10:02", - "num":823, + "text":"CSKA 19-20 run", + "text_time":"CSKA 19-20 run in last 11:40", + "num":784, "period":3, - "sec":5980, - "play":1, - "score1":0, - "score2":1, - "score_sum1":18, - "score_sum2":24, - "new_sec":598, - "time_now":600, - "quar":1, - "diff_time":602, - "diff_time_str":"10:02", - "text_rus":"BETCITY PARMA 18-24 рывок", - "text_time_rus":"BETCITY PARMA 18-24 рывок за 10:02", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 19-24 run", - "text_time":"UNICS 19-24 run in last 10:18", - "num":811, - "period":3, - "sec":5820, + "sec":5000, "play":1, "score1":1, "score2":0, "score_sum1":19, - "score_sum2":24, - "new_sec":582, + "score_sum2":20, + "new_sec":500, "time_now":600, "quar":1, - "diff_time":618, - "diff_time_str":"10:18", - "text_rus":"UNICS 19-24 рывок", - "text_time_rus":"UNICS 19-24 рывок за 10:18", - "team":"UNICS" + "diff_time":700, + "diff_time_str":"11:40", + "text_rus":"CSKA 19-20 рывок", + "text_time_rus":"CSKA 19-20 рывок за 11:40", + "team":"CSKA" }, { - "text":"UNICS 20-24 run", - "text_time":"UNICS 20-24 run in last 10:18", - "num":810, - "period":3, - "sec":5820, - "play":1, - "score1":1, - "score2":0, - "score_sum1":20, - "score_sum2":24, - "new_sec":582, - "time_now":600, - "quar":1, - "diff_time":618, - "diff_time_str":"10:18", - "text_rus":"UNICS 20-24 рывок", - "text_time_rus":"UNICS 20-24 рывок за 10:18", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 20-26 run", - "text_time":"BETCITY PARMA 20-26 run in last 10:45", - "num":800, - "period":3, - "sec":5550, - "play":2, - "score1":0, - "score2":2, - "score_sum1":20, - "score_sum2":26, - "new_sec":555, - "time_now":600, - "quar":1, - "diff_time":645, - "diff_time_str":"10:45", - "text_rus":"BETCITY PARMA 20-26 рывок", - "text_time_rus":"BETCITY PARMA 20-26 рывок за 10:45", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 23-26 run", - "text_time":"UNICS 23-26 run in last 11:08", - "num":792, - "period":3, - "sec":5320, - "play":3, - "score1":3, - "score2":0, - "score_sum1":23, - "score_sum2":26, - "new_sec":532, - "time_now":600, - "quar":1, - "diff_time":668, - "diff_time_str":"11:08", - "text_rus":"UNICS 23-26 рывок", - "text_time_rus":"UNICS 23-26 рывок за 11:08", - "team":"UNICS" - }, - { - "text":"UNICS 24-26 run", - "text_time":"UNICS 24-26 run in last 11:31", + "text":"CSKA 20-20 run", + "text_time":"CSKA 20-20 run in last 11:40", "num":783, "period":3, - "sec":5090, + "sec":5000, "play":1, "score1":1, "score2":0, - "score_sum1":24, - "score_sum2":26, - "new_sec":509, + "score_sum1":20, + "score_sum2":20, + "new_sec":500, "time_now":600, "quar":1, - "diff_time":691, - "diff_time_str":"11:31", - "text_rus":"UNICS 24-26 рывок", - "text_time_rus":"UNICS 24-26 рывок за 11:31", - "team":"UNICS" + "diff_time":700, + "diff_time_str":"11:40", + "text_rus":"CSKA 20-20 рывок", + "text_time_rus":"CSKA 20-20 рывок за 11:40", + "team":"CSKA" }, { - "text":"UNICS 26-26 run", - "text_time":"UNICS 26-26 run in last 11:31", - "num":778, + "text":"Pari Nizhny Novgorod 21-20 run", + "text_time":"Pari Nizhny Novgorod 21-20 run in last 11:56", + "num":770, "period":3, - "sec":5090, - "play":2, - "score1":2, - "score2":0, - "score_sum1":26, - "score_sum2":26, - "new_sec":509, - "time_now":600, - "quar":1, - "diff_time":691, - "diff_time_str":"11:31", - "text_rus":"UNICS 26-26 рывок", - "text_time_rus":"UNICS 26-26 рывок за 11:31", - "team":"UNICS" - }, - { - "text":"UNICS 29-26 run", - "text_time":"UNICS 29-26 run in last 12:12", - "num":754, - "period":3, - "sec":4680, - "play":3, - "score1":3, - "score2":0, - "score_sum1":29, - "score_sum2":26, - "new_sec":468, - "time_now":600, - "quar":1, - "diff_time":732, - "diff_time_str":"12:12", - "text_rus":"UNICS 29-26 рывок", - "text_time_rus":"UNICS 29-26 рывок за 12:12", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 29-28 run", - "text_time":"BETCITY PARMA 29-28 run in last 12:47", - "num":734, - "period":3, - "sec":4330, - "play":2, - "score1":0, - "score2":2, - "score_sum1":29, - "score_sum2":28, - "new_sec":433, - "time_now":600, - "quar":1, - "diff_time":767, - "diff_time_str":"12:47", - "text_rus":"BETCITY PARMA 29-28 рывок", - "text_time_rus":"BETCITY PARMA 29-28 рывок за 12:47", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 31-28 run", - "text_time":"UNICS 31-28 run in last 12:55", - "num":730, - "period":3, - "sec":4250, - "play":2, - "score1":2, - "score2":0, - "score_sum1":31, - "score_sum2":28, - "new_sec":425, - "time_now":600, - "quar":1, - "diff_time":775, - "diff_time_str":"12:55", - "text_rus":"UNICS 31-28 рывок", - "text_time_rus":"UNICS 31-28 рывок за 12:55", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 31-29 run", - "text_time":"BETCITY PARMA 31-29 run in last 13:14", - "num":727, - "period":3, - "sec":4060, + "sec":4840, "play":1, "score1":0, "score2":1, - "score_sum1":31, - "score_sum2":29, - "new_sec":406, + "score_sum1":20, + "score_sum2":21, + "new_sec":484, "time_now":600, "quar":1, - "diff_time":794, - "diff_time_str":"13:14", - "text_rus":"BETCITY PARMA 31-29 рывок", - "text_time_rus":"BETCITY PARMA 31-29 рывок за 13:14", - "team":"BETCITY PARMA" + "diff_time":716, + "diff_time_str":"11:56", + "text_rus":"Pari Nizhny Novgorod 21-20 рывок", + "text_time_rus":"Pari Nizhny Novgorod 21-20 рывок за 11:56", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 31-31 run", - "text_time":"BETCITY PARMA 31-31 run in last 13:14", - "num":719, + "text":"Pari Nizhny Novgorod 22-20 run", + "text_time":"Pari Nizhny Novgorod 22-20 run in last 12:00", + "num":761, "period":3, - "sec":4060, + "sec":4800, + "play":1, + "score1":0, + "score2":1, + "score_sum1":20, + "score_sum2":22, + "new_sec":480, + "time_now":600, + "quar":1, + "diff_time":720, + "diff_time_str":"12:00", + "text_rus":"Pari Nizhny Novgorod 22-20 рывок", + "text_time_rus":"Pari Nizhny Novgorod 22-20 рывок за 12:00", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 24-20 run", + "text_time":"Pari Nizhny Novgorod 24-20 run in last 12:44", + "num":735, + "period":3, + "sec":4360, "play":2, "score1":0, "score2":2, - "score_sum1":31, - "score_sum2":31, - "new_sec":406, + "score_sum1":20, + "score_sum2":24, + "new_sec":436, "time_now":600, "quar":1, - "diff_time":794, - "diff_time_str":"13:14", - "text_rus":"BETCITY PARMA 31-31 рывок", - "text_time_rus":"BETCITY PARMA 31-31 рывок за 13:14", - "team":"BETCITY PARMA" + "diff_time":764, + "diff_time_str":"12:44", + "text_rus":"Pari Nizhny Novgorod 24-20 рывок", + "text_time_rus":"Pari Nizhny Novgorod 24-20 рывок за 12:44", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 33-31 run", - "text_time":"UNICS 33-31 run in last 14:25", - "num":683, + "text":"Pari Nizhny Novgorod 26-20 run", + "text_time":"Pari Nizhny Novgorod 26-20 run in last 13:12", + "num":721, "period":3, - "sec":3350, + "sec":4080, + "play":2, + "score1":0, + "score2":2, + "score_sum1":20, + "score_sum2":26, + "new_sec":408, + "time_now":600, + "quar":1, + "diff_time":792, + "diff_time_str":"13:12", + "text_rus":"Pari Nizhny Novgorod 26-20 рывок", + "text_time_rus":"Pari Nizhny Novgorod 26-20 рывок за 13:12", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 22-26 run", + "text_time":"CSKA 22-26 run in last 13:26", + "num":718, + "period":3, + "sec":3940, "play":2, "score1":2, "score2":0, - "score_sum1":33, - "score_sum2":31, - "new_sec":335, + "score_sum1":22, + "score_sum2":26, + "new_sec":394, "time_now":600, "quar":1, - "diff_time":865, - "diff_time_str":"14:25", - "text_rus":"UNICS 33-31 рывок", - "text_time_rus":"UNICS 33-31 рывок за 14:25", - "team":"UNICS" + "diff_time":806, + "diff_time_str":"13:26", + "text_rus":"CSKA 22-26 рывок", + "text_time_rus":"CSKA 22-26 рывок за 13:26", + "team":"CSKA" }, { - "text":"BETCITY PARMA 33-34 run", - "text_time":"BETCITY PARMA 33-34 run in last 14:52", - "num":679, + "text":"CSKA 23-26 run", + "text_time":"CSKA 23-26 run in last 14:17", + "num":699, + "period":3, + "sec":3430, + "play":1, + "score1":1, + "score2":0, + "score_sum1":23, + "score_sum2":26, + "new_sec":343, + "time_now":600, + "quar":1, + "diff_time":857, + "diff_time_str":"14:17", + "text_rus":"CSKA 23-26 рывок", + "text_time_rus":"CSKA 23-26 рывок за 14:17", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 27-23 run", + "text_time":"Pari Nizhny Novgorod 27-23 run in last 14:30", + "num":686, + "period":3, + "sec":3300, + "play":1, + "score1":0, + "score2":1, + "score_sum1":23, + "score_sum2":27, + "new_sec":330, + "time_now":600, + "quar":1, + "diff_time":870, + "diff_time_str":"14:30", + "text_rus":"Pari Nizhny Novgorod 27-23 рывок", + "text_time_rus":"Pari Nizhny Novgorod 27-23 рывок за 14:30", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 25-27 run", + "text_time":"CSKA 25-27 run in last 14:33", + "num":665, + "period":3, + "sec":3270, + "play":2, + "score1":2, + "score2":0, + "score_sum1":25, + "score_sum2":27, + "new_sec":327, + "time_now":600, + "quar":1, + "diff_time":873, + "diff_time_str":"14:33", + "text_rus":"CSKA 25-27 рывок", + "text_time_rus":"CSKA 25-27 рывок за 14:33", + "team":"CSKA" + }, + { + "text":"CSKA 28-27 run", + "text_time":"CSKA 28-27 run in last 14:52", + "num":659, "period":3, "sec":3080, "play":3, - "score1":0, - "score2":3, - "score_sum1":33, - "score_sum2":34, + "score1":3, + "score2":0, + "score_sum1":28, + "score_sum2":27, "new_sec":308, "time_now":600, "quar":1, "diff_time":892, "diff_time_str":"14:52", - "text_rus":"BETCITY PARMA 33-34 рывок", - "text_time_rus":"BETCITY PARMA 33-34 рывок за 14:52", - "team":"BETCITY PARMA" + "text_rus":"CSKA 28-27 рывок", + "text_time_rus":"CSKA 28-27 рывок за 14:52", + "team":"CSKA" }, { - "text":"UNICS 36-34 run", - "text_time":"UNICS 36-34 run in last 15:10", - "num":675, + "text":"Pari Nizhny Novgorod 29-28 run", + "text_time":"Pari Nizhny Novgorod 29-28 run in last 15:07", + "num":656, "period":3, - "sec":2900, + "sec":2930, + "play":2, + "score1":0, + "score2":2, + "score_sum1":28, + "score_sum2":29, + "new_sec":293, + "time_now":600, + "quar":1, + "diff_time":907, + "diff_time_str":"15:07", + "text_rus":"Pari Nizhny Novgorod 29-28 рывок", + "text_time_rus":"Pari Nizhny Novgorod 29-28 рывок за 15:07", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 32-28 run", + "text_time":"Pari Nizhny Novgorod 32-28 run in last 16:08", + "num":626, + "period":3, + "sec":2320, + "play":3, + "score1":0, + "score2":3, + "score_sum1":28, + "score_sum2":32, + "new_sec":232, + "time_now":600, + "quar":1, + "diff_time":968, + "diff_time_str":"16:08", + "text_rus":"Pari Nizhny Novgorod 32-28 рывок", + "text_time_rus":"Pari Nizhny Novgorod 32-28 рывок за 16:08", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 30-32 run", + "text_time":"CSKA 30-32 run in last 16:46", + "num":611, + "period":3, + "sec":1940, + "play":2, + "score1":2, + "score2":0, + "score_sum1":30, + "score_sum2":32, + "new_sec":194, + "time_now":600, + "quar":1, + "diff_time":1006, + "diff_time_str":"16:46", + "text_rus":"CSKA 30-32 рывок", + "text_time_rus":"CSKA 30-32 рывок за 16:46", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 35-30 run", + "text_time":"Pari Nizhny Novgorod 35-30 run in last 17:13", + "num":599, + "period":3, + "sec":1670, + "play":3, + "score1":0, + "score2":3, + "score_sum1":30, + "score_sum2":35, + "new_sec":167, + "time_now":600, + "quar":1, + "diff_time":1033, + "diff_time_str":"17:13", + "text_rus":"Pari Nizhny Novgorod 35-30 рывок", + "text_time_rus":"Pari Nizhny Novgorod 35-30 рывок за 17:13", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 38-30 run", + "text_time":"Pari Nizhny Novgorod 38-30 run in last 18:01", + "num":581, + "period":3, + "sec":1190, + "play":3, + "score1":0, + "score2":3, + "score_sum1":30, + "score_sum2":38, + "new_sec":119, + "time_now":600, + "quar":1, + "diff_time":1081, + "diff_time_str":"18:01", + "text_rus":"Pari Nizhny Novgorod 38-30 рывок", + "text_time_rus":"Pari Nizhny Novgorod 38-30 рывок за 18:01", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 39-30 run", + "text_time":"Pari Nizhny Novgorod 39-30 run in last 18:48", + "num":564, + "period":3, + "sec":720, + "play":1, + "score1":0, + "score2":1, + "score_sum1":30, + "score_sum2":39, + "new_sec":72, + "time_now":600, + "quar":1, + "diff_time":1128, + "diff_time_str":"18:48", + "text_rus":"Pari Nizhny Novgorod 39-30 рывок", + "text_time_rus":"Pari Nizhny Novgorod 39-30 рывок за 18:48", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 40-30 run", + "text_time":"Pari Nizhny Novgorod 40-30 run in last 18:48", + "num":562, + "period":3, + "sec":720, + "play":1, + "score1":0, + "score2":1, + "score_sum1":30, + "score_sum2":40, + "new_sec":72, + "time_now":600, + "quar":1, + "diff_time":1128, + "diff_time_str":"18:48", + "text_rus":"Pari Nizhny Novgorod 40-30 рывок", + "text_time_rus":"Pari Nizhny Novgorod 40-30 рывок за 18:48", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 42-30 run", + "text_time":"Pari Nizhny Novgorod 42-30 run in last 19:07", + "num":544, + "period":3, + "sec":530, + "play":2, + "score1":0, + "score2":2, + "score_sum1":30, + "score_sum2":42, + "new_sec":53, + "time_now":600, + "quar":1, + "diff_time":1147, + "diff_time_str":"19:07", + "text_rus":"Pari Nizhny Novgorod 42-30 рывок", + "text_time_rus":"Pari Nizhny Novgorod 42-30 рывок за 19:07", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 32-42 run", + "text_time":"CSKA 32-42 run in last 20:01", + "num":499, + "period":2, + "sec":5990, + "play":2, + "score1":2, + "score2":0, + "score_sum1":32, + "score_sum2":42, + "new_sec":599, + "time_now":600, + "quar":2, + "diff_time":1201, + "diff_time_str":"20:01", + "text_rus":"CSKA 32-42 рывок", + "text_time_rus":"CSKA 32-42 рывок за 20:01", + "team":"CSKA" + }, + { + "text":"CSKA 35-42 run", + "text_time":"CSKA 35-42 run in last 20:45", + "num":481, + "period":2, + "sec":5550, "play":3, "score1":3, "score2":0, - "score_sum1":36, - "score_sum2":34, - "new_sec":290, + "score_sum1":35, + "score_sum2":42, + "new_sec":555, "time_now":600, - "quar":1, - "diff_time":910, - "diff_time_str":"15:10", - "text_rus":"UNICS 36-34 рывок", - "text_time_rus":"UNICS 36-34 рывок за 15:10", - "team":"UNICS" + "quar":2, + "diff_time":1245, + "diff_time_str":"20:45", + "text_rus":"CSKA 35-42 рывок", + "text_time_rus":"CSKA 35-42 рывок за 20:45", + "team":"CSKA" }, { - "text":"UNICS 37-34 run", - "text_time":"UNICS 37-34 run in last 15:42", - "num":670, - "period":3, - "sec":2580, + "text":"CSKA 36-42 run", + "text_time":"CSKA 36-42 run in last 21:15", + "num":473, + "period":2, + "sec":5250, "play":1, "score1":1, "score2":0, - "score_sum1":37, - "score_sum2":34, - "new_sec":258, + "score_sum1":36, + "score_sum2":42, + "new_sec":525, "time_now":600, - "quar":1, - "diff_time":942, - "diff_time_str":"15:42", - "text_rus":"UNICS 37-34 рывок", - "text_time_rus":"UNICS 37-34 рывок за 15:42", - "team":"UNICS" + "quar":2, + "diff_time":1275, + "diff_time_str":"21:15", + "text_rus":"CSKA 36-42 рывок", + "text_time_rus":"CSKA 36-42 рывок за 21:15", + "team":"CSKA" }, { - "text":"UNICS 38-34 run", - "text_time":"UNICS 38-34 run in last 15:42", - "num":669, - "period":3, - "sec":2580, - "play":1, - "score1":1, + "text":"CSKA 38-42 run", + "text_time":"CSKA 38-42 run in last 21:15", + "num":457, + "period":2, + "sec":5250, + "play":2, + "score1":2, "score2":0, "score_sum1":38, - "score_sum2":34, - "new_sec":258, + "score_sum2":42, + "new_sec":525, "time_now":600, - "quar":1, - "diff_time":942, - "diff_time_str":"15:42", - "text_rus":"UNICS 38-34 рывок", - "text_time_rus":"UNICS 38-34 рывок за 15:42", - "team":"UNICS" + "quar":2, + "diff_time":1275, + "diff_time_str":"21:15", + "text_rus":"CSKA 38-42 рывок", + "text_time_rus":"CSKA 38-42 рывок за 21:15", + "team":"CSKA" }, { - "text":"UNICS 40-34 run", - "text_time":"UNICS 40-34 run in last 16:19", - "num":648, - "period":3, - "sec":2210, + "text":"Pari Nizhny Novgorod 44-38 run", + "text_time":"Pari Nizhny Novgorod 44-38 run in last 21:36", + "num":449, + "period":2, + "sec":5040, + "play":2, + "score1":0, + "score2":2, + "score_sum1":38, + "score_sum2":44, + "new_sec":504, + "time_now":600, + "quar":2, + "diff_time":1296, + "diff_time_str":"21:36", + "text_rus":"Pari Nizhny Novgorod 44-38 рывок", + "text_time_rus":"Pari Nizhny Novgorod 44-38 рывок за 21:36", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 40-44 run", + "text_time":"CSKA 40-44 run in last 21:55", + "num":445, + "period":2, + "sec":4850, "play":2, "score1":2, "score2":0, "score_sum1":40, - "score_sum2":34, - "new_sec":221, + "score_sum2":44, + "new_sec":485, "time_now":600, - "quar":1, - "diff_time":979, - "diff_time_str":"16:19", - "text_rus":"UNICS 40-34 рывок", - "text_time_rus":"UNICS 40-34 рывок за 16:19", - "team":"UNICS" + "quar":2, + "diff_time":1315, + "diff_time_str":"21:55", + "text_rus":"CSKA 40-44 рывок", + "text_time_rus":"CSKA 40-44 рывок за 21:55", + "team":"CSKA" }, { - "text":"BETCITY PARMA 40-37 run", - "text_time":"BETCITY PARMA 40-37 run in last 16:39", - "num":639, - "period":3, - "sec":2010, + "text":"CSKA 41-44 run", + "text_time":"CSKA 41-44 run in last 22:56", + "num":432, + "period":2, + "sec":4240, + "play":1, + "score1":1, + "score2":0, + "score_sum1":41, + "score_sum2":44, + "new_sec":424, + "time_now":600, + "quar":2, + "diff_time":1376, + "diff_time_str":"22:56", + "text_rus":"CSKA 41-44 рывок", + "text_time_rus":"CSKA 41-44 рывок за 22:56", + "team":"CSKA" + }, + { + "text":"CSKA 42-44 run", + "text_time":"CSKA 42-44 run in last 22:56", + "num":431, + "period":2, + "sec":4240, + "play":1, + "score1":1, + "score2":0, + "score_sum1":42, + "score_sum2":44, + "new_sec":424, + "time_now":600, + "quar":2, + "diff_time":1376, + "diff_time_str":"22:56", + "text_rus":"CSKA 42-44 рывок", + "text_time_rus":"CSKA 42-44 рывок за 22:56", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 45-42 run", + "text_time":"Pari Nizhny Novgorod 45-42 run in last 23:42", + "num":416, + "period":2, + "sec":3780, + "play":1, + "score1":0, + "score2":1, + "score_sum1":42, + "score_sum2":45, + "new_sec":378, + "time_now":600, + "quar":2, + "diff_time":1422, + "diff_time_str":"23:42", + "text_rus":"Pari Nizhny Novgorod 45-42 рывок", + "text_time_rus":"Pari Nizhny Novgorod 45-42 рывок за 23:42", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 46-42 run", + "text_time":"Pari Nizhny Novgorod 46-42 run in last 23:42", + "num":415, + "period":2, + "sec":3780, + "play":1, + "score1":0, + "score2":1, + "score_sum1":42, + "score_sum2":46, + "new_sec":378, + "time_now":600, + "quar":2, + "diff_time":1422, + "diff_time_str":"23:42", + "text_rus":"Pari Nizhny Novgorod 46-42 рывок", + "text_time_rus":"Pari Nizhny Novgorod 46-42 рывок за 23:42", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 45-46 run", + "text_time":"CSKA 45-46 run in last 24:12", + "num":397, + "period":2, + "sec":3480, + "play":3, + "score1":3, + "score2":0, + "score_sum1":45, + "score_sum2":46, + "new_sec":348, + "time_now":600, + "quar":2, + "diff_time":1452, + "diff_time_str":"24:12", + "text_rus":"CSKA 45-46 рывок", + "text_time_rus":"CSKA 45-46 рывок за 24:12", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 48-45 run", + "text_time":"Pari Nizhny Novgorod 48-45 run in last 24:28", + "num":390, + "period":2, + "sec":3320, + "play":2, + "score1":0, + "score2":2, + "score_sum1":45, + "score_sum2":48, + "new_sec":332, + "time_now":600, + "quar":2, + "diff_time":1468, + "diff_time_str":"24:28", + "text_rus":"Pari Nizhny Novgorod 48-45 рывок", + "text_time_rus":"Pari Nizhny Novgorod 48-45 рывок за 24:28", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 46-48 run", + "text_time":"CSKA 46-48 run in last 24:46", + "num":380, + "period":2, + "sec":3140, + "play":1, + "score1":1, + "score2":0, + "score_sum1":46, + "score_sum2":48, + "new_sec":314, + "time_now":600, + "quar":2, + "diff_time":1486, + "diff_time_str":"24:46", + "text_rus":"CSKA 46-48 рывок", + "text_time_rus":"CSKA 46-48 рывок за 24:46", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 50-46 run", + "text_time":"Pari Nizhny Novgorod 50-46 run in last 25:21", + "num":352, + "period":2, + "sec":2790, + "play":2, + "score1":0, + "score2":2, + "score_sum1":46, + "score_sum2":50, + "new_sec":279, + "time_now":600, + "quar":2, + "diff_time":1521, + "diff_time_str":"25:21", + "text_rus":"Pari Nizhny Novgorod 50-46 рывок", + "text_time_rus":"Pari Nizhny Novgorod 50-46 рывок за 25:21", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 47-50 run", + "text_time":"CSKA 47-50 run in last 25:33", + "num":349, + "period":2, + "sec":2670, + "play":1, + "score1":1, + "score2":0, + "score_sum1":47, + "score_sum2":50, + "new_sec":267, + "time_now":600, + "quar":2, + "diff_time":1533, + "diff_time_str":"25:33", + "text_rus":"CSKA 47-50 рывок", + "text_time_rus":"CSKA 47-50 рывок за 25:33", + "team":"CSKA" + }, + { + "text":"CSKA 49-50 run", + "text_time":"CSKA 49-50 run in last 25:33", + "num":339, + "period":2, + "sec":2670, + "play":2, + "score1":2, + "score2":0, + "score_sum1":49, + "score_sum2":50, + "new_sec":267, + "time_now":600, + "quar":2, + "diff_time":1533, + "diff_time_str":"25:33", + "text_rus":"CSKA 49-50 рывок", + "text_time_rus":"CSKA 49-50 рывок за 25:33", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 52-49 run", + "text_time":"Pari Nizhny Novgorod 52-49 run in last 26:26", + "num":327, + "period":2, + "sec":2140, + "play":2, + "score1":0, + "score2":2, + "score_sum1":49, + "score_sum2":52, + "new_sec":214, + "time_now":600, + "quar":2, + "diff_time":1586, + "diff_time_str":"26:26", + "text_rus":"Pari Nizhny Novgorod 52-49 рывок", + "text_time_rus":"Pari Nizhny Novgorod 52-49 рывок за 26:26", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 52-52 run", + "text_time":"CSKA 52-52 run in last 27:30", + "num":303, + "period":2, + "sec":1500, + "play":3, + "score1":3, + "score2":0, + "score_sum1":52, + "score_sum2":52, + "new_sec":150, + "time_now":600, + "quar":2, + "diff_time":1650, + "diff_time_str":"27:30", + "text_rus":"CSKA 52-52 рывок", + "text_time_rus":"CSKA 52-52 рывок за 27:30", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 55-52 run", + "text_time":"Pari Nizhny Novgorod 55-52 run in last 27:58", + "num":293, + "period":2, + "sec":1220, "play":3, "score1":0, "score2":3, - "score_sum1":40, - "score_sum2":37, - "new_sec":201, + "score_sum1":52, + "score_sum2":55, + "new_sec":122, "time_now":600, - "quar":1, - "diff_time":999, - "diff_time_str":"16:39", - "text_rus":"BETCITY PARMA 40-37 рывок", - "text_time_rus":"BETCITY PARMA 40-37 рывок за 16:39", - "team":"BETCITY PARMA" + "quar":2, + "diff_time":1678, + "diff_time_str":"27:58", + "text_rus":"Pari Nizhny Novgorod 55-52 рывок", + "text_time_rus":"Pari Nizhny Novgorod 55-52 рывок за 27:58", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 42-37 run", - "text_time":"UNICS 42-37 run in last 18:18", - "num":613, - "period":3, + "text":"CSKA 54-55 run", + "text_time":"CSKA 54-55 run in last 28:18", + "num":290, + "period":2, "sec":1020, "play":2, "score1":2, "score2":0, - "score_sum1":42, - "score_sum2":37, + "score_sum1":54, + "score_sum2":55, "new_sec":102, "time_now":600, - "quar":1, - "diff_time":1098, - "diff_time_str":"18:18", - "text_rus":"UNICS 42-37 рывок", - "text_time_rus":"UNICS 42-37 рывок за 18:18", - "team":"UNICS" + "quar":2, + "diff_time":1698, + "diff_time_str":"28:18", + "text_rus":"CSKA 54-55 рывок", + "text_time_rus":"CSKA 54-55 рывок за 28:18", + "team":"CSKA" }, { - "text":"BETCITY PARMA 42-40 run", - "text_time":"BETCITY PARMA 42-40 run in last 18:33", - "num":610, - "period":3, - "sec":870, + "text":"Pari Nizhny Novgorod 58-54 run", + "text_time":"Pari Nizhny Novgorod 58-54 run in last 28:44", + "num":280, + "period":2, + "sec":760, "play":3, "score1":0, "score2":3, - "score_sum1":42, - "score_sum2":40, - "new_sec":87, - "time_now":600, - "quar":1, - "diff_time":1113, - "diff_time_str":"18:33", - "text_rus":"BETCITY PARMA 42-40 рывок", - "text_time_rus":"BETCITY PARMA 42-40 рывок за 18:33", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 42-42 run", - "text_time":"BETCITY PARMA 42-42 run in last 19:05", - "num":599, - "period":3, - "sec":550, - "play":2, - "score1":0, - "score2":2, - "score_sum1":42, - "score_sum2":42, - "new_sec":55, - "time_now":600, - "quar":1, - "diff_time":1145, - "diff_time_str":"19:05", - "text_rus":"BETCITY PARMA 42-42 рывок", - "text_time_rus":"BETCITY PARMA 42-42 рывок за 19:05", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 44-42 run", - "text_time":"UNICS 44-42 run in last 19:21", - "num":595, - "period":3, - "sec":390, - "play":2, - "score1":2, - "score2":0, - "score_sum1":44, - "score_sum2":42, - "new_sec":39, - "time_now":600, - "quar":1, - "diff_time":1161, - "diff_time_str":"19:21", - "text_rus":"UNICS 44-42 рывок", - "text_time_rus":"UNICS 44-42 рывок за 19:21", - "team":"UNICS" - }, - { - "text":"UNICS 45-42 run", - "text_time":"UNICS 45-42 run in last 20:02", - "num":557, - "period":2, - "sec":5980, - "play":1, - "score1":1, - "score2":0, - "score_sum1":45, - "score_sum2":42, - "new_sec":598, - "time_now":600, - "quar":2, - "diff_time":1202, - "diff_time_str":"20:02", - "text_rus":"UNICS 45-42 рывок", - "text_time_rus":"UNICS 45-42 рывок за 20:02", - "team":"UNICS" - }, - { - "text":"UNICS 46-42 run", - "text_time":"UNICS 46-42 run in last 20:02", - "num":556, - "period":2, - "sec":5980, - "play":1, - "score1":1, - "score2":0, - "score_sum1":46, - "score_sum2":42, - "new_sec":598, - "time_now":600, - "quar":2, - "diff_time":1202, - "diff_time_str":"20:02", - "text_rus":"UNICS 46-42 рывок", - "text_time_rus":"UNICS 46-42 рывок за 20:02", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 46-44 run", - "text_time":"BETCITY PARMA 46-44 run in last 20:22", - "num":541, - "period":2, - "sec":5780, - "play":2, - "score1":0, - "score2":2, - "score_sum1":46, - "score_sum2":44, - "new_sec":578, - "time_now":600, - "quar":2, - "diff_time":1222, - "diff_time_str":"20:22", - "text_rus":"BETCITY PARMA 46-44 рывок", - "text_time_rus":"BETCITY PARMA 46-44 рывок за 20:22", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 46-45 run", - "text_time":"BETCITY PARMA 46-45 run in last 20:40", - "num":533, - "period":2, - "sec":5600, - "play":1, - "score1":0, - "score2":1, - "score_sum1":46, - "score_sum2":45, - "new_sec":560, - "time_now":600, - "quar":2, - "diff_time":1240, - "diff_time_str":"20:40", - "text_rus":"BETCITY PARMA 46-45 рывок", - "text_time_rus":"BETCITY PARMA 46-45 рывок за 20:40", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 46-46 run", - "text_time":"BETCITY PARMA 46-46 run in last 20:40", - "num":532, - "period":2, - "sec":5600, - "play":1, - "score1":0, - "score2":1, - "score_sum1":46, - "score_sum2":46, - "new_sec":560, - "time_now":600, - "quar":2, - "diff_time":1240, - "diff_time_str":"20:40", - "text_rus":"BETCITY PARMA 46-46 рывок", - "text_time_rus":"BETCITY PARMA 46-46 рывок за 20:40", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 46-48 run", - "text_time":"BETCITY PARMA 46-48 run in last 21:23", - "num":515, - "period":2, - "sec":5170, - "play":2, - "score1":0, - "score2":2, - "score_sum1":46, - "score_sum2":48, - "new_sec":517, - "time_now":600, - "quar":2, - "diff_time":1283, - "diff_time_str":"21:23", - "text_rus":"BETCITY PARMA 46-48 рывок", - "text_time_rus":"BETCITY PARMA 46-48 рывок за 21:23", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 48-48 run", - "text_time":"UNICS 48-48 run in last 21:59", - "num":496, - "period":2, - "sec":4810, - "play":2, - "score1":2, - "score2":0, - "score_sum1":48, - "score_sum2":48, - "new_sec":481, - "time_now":600, - "quar":2, - "diff_time":1319, - "diff_time_str":"21:59", - "text_rus":"UNICS 48-48 рывок", - "text_time_rus":"UNICS 48-48 рывок за 21:59", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 48-50 run", - "text_time":"BETCITY PARMA 48-50 run in last 22:22", - "num":493, - "period":2, - "sec":4580, - "play":2, - "score1":0, - "score2":2, - "score_sum1":48, - "score_sum2":50, - "new_sec":458, - "time_now":600, - "quar":2, - "diff_time":1342, - "diff_time_str":"22:22", - "text_rus":"BETCITY PARMA 48-50 рывок", - "text_time_rus":"BETCITY PARMA 48-50 рывок за 22:22", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 50-50 run", - "text_time":"UNICS 50-50 run in last 22:35", - "num":489, - "period":2, - "sec":4450, - "play":2, - "score1":2, - "score2":0, - "score_sum1":50, - "score_sum2":50, - "new_sec":445, - "time_now":600, - "quar":2, - "diff_time":1355, - "diff_time_str":"22:35", - "text_rus":"UNICS 50-50 рывок", - "text_time_rus":"UNICS 50-50 рывок за 22:35", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 50-51 run", - "text_time":"BETCITY PARMA 50-51 run in last 22:48", - "num":486, - "period":2, - "sec":4320, - "play":1, - "score1":0, - "score2":1, - "score_sum1":50, - "score_sum2":51, - "new_sec":432, - "time_now":600, - "quar":2, - "diff_time":1368, - "diff_time_str":"22:48", - "text_rus":"BETCITY PARMA 50-51 рывок", - "text_time_rus":"BETCITY PARMA 50-51 рывок за 22:48", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 50-52 run", - "text_time":"BETCITY PARMA 50-52 run in last 22:48", - "num":485, - "period":2, - "sec":4320, - "play":1, - "score1":0, - "score2":1, - "score_sum1":50, - "score_sum2":52, - "new_sec":432, - "time_now":600, - "quar":2, - "diff_time":1368, - "diff_time_str":"22:48", - "text_rus":"BETCITY PARMA 50-52 рывок", - "text_time_rus":"BETCITY PARMA 50-52 рывок за 22:48", - "team":"BETCITY PARMA" - }, - { - "text":"BETCITY PARMA 50-55 run", - "text_time":"BETCITY PARMA 50-55 run in last 22:50", - "num":462, - "period":2, - "sec":4300, - "play":3, - "score1":0, - "score2":3, - "score_sum1":50, - "score_sum2":55, - "new_sec":430, - "time_now":600, - "quar":2, - "diff_time":1370, - "diff_time_str":"22:50", - "text_rus":"BETCITY PARMA 50-55 рывок", - "text_time_rus":"BETCITY PARMA 50-55 рывок за 22:50", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 52-55 run", - "text_time":"UNICS 52-55 run in last 23:08", - "num":457, - "period":2, - "sec":4120, - "play":2, - "score1":2, - "score2":0, - "score_sum1":52, - "score_sum2":55, - "new_sec":412, - "time_now":600, - "quar":2, - "diff_time":1388, - "diff_time_str":"23:08", - "text_rus":"UNICS 52-55 рывок", - "text_time_rus":"UNICS 52-55 рывок за 23:08", - "team":"UNICS" - }, - { - "text":"UNICS 54-55 run", - "text_time":"UNICS 54-55 run in last 23:27", - "num":451, - "period":2, - "sec":3930, - "play":2, - "score1":2, - "score2":0, "score_sum1":54, - "score_sum2":55, - "new_sec":393, + "score_sum2":58, + "new_sec":76, "time_now":600, "quar":2, - "diff_time":1407, - "diff_time_str":"23:27", - "text_rus":"UNICS 54-55 рывок", - "text_time_rus":"UNICS 54-55 рывок за 23:27", - "team":"UNICS" + "diff_time":1724, + "diff_time_str":"28:44", + "text_rus":"Pari Nizhny Novgorod 58-54 рывок", + "text_time_rus":"Pari Nizhny Novgorod 58-54 рывок за 28:44", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 54-57 run", - "text_time":"BETCITY PARMA 54-57 run in last 23:48", - "num":447, + "text":"CSKA 56-58 run", + "text_time":"CSKA 56-58 run in last 29:00", + "num":276, "period":2, - "sec":3720, - "play":2, - "score1":0, - "score2":2, - "score_sum1":54, - "score_sum2":57, - "new_sec":372, - "time_now":600, - "quar":2, - "diff_time":1428, - "diff_time_str":"23:48", - "text_rus":"BETCITY PARMA 54-57 рывок", - "text_time_rus":"BETCITY PARMA 54-57 рывок за 23:48", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 56-57 run", - "text_time":"UNICS 56-57 run in last 23:57", - "num":441, - "period":2, - "sec":3630, + "sec":600, "play":2, "score1":2, "score2":0, "score_sum1":56, - "score_sum2":57, - "new_sec":363, + "score_sum2":58, + "new_sec":60, "time_now":600, "quar":2, - "diff_time":1437, - "diff_time_str":"23:57", - "text_rus":"UNICS 56-57 рывок", - "text_time_rus":"UNICS 56-57 рывок за 23:57", - "team":"UNICS" + "diff_time":1740, + "diff_time_str":"29:00", + "text_rus":"CSKA 56-58 рывок", + "text_time_rus":"CSKA 56-58 рывок за 29:00", + "team":"CSKA" }, { - "text":"UNICS 58-57 run", - "text_time":"UNICS 58-57 run in last 24:31", - "num":425, + "text":"CSKA 59-58 run", + "text_time":"CSKA 59-58 run in last 29:33", + "num":268, "period":2, - "sec":3290, - "play":2, - "score1":2, - "score2":0, - "score_sum1":58, - "score_sum2":57, - "new_sec":329, - "time_now":600, - "quar":2, - "diff_time":1471, - "diff_time_str":"24:31", - "text_rus":"UNICS 58-57 рывок", - "text_time_rus":"UNICS 58-57 рывок за 24:31", - "team":"UNICS" - }, - { - "text":"UNICS 61-57 run", - "text_time":"UNICS 61-57 run in last 24:47", - "num":419, - "period":2, - "sec":3130, + "sec":270, "play":3, "score1":3, "score2":0, - "score_sum1":61, - "score_sum2":57, - "new_sec":313, + "score_sum1":59, + "score_sum2":58, + "new_sec":27, "time_now":600, "quar":2, - "diff_time":1487, - "diff_time_str":"24:47", - "text_rus":"UNICS 61-57 рывок", - "text_time_rus":"UNICS 61-57 рывок за 24:47", - "team":"UNICS" + "diff_time":1773, + "diff_time_str":"29:33", + "text_rus":"CSKA 59-58 рывок", + "text_time_rus":"CSKA 59-58 рывок за 29:33", + "team":"CSKA" }, { - "text":"UNICS 64-57 run", - "text_time":"UNICS 64-57 run in last 25:27", - "num":405, + "text":"Pari Nizhny Novgorod 61-59 run", + "text_time":"Pari Nizhny Novgorod 61-59 run in last 29:49", + "num":262, "period":2, - "sec":2730, + "sec":110, "play":3, - "score1":3, - "score2":0, - "score_sum1":64, - "score_sum2":57, - "new_sec":273, - "time_now":600, - "quar":2, - "diff_time":1527, - "diff_time_str":"25:27", - "text_rus":"UNICS 64-57 рывок", - "text_time_rus":"UNICS 64-57 рывок за 25:27", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 64-59 run", - "text_time":"BETCITY PARMA 64-59 run in last 25:45", - "num":400, - "period":2, - "sec":2550, - "play":2, "score1":0, - "score2":2, - "score_sum1":64, - "score_sum2":59, - "new_sec":255, - "time_now":600, - "quar":2, - "diff_time":1545, - "diff_time_str":"25:45", - "text_rus":"BETCITY PARMA 64-59 рывок", - "text_time_rus":"BETCITY PARMA 64-59 рывок за 25:45", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 66-59 run", - "text_time":"UNICS 66-59 run in last 26:29", - "num":381, - "period":2, - "sec":2110, - "play":2, - "score1":2, - "score2":0, - "score_sum1":66, - "score_sum2":59, - "new_sec":211, - "time_now":600, - "quar":2, - "diff_time":1589, - "diff_time_str":"26:29", - "text_rus":"UNICS 66-59 рывок", - "text_time_rus":"UNICS 66-59 рывок за 26:29", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 66-61 run", - "text_time":"BETCITY PARMA 66-61 run in last 27:34", - "num":334, - "period":2, - "sec":1460, - "play":2, - "score1":0, - "score2":2, - "score_sum1":66, + "score2":3, + "score_sum1":59, "score_sum2":61, - "new_sec":146, + "new_sec":11, "time_now":600, "quar":2, - "diff_time":1654, - "diff_time_str":"27:34", - "text_rus":"BETCITY PARMA 66-61 рывок", - "text_time_rus":"BETCITY PARMA 66-61 рывок за 27:34", - "team":"BETCITY PARMA" + "diff_time":1789, + "diff_time_str":"29:49", + "text_rus":"Pari Nizhny Novgorod 61-59 рывок", + "text_time_rus":"Pari Nizhny Novgorod 61-59 рывок за 29:49", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 68-61 run", - "text_time":"UNICS 68-61 run in last 28:35", - "num":318, - "period":2, - "sec":850, - "play":2, - "score1":2, - "score2":0, - "score_sum1":68, - "score_sum2":61, - "new_sec":85, - "time_now":600, - "quar":2, - "diff_time":1715, - "diff_time_str":"28:35", - "text_rus":"UNICS 68-61 рывок", - "text_time_rus":"UNICS 68-61 рывок за 28:35", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 68-63 run", - "text_time":"BETCITY PARMA 68-63 run in last 28:58", - "num":314, - "period":2, - "sec":620, - "play":2, - "score1":0, - "score2":2, - "score_sum1":68, - "score_sum2":63, - "new_sec":62, - "time_now":600, - "quar":2, - "diff_time":1738, - "diff_time_str":"28:58", - "text_rus":"BETCITY PARMA 68-63 рывок", - "text_time_rus":"BETCITY PARMA 68-63 рывок за 28:58", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 70-63 run", - "text_time":"UNICS 70-63 run in last 29:13", - "num":311, - "period":2, - "sec":470, - "play":2, - "score1":2, - "score2":0, - "score_sum1":70, - "score_sum2":63, - "new_sec":47, - "time_now":600, - "quar":2, - "diff_time":1753, - "diff_time_str":"29:13", - "text_rus":"UNICS 70-63 рывок", - "text_time_rus":"UNICS 70-63 рывок за 29:13", - "team":"UNICS" - }, - { - "text":"UNICS 72-63 run", - "text_time":"UNICS 72-63 run in last 30:00", - "num":270, + "text":"CSKA 62-61 run", + "text_time":"CSKA 62-61 run in last 30:37", + "num":226, "period":1, - "sec":6000, - "play":2, - "score1":2, + "sec":5630, + "play":3, + "score1":3, "score2":0, - "score_sum1":72, - "score_sum2":63, - "new_sec":600, + "score_sum1":62, + "score_sum2":61, + "new_sec":563, "time_now":600, "quar":3, - "diff_time":1800, - "diff_time_str":"30:00", - "text_rus":"UNICS 72-63 рывок", - "text_time_rus":"UNICS 72-63 рывок за 30:00", - "team":"UNICS" + "diff_time":1837, + "diff_time_str":"30:37", + "text_rus":"CSKA 62-61 рывок", + "text_time_rus":"CSKA 62-61 рывок за 30:37", + "team":"CSKA" }, { - "text":"UNICS 73-63 run", - "text_time":"UNICS 73-63 run in last 30:27", - "num":264, + "text":"Pari Nizhny Novgorod 63-62 run", + "text_time":"Pari Nizhny Novgorod 63-62 run in last 30:52", + "num":221, "period":1, - "sec":5730, + "sec":5480, + "play":2, + "score1":0, + "score2":2, + "score_sum1":62, + "score_sum2":63, + "new_sec":548, + "time_now":600, + "quar":3, + "diff_time":1852, + "diff_time_str":"30:52", + "text_rus":"Pari Nizhny Novgorod 63-62 рывок", + "text_time_rus":"Pari Nizhny Novgorod 63-62 рывок за 30:52", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 63-63 run", + "text_time":"CSKA 63-63 run in last 31:06", + "num":218, + "period":1, + "sec":5340, + "play":1, + "score1":1, + "score2":0, + "score_sum1":63, + "score_sum2":63, + "new_sec":534, + "time_now":600, + "quar":3, + "diff_time":1866, + "diff_time_str":"31:06", + "text_rus":"CSKA 63-63 рывок", + "text_time_rus":"CSKA 63-63 рывок за 31:06", + "team":"CSKA" + }, + { + "text":"CSKA 64-63 run", + "text_time":"CSKA 64-63 run in last 31:06", + "num":217, + "period":1, + "sec":5340, + "play":1, + "score1":1, + "score2":0, + "score_sum1":64, + "score_sum2":63, + "new_sec":534, + "time_now":600, + "quar":3, + "diff_time":1866, + "diff_time_str":"31:06", + "text_rus":"CSKA 64-63 рывок", + "text_time_rus":"CSKA 64-63 рывок за 31:06", + "team":"CSKA" + }, + { + "text":"CSKA 67-63 run", + "text_time":"CSKA 67-63 run in last 31:51", + "num":197, + "period":1, + "sec":4890, + "play":3, + "score1":3, + "score2":0, + "score_sum1":67, + "score_sum2":63, + "new_sec":489, + "time_now":600, + "quar":3, + "diff_time":1911, + "diff_time_str":"31:51", + "text_rus":"CSKA 67-63 рывок", + "text_time_rus":"CSKA 67-63 рывок за 31:51", + "team":"CSKA" + }, + { + "text":"CSKA 69-63 run", + "text_time":"CSKA 69-63 run in last 32:34", + "num":189, + "period":1, + "sec":4460, + "play":2, + "score1":2, + "score2":0, + "score_sum1":69, + "score_sum2":63, + "new_sec":446, + "time_now":600, + "quar":3, + "diff_time":1954, + "diff_time_str":"32:34", + "text_rus":"CSKA 69-63 рывок", + "text_time_rus":"CSKA 69-63 рывок за 32:34", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 66-69 run", + "text_time":"Pari Nizhny Novgorod 66-69 run in last 32:58", + "num":185, + "period":1, + "sec":4220, + "play":3, + "score1":0, + "score2":3, + "score_sum1":69, + "score_sum2":66, + "new_sec":422, + "time_now":600, + "quar":3, + "diff_time":1978, + "diff_time_str":"32:58", + "text_rus":"Pari Nizhny Novgorod 66-69 рывок", + "text_time_rus":"Pari Nizhny Novgorod 66-69 рывок за 32:58", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"CSKA 71-66 run", + "text_time":"CSKA 71-66 run in last 33:37", + "num":166, + "period":1, + "sec":3830, + "play":2, + "score1":2, + "score2":0, + "score_sum1":71, + "score_sum2":66, + "new_sec":383, + "time_now":600, + "quar":3, + "diff_time":2017, + "diff_time_str":"33:37", + "text_rus":"CSKA 71-66 рывок", + "text_time_rus":"CSKA 71-66 рывок за 33:37", + "team":"CSKA" + }, + { + "text":"CSKA 72-66 run", + "text_time":"CSKA 72-66 run in last 34:20", + "num":158, + "period":1, + "sec":3400, + "play":1, + "score1":1, + "score2":0, + "score_sum1":72, + "score_sum2":66, + "new_sec":340, + "time_now":600, + "quar":3, + "diff_time":2060, + "diff_time_str":"34:20", + "text_rus":"CSKA 72-66 рывок", + "text_time_rus":"CSKA 72-66 рывок за 34:20", + "team":"CSKA" + }, + { + "text":"CSKA 73-66 run", + "text_time":"CSKA 73-66 run in last 34:20", + "num":157, + "period":1, + "sec":3400, "play":1, "score1":1, "score2":0, "score_sum1":73, - "score_sum2":63, - "new_sec":573, + "score_sum2":66, + "new_sec":340, "time_now":600, "quar":3, - "diff_time":1827, - "diff_time_str":"30:27", - "text_rus":"UNICS 73-63 рывок", - "text_time_rus":"UNICS 73-63 рывок за 30:27", - "team":"UNICS" + "diff_time":2060, + "diff_time_str":"34:20", + "text_rus":"CSKA 73-66 рывок", + "text_time_rus":"CSKA 73-66 рывок за 34:20", + "team":"CSKA" }, { - "text":"UNICS 75-63 run", - "text_time":"UNICS 75-63 run in last 30:27", - "num":259, + "text":"Pari Nizhny Novgorod 68-73 run", + "text_time":"Pari Nizhny Novgorod 68-73 run in last 34:54", + "num":131, "period":1, - "sec":5730, - "play":2, - "score1":2, - "score2":0, - "score_sum1":75, - "score_sum2":63, - "new_sec":573, - "time_now":600, - "quar":3, - "diff_time":1827, - "diff_time_str":"30:27", - "text_rus":"UNICS 75-63 рывок", - "text_time_rus":"UNICS 75-63 рывок за 30:27", - "team":"UNICS" - }, - { - "text":"UNICS 77-63 run", - "text_time":"UNICS 77-63 run in last 30:36", - "num":246, - "period":1, - "sec":5640, - "play":2, - "score1":2, - "score2":0, - "score_sum1":77, - "score_sum2":63, - "new_sec":564, - "time_now":600, - "quar":3, - "diff_time":1836, - "diff_time_str":"30:36", - "text_rus":"UNICS 77-63 рывок", - "text_time_rus":"UNICS 77-63 рывок за 30:36", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 77-65 run", - "text_time":"BETCITY PARMA 77-65 run in last 31:01", - "num":242, - "period":1, - "sec":5390, + "sec":3060, "play":2, "score1":0, "score2":2, - "score_sum1":77, - "score_sum2":65, - "new_sec":539, + "score_sum1":73, + "score_sum2":68, + "new_sec":306, "time_now":600, "quar":3, - "diff_time":1861, - "diff_time_str":"31:01", - "text_rus":"BETCITY PARMA 77-65 рывок", - "text_time_rus":"BETCITY PARMA 77-65 рывок за 31:01", - "team":"BETCITY PARMA" + "diff_time":2094, + "diff_time_str":"34:54", + "text_rus":"Pari Nizhny Novgorod 68-73 рывок", + "text_time_rus":"Pari Nizhny Novgorod 68-73 рывок за 34:54", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 77-67 run", - "text_time":"BETCITY PARMA 77-67 run in last 31:41", - "num":236, + "text":"CSKA 74-68 run", + "text_time":"CSKA 74-68 run in last 35:01", + "num":128, "period":1, - "sec":4990, - "play":2, - "score1":0, - "score2":2, - "score_sum1":77, - "score_sum2":67, - "new_sec":499, - "time_now":600, - "quar":3, - "diff_time":1901, - "diff_time_str":"31:41", - "text_rus":"BETCITY PARMA 77-67 рывок", - "text_time_rus":"BETCITY PARMA 77-67 рывок за 31:41", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 78-67 run", - "text_time":"UNICS 78-67 run in last 31:52", - "num":233, - "period":1, - "sec":4880, + "sec":2990, "play":1, "score1":1, "score2":0, - "score_sum1":78, - "score_sum2":67, - "new_sec":488, + "score_sum1":74, + "score_sum2":68, + "new_sec":299, "time_now":600, "quar":3, - "diff_time":1912, - "diff_time_str":"31:52", - "text_rus":"UNICS 78-67 рывок", - "text_time_rus":"UNICS 78-67 рывок за 31:52", - "team":"UNICS" + "diff_time":2101, + "diff_time_str":"35:01", + "text_rus":"CSKA 74-68 рывок", + "text_time_rus":"CSKA 74-68 рывок за 35:01", + "team":"CSKA" }, { - "text":"UNICS 79-67 run", - "text_time":"UNICS 79-67 run in last 31:52", - "num":232, + "text":"CSKA 76-68 run", + "text_time":"CSKA 76-68 run in last 35:01", + "num":123, "period":1, - "sec":4880, - "play":1, - "score1":1, + "sec":2990, + "play":2, + "score1":2, + "score2":0, + "score_sum1":76, + "score_sum2":68, + "new_sec":299, + "time_now":600, + "quar":3, + "diff_time":2101, + "diff_time_str":"35:01", + "text_rus":"CSKA 76-68 рывок", + "text_time_rus":"CSKA 76-68 рывок за 35:01", + "team":"CSKA" + }, + { + "text":"CSKA 79-68 run", + "text_time":"CSKA 79-68 run in last 35:20", + "num":106, + "period":1, + "sec":2800, + "play":3, + "score1":3, "score2":0, "score_sum1":79, - "score_sum2":67, - "new_sec":488, + "score_sum2":68, + "new_sec":280, "time_now":600, "quar":3, - "diff_time":1912, - "diff_time_str":"31:52", - "text_rus":"UNICS 79-67 рывок", - "text_time_rus":"UNICS 79-67 рывок за 31:52", - "team":"UNICS" + "diff_time":2120, + "diff_time_str":"35:20", + "text_rus":"CSKA 79-68 рывок", + "text_time_rus":"CSKA 79-68 рывок за 35:20", + "team":"CSKA" }, { - "text":"BETCITY PARMA 79-69 run", - "text_time":"BETCITY PARMA 79-69 run in last 32:00", - "num":223, + "text":"Pari Nizhny Novgorod 70-79 run", + "text_time":"Pari Nizhny Novgorod 70-79 run in last 35:39", + "num":102, "period":1, - "sec":4800, + "sec":2610, "play":2, "score1":0, "score2":2, "score_sum1":79, - "score_sum2":69, - "new_sec":480, + "score_sum2":70, + "new_sec":261, "time_now":600, "quar":3, - "diff_time":1920, - "diff_time_str":"32:00", - "text_rus":"BETCITY PARMA 79-69 рывок", - "text_time_rus":"BETCITY PARMA 79-69 рывок за 32:00", - "team":"BETCITY PARMA" + "diff_time":2139, + "diff_time_str":"35:39", + "text_rus":"Pari Nizhny Novgorod 70-79 рывок", + "text_time_rus":"Pari Nizhny Novgorod 70-79 рывок за 35:39", + "team":"Pari Nizhny Novgorod" }, { - "text":"UNICS 80-69 run", - "text_time":"UNICS 80-69 run in last 32:19", - "num":218, + "text":"CSKA 81-70 run", + "text_time":"CSKA 81-70 run in last 36:01", + "num":98, "period":1, - "sec":4610, - "play":1, - "score1":1, - "score2":0, - "score_sum1":80, - "score_sum2":69, - "new_sec":461, - "time_now":600, - "quar":3, - "diff_time":1939, - "diff_time_str":"32:19", - "text_rus":"UNICS 80-69 рывок", - "text_time_rus":"UNICS 80-69 рывок за 32:19", - "team":"UNICS" - }, - { - "text":"UNICS 81-69 run", - "text_time":"UNICS 81-69 run in last 32:19", - "num":217, - "period":1, - "sec":4610, - "play":1, - "score1":1, - "score2":0, - "score_sum1":81, - "score_sum2":69, - "new_sec":461, - "time_now":600, - "quar":3, - "diff_time":1939, - "diff_time_str":"32:19", - "text_rus":"UNICS 81-69 рывок", - "text_time_rus":"UNICS 81-69 рывок за 32:19", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 81-71 run", - "text_time":"BETCITY PARMA 81-71 run in last 33:06", - "num":189, - "period":1, - "sec":4140, - "play":2, - "score1":0, - "score2":2, - "score_sum1":81, - "score_sum2":71, - "new_sec":414, - "time_now":600, - "quar":3, - "diff_time":1986, - "diff_time_str":"33:06", - "text_rus":"BETCITY PARMA 81-71 рывок", - "text_time_rus":"BETCITY PARMA 81-71 рывок за 33:06", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 83-71 run", - "text_time":"UNICS 83-71 run in last 33:24", - "num":185, - "period":1, - "sec":3960, + "sec":2390, "play":2, "score1":2, "score2":0, - "score_sum1":83, - "score_sum2":71, - "new_sec":396, + "score_sum1":81, + "score_sum2":70, + "new_sec":239, "time_now":600, "quar":3, - "diff_time":2004, - "diff_time_str":"33:24", - "text_rus":"UNICS 83-71 рывок", - "text_time_rus":"UNICS 83-71 рывок за 33:24", - "team":"UNICS" + "diff_time":2161, + "diff_time_str":"36:01", + "text_rus":"CSKA 81-70 рывок", + "text_time_rus":"CSKA 81-70 рывок за 36:01", + "team":"CSKA" }, { - "text":"UNICS 84-71 run", - "text_time":"UNICS 84-71 run in last 34:09", - "num":155, + "text":"CSKA 84-70 run", + "text_time":"CSKA 84-70 run in last 36:48", + "num":78, "period":1, - "sec":3510, - "play":1, - "score1":1, + "sec":1920, + "play":3, + "score1":3, "score2":0, "score_sum1":84, - "score_sum2":71, - "new_sec":351, + "score_sum2":70, + "new_sec":192, "time_now":600, "quar":3, - "diff_time":2049, - "diff_time_str":"34:09", - "text_rus":"UNICS 84-71 рывок", - "text_time_rus":"UNICS 84-71 рывок за 34:09", - "team":"UNICS" + "diff_time":2208, + "diff_time_str":"36:48", + "text_rus":"CSKA 84-70 рывок", + "text_time_rus":"CSKA 84-70 рывок за 36:48", + "team":"CSKA" }, { - "text":"UNICS 85-71 run", - "text_time":"UNICS 85-71 run in last 34:09", - "num":154, + "text":"Pari Nizhny Novgorod 71-84 run", + "text_time":"Pari Nizhny Novgorod 71-84 run in last 37:03", + "num":75, "period":1, - "sec":3510, + "sec":1770, "play":1, - "score1":1, - "score2":0, - "score_sum1":85, - "score_sum2":71, - "new_sec":351, - "time_now":600, - "quar":3, - "diff_time":2049, - "diff_time_str":"34:09", - "text_rus":"UNICS 85-71 рывок", - "text_time_rus":"UNICS 85-71 рывок за 34:09", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 85-73 run", - "text_time":"BETCITY PARMA 85-73 run in last 34:44", - "num":124, - "period":1, - "sec":3160, - "play":2, "score1":0, - "score2":2, - "score_sum1":85, - "score_sum2":73, - "new_sec":316, + "score2":1, + "score_sum1":84, + "score_sum2":71, + "new_sec":177, "time_now":600, "quar":3, - "diff_time":2084, - "diff_time_str":"34:44", - "text_rus":"BETCITY PARMA 85-73 рывок", - "text_time_rus":"BETCITY PARMA 85-73 рывок за 34:44", - "team":"BETCITY PARMA" + "diff_time":2223, + "diff_time_str":"37:03", + "text_rus":"Pari Nizhny Novgorod 71-84 рывок", + "text_time_rus":"Pari Nizhny Novgorod 71-84 рывок за 37:03", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 85-76 run", - "text_time":"BETCITY PARMA 85-76 run in last 35:07", - "num":118, + "text":"Pari Nizhny Novgorod 72-84 run", + "text_time":"Pari Nizhny Novgorod 72-84 run in last 37:03", + "num":74, "period":1, - "sec":2930, + "sec":1770, + "play":1, + "score1":0, + "score2":1, + "score_sum1":84, + "score_sum2":72, + "new_sec":177, + "time_now":600, + "quar":3, + "diff_time":2223, + "diff_time_str":"37:03", + "text_rus":"Pari Nizhny Novgorod 72-84 рывок", + "text_time_rus":"Pari Nizhny Novgorod 72-84 рывок за 37:03", + "team":"Pari Nizhny Novgorod" + }, + { + "text":"Pari Nizhny Novgorod 75-84 run", + "text_time":"Pari Nizhny Novgorod 75-84 run in last 37:38", + "num":64, + "period":1, + "sec":1420, "play":3, "score1":0, "score2":3, - "score_sum1":85, - "score_sum2":76, - "new_sec":293, + "score_sum1":84, + "score_sum2":75, + "new_sec":142, "time_now":600, "quar":3, - "diff_time":2107, - "diff_time_str":"35:07", - "text_rus":"BETCITY PARMA 85-76 рывок", - "text_time_rus":"BETCITY PARMA 85-76 рывок за 35:07", - "team":"BETCITY PARMA" + "diff_time":2258, + "diff_time_str":"37:38", + "text_rus":"Pari Nizhny Novgorod 75-84 рывок", + "text_time_rus":"Pari Nizhny Novgorod 75-84 рывок за 37:38", + "team":"Pari Nizhny Novgorod" }, { - "text":"BETCITY PARMA 85-78 run", - "text_time":"BETCITY PARMA 85-78 run in last 35:40", - "num":112, + "text":"CSKA 86-75 run", + "text_time":"CSKA 86-75 run in last 38:35", + "num":44, "period":1, - "sec":2600, + "sec":850, + "play":2, + "score1":2, + "score2":0, + "score_sum1":86, + "score_sum2":75, + "new_sec":85, + "time_now":600, + "quar":3, + "diff_time":2315, + "diff_time_str":"38:35", + "text_rus":"CSKA 86-75 рывок", + "text_time_rus":"CSKA 86-75 рывок за 38:35", + "team":"CSKA" + }, + { + "text":"Pari Nizhny Novgorod 77-86 run", + "text_time":"Pari Nizhny Novgorod 77-86 run in last 39:33", + "num":23, + "period":1, + "sec":270, "play":2, "score1":0, "score2":2, - "score_sum1":85, - "score_sum2":78, - "new_sec":260, + "score_sum1":86, + "score_sum2":77, + "new_sec":27, "time_now":600, "quar":3, - "diff_time":2140, - "diff_time_str":"35:40", - "text_rus":"BETCITY PARMA 85-78 рывок", - "text_time_rus":"BETCITY PARMA 85-78 рывок за 35:40", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 87-78 run", - "text_time":"UNICS 87-78 run in last 35:51", - "num":109, - "period":1, - "sec":2490, - "play":2, - "score1":2, - "score2":0, - "score_sum1":87, - "score_sum2":78, - "new_sec":249, - "time_now":600, - "quar":3, - "diff_time":2151, - "diff_time_str":"35:51", - "text_rus":"UNICS 87-78 рывок", - "text_time_rus":"UNICS 87-78 рывок за 35:51", - "team":"UNICS" - }, - { - "text":"UNICS 90-78 run", - "text_time":"UNICS 90-78 run in last 36:20", - "num":99, - "period":1, - "sec":2200, - "play":3, - "score1":3, - "score2":0, - "score_sum1":90, - "score_sum2":78, - "new_sec":220, - "time_now":600, - "quar":3, - "diff_time":2180, - "diff_time_str":"36:20", - "text_rus":"UNICS 90-78 рывок", - "text_time_rus":"UNICS 90-78 рывок за 36:20", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 90-81 run", - "text_time":"BETCITY PARMA 90-81 run in last 36:34", - "num":96, - "period":1, - "sec":2060, - "play":3, - "score1":0, - "score2":3, - "score_sum1":90, - "score_sum2":81, - "new_sec":206, - "time_now":600, - "quar":3, - "diff_time":2194, - "diff_time_str":"36:34", - "text_rus":"BETCITY PARMA 90-81 рывок", - "text_time_rus":"BETCITY PARMA 90-81 рывок за 36:34", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 92-81 run", - "text_time":"UNICS 92-81 run in last 37:14", - "num":70, - "period":1, - "sec":1660, - "play":2, - "score1":2, - "score2":0, - "score_sum1":92, - "score_sum2":81, - "new_sec":166, - "time_now":600, - "quar":3, - "diff_time":2234, - "diff_time_str":"37:14", - "text_rus":"UNICS 92-81 рывок", - "text_time_rus":"UNICS 92-81 рывок за 37:14", - "team":"UNICS" - }, - { - "text":"UNICS 95-81 run", - "text_time":"UNICS 95-81 run in last 37:45", - "num":63, - "period":1, - "sec":1350, - "play":3, - "score1":3, - "score2":0, - "score_sum1":95, - "score_sum2":81, - "new_sec":135, - "time_now":600, - "quar":3, - "diff_time":2265, - "diff_time_str":"37:45", - "text_rus":"UNICS 95-81 рывок", - "text_time_rus":"UNICS 95-81 рывок за 37:45", - "team":"UNICS" - }, - { - "text":"UNICS 97-81 run", - "text_time":"UNICS 97-81 run in last 38:16", - "num":57, - "period":1, - "sec":1040, - "play":2, - "score1":2, - "score2":0, - "score_sum1":97, - "score_sum2":81, - "new_sec":104, - "time_now":600, - "quar":3, - "diff_time":2296, - "diff_time_str":"38:16", - "text_rus":"UNICS 97-81 рывок", - "text_time_rus":"UNICS 97-81 рывок за 38:16", - "team":"UNICS" - }, - { - "text":"BETCITY PARMA 97-83 run", - "text_time":"BETCITY PARMA 97-83 run in last 38:31", - "num":50, - "period":1, - "sec":890, - "play":2, - "score1":0, - "score2":2, - "score_sum1":97, - "score_sum2":83, - "new_sec":89, - "time_now":600, - "quar":3, - "diff_time":2311, - "diff_time_str":"38:31", - "text_rus":"BETCITY PARMA 97-83 рывок", - "text_time_rus":"BETCITY PARMA 97-83 рывок за 38:31", - "team":"BETCITY PARMA" - }, - { - "text":"UNICS 98-83 run", - "text_time":"UNICS 98-83 run in last 38:47", - "num":47, - "period":1, - "sec":730, - "play":1, - "score1":1, - "score2":0, - "score_sum1":98, - "score_sum2":83, - "new_sec":73, - "time_now":600, - "quar":3, - "diff_time":2327, - "diff_time_str":"38:47", - "text_rus":"UNICS 98-83 рывок", - "text_time_rus":"UNICS 98-83 рывок за 38:47", - "team":"UNICS" - }, - { - "text":"UNICS 100-83 run", - "text_time":"UNICS 100-83 run in last 38:47", - "num":42, - "period":1, - "sec":730, - "play":2, - "score1":2, - "score2":0, - "score_sum1":100, - "score_sum2":83, - "new_sec":73, - "time_now":600, - "quar":3, - "diff_time":2327, - "diff_time_str":"38:47", - "text_rus":"UNICS 100-83 рывок", - "text_time_rus":"UNICS 100-83 рывок за 38:47", - "team":"UNICS" - }, - { - "text":"UNICS 103-83 run", - "text_time":"UNICS 103-83 run in last 39:27", - "num":25, - "period":1, - "sec":330, - "play":3, - "score1":3, - "score2":0, - "score_sum1":103, - "score_sum2":83, - "new_sec":33, - "time_now":600, - "quar":3, - "diff_time":2367, - "diff_time_str":"39:27", - "text_rus":"UNICS 103-83 рывок", - "text_time_rus":"UNICS 103-83 рывок за 39:27", - "team":"UNICS" + "diff_time":2373, + "diff_time_str":"39:33", + "text_rus":"Pari Nizhny Novgorod 77-86 рывок", + "text_time_rus":"Pari Nizhny Novgorod 77-86 рывок за 39:33", + "team":"Pari Nizhny Novgorod" } ] \ No newline at end of file diff --git a/static/referee.json b/static/referee.json index 62e8310..8c17e66 100644 --- a/static/referee.json +++ b/static/referee.json @@ -2,118 +2,118 @@ { "displayNumber": "", "positionName": "Crew chief", - "lastNameGFX": "Aleksey Davydov", - "secondName": "Mikhailovich", - "birthday": "1984-10-05T00:00:00", - "age": 41, - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" - }, - { - "displayNumber": "", - "positionName": "Referee 1", "lastNameGFX": "Sergey Mikhailov", "secondName": "Alexandrovich", "birthday": "1977-05-20T00:00:00", "age": 48, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, + { + "displayNumber": "", + "positionName": "Referee 1", + "lastNameGFX": "Andrey Sharapa", + "secondName": "", + "birthday": "1982-07-04T00:00:00", + "age": 43, + "flag": "https://flagicons.lipis.dev/flags/4x3/by.svg" + }, { "displayNumber": "", "positionName": "Referee 2", - "lastNameGFX": "Maksim Zhitlukhin", - "secondName": "Sergeevich", - "birthday": "1986-12-19T00:00:00", - "age": 38, + "lastNameGFX": "Roman Kladukhin", + "secondName": "Vladimirovich", + "birthday": "1990-01-09T00:00:00", + "age": 35, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "Commissioner", - "lastNameGFX": "Igor Lebedev", - "secondName": "Anatolevich", - "birthday": "1965-05-27T00:00:00", - "age": 60, + "lastNameGFX": "Aleksandr Gorshkov", + "secondName": "Konstantinovich", + "birthday": "1962-06-11T00:00:00", + "age": 63, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "Scorer", - "lastNameGFX": "Viktoriya Isaeva", - "secondName": "Dmitrievna", - "birthday": "1996-01-09T00:00:00", - "age": 29, + "lastNameGFX": "Lyubov Udalova", + "secondName": "Valerjevna", + "birthday": "1988-01-05T00:00:00", + "age": 37, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "Assistant Scorer", - "lastNameGFX": "Dmitriy Kibenko", - "secondName": "Andreevich", - "birthday": "1983-12-25T00:00:00", - "age": 41, + "lastNameGFX": "Mariya Smolyakova", + "secondName": "Anatolevna", + "birthday": "1974-08-22T00:00:00", + "age": 51, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "Timekeeper", - "lastNameGFX": "Olga Prosneva", - "secondName": "Nikolaevna", - "birthday": "1971-06-15T00:00:00", - "age": 54, - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" - }, - { - "displayNumber": "", - "positionName": "Operator 24 sec", - "lastNameGFX": "Aleksey Nagibin", - "secondName": "Vitalevich", - "birthday": "1982-08-21T00:00:00", - "age": 43, - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" - }, - { - "displayNumber": "", - "positionName": "Dictor", - "lastNameGFX": "Адель Халимов", - "secondName": "Рашидович", - "birthday": "1996-07-31T00:00:00", + "lastNameGFX": "Polina Tokareva", + "secondName": "Valerevna", + "birthday": "1996-06-20T00:00:00", "age": 29, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, + { + "displayNumber": "", + "positionName": "Operator 24 sec", + "lastNameGFX": "Aleksandr Goverdovskiy", + "secondName": "Nikolaevich", + "birthday": "1977-03-22T00:00:00", + "age": 48, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" + }, + { + "displayNumber": "", + "positionName": "Dictor", + "lastNameGFX": "Alexey Pereverzev", + "secondName": "Igorevich", + "birthday": "1992-06-30T00:00:00", + "age": 33, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" + }, { "displayNumber": "", "positionName": "Statistic", - "lastNameGFX": "Veronika Shuvagina", - "secondName": "Vladimirovna", - "birthday": "1968-05-08T00:00:00", - "age": 57, + "lastNameGFX": "Anton Fedyukov", + "secondName": "Aleksandrovich", + "birthday": "1979-10-02T00:00:00", + "age": 46, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" + }, + { + "displayNumber": "", + "positionName": "Statistic", + "lastNameGFX": "Elizaveta Prudkova", + "secondName": "Sergeevna", + "birthday": "1997-05-30T00:00:00", + "age": 28, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "IS Operator", - "lastNameGFX": "Rashid Khabibullin", - "secondName": "Rinatovich", - "birthday": "1987-07-26T00:00:00", - "age": 38, - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" - }, - { - "displayNumber": "", - "positionName": "Statistic", - "lastNameGFX": "Mariya Shuvagina", - "secondName": "Dmitrievna", - "birthday": "2002-08-04T00:00:00", - "age": 23, + "lastNameGFX": "Mihail Prudkov", + "secondName": "Mihailovich", + "birthday": "1994-10-20T00:00:00", + "age": 31, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { "displayNumber": "", "positionName": "Video reviewer", - "lastNameGFX": "Kamil Habibullin", - "secondName": "Ildarovich", - "birthday": "1975-12-08T00:00:00", - "age": 49, + "lastNameGFX": "Yakov Tarasov", + "secondName": "Stanislavovich", + "birthday": "1992-07-21T00:00:00", + "age": 33, "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg" }, { diff --git a/static/schedule.json b/static/schedule.json index 1a3d933..5012e95 100644 --- a/static/schedule.json +++ b/static/schedule.json @@ -40,8 +40,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -51,14 +50,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -98,11 +96,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 10, + "distanceIndex": 22, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -140,8 +139,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -151,14 +149,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -198,11 +195,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 10, + "distanceIndex": 22, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -240,8 +238,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -251,14 +248,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -298,11 +294,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 8, + "distanceIndex": 20, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -340,8 +337,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -351,14 +347,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -398,11 +393,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 7, + "distanceIndex": 19, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -440,8 +436,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -451,14 +446,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -498,11 +492,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 7, + "distanceIndex": 19, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -540,8 +535,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -551,14 +545,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -598,11 +591,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 6, + "distanceIndex": 18, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -640,8 +634,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -651,14 +644,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -698,11 +690,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 5, + "distanceIndex": 17, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -740,8 +733,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -751,14 +743,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -798,11 +789,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 4, + "distanceIndex": 16, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -840,8 +832,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -851,14 +842,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -898,11 +888,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 4, + "distanceIndex": 16, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -940,8 +931,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -951,14 +941,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -998,11 +987,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 3, + "distanceIndex": 15, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -1040,8 +1030,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1051,14 +1040,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1098,11 +1086,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 3, + "distanceIndex": 15, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -1140,8 +1129,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1151,14 +1139,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { "icon": "fa-regular fa-circle-check color-darkblue ", "id": "ResultConfirmed", - "displayName": "Finished" + "displayName": "Confirmed result" }, "region": { "regionType": "Capital", @@ -1198,22 +1185,23 @@ "id": 450727 }, "ot": "", - "distanceIndex": 2, + "distanceIndex": 14, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 76, + "score2": 73, + "score": "76:73", + "fullScore": "20:19,23:18,20:26,13:10", "periods": 4, - "attendance": null, + "attendance": 1514, "number": "RS-013", "finalTime": null, "startTime": null, @@ -1228,7 +1216,7 @@ "compTeam1Id": 450726, "compTeam2Id": 450727, "tv": "VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921402 }, @@ -1240,8 +1228,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1251,14 +1238,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1298,22 +1284,23 @@ "id": 450727 }, "ot": "", - "distanceIndex": 1, + "distanceIndex": 11, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 66, + "score2": 89, + "score": "66:89", + "fullScore": "24:21,9:22,21:24,12:22", "periods": 4, - "attendance": null, + "attendance": 1203, "number": "RS-014", "finalTime": null, "startTime": null, @@ -1328,7 +1315,7 @@ "compTeam1Id": 450731, "compTeam2Id": 450730, "tv": "VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921403 }, @@ -1340,8 +1327,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1351,14 +1337,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1398,22 +1383,23 @@ "id": 450730 }, "ot": "", - "distanceIndex": 1, + "distanceIndex": 11, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 57, + "score2": 107, + "score": "57:107", + "fullScore": "10:20,17:32,20:30,10:25", "periods": 4, - "attendance": null, + "attendance": 1551, "number": "RS-016", "finalTime": null, "startTime": null, @@ -1428,7 +1414,7 @@ "compTeam1Id": 450733, "compTeam2Id": 450732, "tv": "VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921405 }, @@ -1440,8 +1426,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1451,14 +1436,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1498,22 +1482,23 @@ "id": 450732 }, "ot": "", - "distanceIndex": 3, + "distanceIndex": 9, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 76, + "score2": 70, + "score": "76:70", + "fullScore": "23:11,20:20,11:22,22:17", "periods": 4, - "attendance": null, + "attendance": 3601, "number": "RS-015", "finalTime": null, "startTime": null, @@ -1528,7 +1513,7 @@ "compTeam1Id": 450734, "compTeam2Id": 450735, "tv": "Match! Igra, VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921404 }, @@ -1540,8 +1525,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1551,14 +1535,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1598,22 +1581,23 @@ "id": 450735 }, "ot": "", - "distanceIndex": 3, + "distanceIndex": 9, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 85, + "score2": 88, + "score": "85:88", + "fullScore": "24:23,19:18,19:23,23:24", "periods": 4, - "attendance": null, + "attendance": 2753, "number": "RS-018", "finalTime": null, "startTime": null, @@ -1628,7 +1612,7 @@ "compTeam1Id": 450730, "compTeam2Id": 450729, "tv": "VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921407 }, @@ -1640,8 +1624,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1651,14 +1634,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "Capital", @@ -1698,22 +1680,23 @@ "id": 450729 }, "ot": "", - "distanceIndex": 4, + "distanceIndex": 8, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 84, + "score2": 85, + "score": "84:85", + "fullScore": "25:24,18:16,17:20,24:25", "periods": 4, - "attendance": null, + "attendance": 6524, "number": "RS-017", "finalTime": null, "startTime": null, @@ -1728,7 +1711,7 @@ "compTeam1Id": 450728, "compTeam2Id": 450736, "tv": "Match TV, VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921406 }, @@ -1740,8 +1723,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1751,14 +1733,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1798,22 +1779,23 @@ "id": 450736 }, "ot": "", - "distanceIndex": 4, + "distanceIndex": 8, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 67, + "score2": 93, + "score": "67:93", + "fullScore": "20:19,15:22,19:27,13:25", "periods": 4, - "attendance": null, + "attendance": 2069, "number": "RS-020", "finalTime": null, "startTime": null, @@ -1828,7 +1810,7 @@ "compTeam1Id": 450727, "compTeam2Id": 450734, "tv": "Match TV, VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921409 }, @@ -1840,8 +1822,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1851,14 +1832,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -1902,18 +1882,19 @@ "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 87, + "score2": 77, + "score": "87:77", + "fullScore": "22:16,26:19,20:21,19:21", "periods": 4, - "attendance": null, + "attendance": 2127, "number": "RS-019", "finalTime": null, "startTime": null, @@ -1928,7 +1909,7 @@ "compTeam1Id": 450735, "compTeam2Id": 450726, "tv": "Match! Igra, VK Video, VTB League website", - "video": null, + "video": "", "videoId": null, "id": 921408 }, @@ -1940,8 +1921,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -1951,14 +1931,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2002,18 +1981,19 @@ "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 64, + "score2": 113, + "score": "64:113", + "fullScore": "26:28,10:34,17:31,11:20", "periods": 4, - "attendance": null, + "attendance": 1504, "number": "RS-022", "finalTime": null, "startTime": null, @@ -2027,8 +2007,8 @@ "arenaId": 14771, "compTeam1Id": 450733, "compTeam2Id": 450728, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921411 }, @@ -2040,8 +2020,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2051,14 +2030,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2098,22 +2076,23 @@ "id": 450728 }, "ot": "", - "distanceIndex": 7, + "distanceIndex": 5, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 86, + "score2": 77, + "score": "86:77", + "fullScore": "27:16,29:19,12:24,18:18", "periods": 4, - "attendance": null, + "attendance": 1810, "number": "RS-021", "finalTime": null, "startTime": null, @@ -2127,8 +2106,8 @@ "arenaId": 11749, "compTeam1Id": 450736, "compTeam2Id": 450731, - "tv": null, - "video": null, + "tv": "Match! Igra, VK Video, VTB League website", + "video": "", "videoId": null, "id": 921410 }, @@ -2140,8 +2119,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2151,14 +2129,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "Capital", @@ -2198,22 +2175,23 @@ "id": 450731 }, "ot": "", - "distanceIndex": 7, + "distanceIndex": 5, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 67, + "score2": 98, + "score": "67:98", + "fullScore": "16:19,19:21,20:29,12:29", "periods": 4, - "attendance": null, + "attendance": 2765, "number": "RS-024", "finalTime": null, "startTime": null, @@ -2227,8 +2205,8 @@ "arenaId": 11856, "compTeam1Id": 450727, "compTeam2Id": 450736, - "tv": null, - "video": null, + "tv": "Match! Igra, VK Video, VTB League website", + "video": "", "videoId": null, "id": 921413 }, @@ -2240,8 +2218,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2251,14 +2228,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2298,22 +2274,23 @@ "id": 450736 }, "ot": "", - "distanceIndex": 10, + "distanceIndex": 2, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 70, + "score2": 78, + "score": "70:78", + "fullScore": "18:14,17:17,18:24,17:23", "periods": 4, - "attendance": null, + "attendance": 1278, "number": "RS-025", "finalTime": null, "startTime": null, @@ -2327,8 +2304,8 @@ "arenaId": 14771, "compTeam1Id": 450733, "compTeam2Id": 450730, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921414 }, @@ -2340,8 +2317,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2351,14 +2327,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2398,22 +2373,23 @@ "id": 450730 }, "ot": "", - "distanceIndex": 10, + "distanceIndex": 2, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 93, + "score2": 72, + "score": "93:72", + "fullScore": "20:14,23:27,25:14,25:17", "periods": 4, - "attendance": null, + "attendance": 5149, "number": "RS-023", "finalTime": null, "startTime": null, @@ -2427,8 +2403,8 @@ "arenaId": 11906, "compTeam1Id": 450732, "compTeam2Id": 450726, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921412 }, @@ -2440,8 +2416,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2451,14 +2426,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2498,22 +2472,23 @@ "id": 450726 }, "ot": "", - "distanceIndex": 10, + "distanceIndex": 2, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, + "gameStatus": "ResultConfirmed", + "showScore": true, + "score1": 74, + "score2": 63, + "score": "74:63", + "fullScore": "22:18,16:11,11:21,25:13", "periods": 4, - "attendance": null, + "attendance": 4214, "number": "RS-026", "finalTime": null, "startTime": null, @@ -2527,8 +2502,8 @@ "arenaId": 11976, "compTeam1Id": 450734, "compTeam2Id": 450729, - "tv": null, - "video": null, + "tv": "Match TV, VK Video, VTB League website", + "video": "", "videoId": null, "id": 921415 }, @@ -2540,8 +2515,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2551,14 +2525,13 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" + "icon": "fa-regular fa-circle-check color-darkblue ", + "id": "ResultConfirmed", + "displayName": "Confirmed result" }, "region": { "regionType": "RegionCapital", @@ -2598,11 +2571,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 11, + "distanceIndex": 1, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -2627,8 +2601,8 @@ "arenaId": 11707, "compTeam1Id": 450728, "compTeam2Id": 450735, - "tv": null, - "video": null, + "tv": "Match! Igra, VK Video, VTB League website", + "video": "", "videoId": null, "id": 921416 }, @@ -2640,8 +2614,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2651,8 +2624,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -2698,11 +2670,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 12, + "distanceIndex": 0, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -2727,8 +2700,8 @@ "arenaId": 11906, "compTeam1Id": 450732, "compTeam2Id": 450733, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921430 }, @@ -2740,8 +2713,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2751,8 +2723,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -2798,11 +2769,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 14, + "distanceIndex": 2, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -2827,8 +2799,8 @@ "arenaId": 11976, "compTeam1Id": 450734, "compTeam2Id": 450726, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921417 }, @@ -2840,8 +2812,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2851,8 +2822,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -2898,11 +2868,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 14, + "distanceIndex": 2, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -2927,8 +2898,8 @@ "arenaId": 12773, "compTeam1Id": 450731, "compTeam2Id": 450728, - "tv": null, - "video": null, + "tv": "VK Video, VTB League website", + "video": "", "videoId": null, "id": 921421 }, @@ -2940,8 +2911,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -2951,8 +2921,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -2998,11 +2967,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 16, + "distanceIndex": 4, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3040,8 +3010,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3051,8 +3020,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3098,11 +3066,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 17, + "distanceIndex": 5, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3128,7 +3097,7 @@ "compTeam1Id": 450736, "compTeam2Id": 450734, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921422 }, @@ -3140,8 +3109,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3151,8 +3119,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3198,11 +3165,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 17, + "distanceIndex": 5, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3240,8 +3208,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3251,8 +3218,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3298,11 +3264,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 17, + "distanceIndex": 5, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3328,7 +3295,7 @@ "compTeam1Id": 450732, "compTeam2Id": 450730, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921424 }, @@ -3340,8 +3307,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3351,8 +3317,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3398,11 +3363,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 18, + "distanceIndex": 6, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3428,7 +3394,7 @@ "compTeam1Id": 450731, "compTeam2Id": 450727, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921425 }, @@ -3440,8 +3406,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3451,8 +3416,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3498,11 +3462,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 20, + "distanceIndex": 8, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3528,7 +3493,7 @@ "compTeam1Id": 450726, "compTeam2Id": 450729, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921428 }, @@ -3540,8 +3505,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3551,8 +3515,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3598,11 +3561,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 21, + "distanceIndex": 9, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3628,7 +3592,7 @@ "compTeam1Id": 450728, "compTeam2Id": 450732, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921427 }, @@ -3640,8 +3604,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3651,8 +3614,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3698,11 +3660,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 21, + "distanceIndex": 9, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3728,7 +3691,7 @@ "compTeam1Id": 450736, "compTeam2Id": 450735, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921426 }, @@ -3740,8 +3703,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3751,8 +3713,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3798,11 +3759,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 21, + "distanceIndex": 9, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3828,7 +3790,7 @@ "compTeam1Id": 450730, "compTeam2Id": 450733, "tv": null, - "video": null, + "video": "", "videoId": null, "id": 921494 }, @@ -3840,8 +3802,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3851,8 +3812,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3898,11 +3858,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 22, + "distanceIndex": 10, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -3917,12 +3878,12 @@ "number": "RS-041", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-01T00:00:00+07:00", - "defaultZoneDateTime": "2025-10-31T20:00:00+03:00", + "scheduledTime": "2025-11-01T19:30:00+07:00", + "defaultZoneDateTime": "2025-11-01T15:30:00+03:00", "localDate": "01.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "15:30", + "hasTime": true, "regionId": 7, "arenaId": 11856, "compTeam1Id": 450727, @@ -3940,8 +3901,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -3951,8 +3911,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -3998,11 +3957,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 24, + "distanceIndex": 12, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4017,12 +3977,12 @@ "number": "RS-040", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-01T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-01T00:00:00+03:00", + "scheduledTime": "2025-11-01T19:30:00+03:00", + "defaultZoneDateTime": "2025-11-01T19:30:00+03:00", "localDate": "01.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "19:30", + "hasTime": true, "regionId": 1, "arenaId": 11704, "compTeam1Id": 450736, @@ -4040,8 +4000,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4051,8 +4010,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4098,11 +4056,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 24, + "distanceIndex": 12, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4117,12 +4076,12 @@ "number": "RS-042", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-02T00:00:00+04:00", - "defaultZoneDateTime": "2025-11-01T23:00:00+03:00", + "scheduledTime": "2025-11-02T15:00:00+04:00", + "defaultZoneDateTime": "2025-11-02T14:00:00+03:00", "localDate": "02.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "15:00", + "defaultZoneTime": "14:00", + "hasTime": true, "regionId": 4, "arenaId": 11825, "compTeam1Id": 450726, @@ -4140,8 +4099,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4151,8 +4109,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4198,11 +4155,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 25, + "distanceIndex": 13, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4217,12 +4175,12 @@ "number": "RS-043", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-02T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-02T00:00:00+03:00", + "scheduledTime": "2025-11-02T16:00:00+03:00", + "defaultZoneDateTime": "2025-11-02T16:00:00+03:00", "localDate": "02.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "16:00", + "defaultZoneTime": "16:00", + "hasTime": true, "regionId": 26, "arenaId": 12773, "compTeam1Id": 450731, @@ -4240,8 +4198,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4251,8 +4208,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4298,11 +4254,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 25, + "distanceIndex": 13, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4317,12 +4274,12 @@ "number": "RS-044", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-04T00:00:00+05:00", - "defaultZoneDateTime": "2025-11-03T22:00:00+03:00", + "scheduledTime": "2025-11-04T17:00:00+05:00", + "defaultZoneDateTime": "2025-11-04T15:00:00+03:00", "localDate": "04.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "17:00", + "defaultZoneTime": "15:00", + "hasTime": true, "regionId": 8, "arenaId": 11742, "compTeam1Id": 450735, @@ -4340,8 +4297,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4351,8 +4307,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4398,11 +4353,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 27, + "distanceIndex": 15, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4417,12 +4373,12 @@ "number": "RS-045", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-05T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-05T00:00:00+03:00", + "scheduledTime": "2025-11-05T19:00:00+03:00", + "defaultZoneDateTime": "2025-11-05T19:00:00+03:00", "localDate": "05.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:00", + "defaultZoneTime": "19:00", + "hasTime": true, "regionId": 26, "arenaId": 12773, "compTeam1Id": 450731, @@ -4440,8 +4396,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4451,8 +4406,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4498,11 +4452,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 28, + "distanceIndex": 16, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4517,12 +4472,12 @@ "number": "RS-046", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-07T00:00:00+05:00", - "defaultZoneDateTime": "2025-11-06T22:00:00+03:00", + "scheduledTime": "2025-11-07T19:30:00+05:00", + "defaultZoneDateTime": "2025-11-07T17:30:00+03:00", "localDate": "07.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "17:30", + "hasTime": true, "regionId": 22, "arenaId": 11906, "compTeam1Id": 450732, @@ -4540,8 +4495,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4551,8 +4505,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4598,11 +4551,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 30, + "distanceIndex": 18, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4617,12 +4571,12 @@ "number": "RS-048", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-08T00:00:00+07:00", - "defaultZoneDateTime": "2025-11-07T20:00:00+03:00", + "scheduledTime": "2025-11-08T16:00:00+07:00", + "defaultZoneDateTime": "2025-11-08T12:00:00+03:00", "localDate": "08.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "16:00", + "defaultZoneTime": "12:00", + "hasTime": true, "regionId": 7, "arenaId": 11856, "compTeam1Id": 450727, @@ -4640,8 +4594,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4651,8 +4604,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4698,11 +4650,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 31, + "distanceIndex": 19, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4717,12 +4670,12 @@ "number": "RS-047", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-08T00:00:00+04:00", - "defaultZoneDateTime": "2025-11-07T23:00:00+03:00", + "scheduledTime": "2025-11-08T15:00:00+04:00", + "defaultZoneDateTime": "2025-11-08T14:00:00+03:00", "localDate": "08.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "15:00", + "defaultZoneTime": "14:00", + "hasTime": true, "regionId": 4, "arenaId": 11825, "compTeam1Id": 450726, @@ -4740,8 +4693,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4751,8 +4703,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4798,11 +4749,111 @@ "id": 450736 }, "ot": "", - "distanceIndex": 31, + "distanceIndex": 19, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-049", + "finalTime": null, + "startTime": null, + "scheduledTime": "2025-11-09T14:00:00+03:00", + "defaultZoneDateTime": "2025-11-09T14:00:00+03:00", + "localDate": "09.11.2025", + "localTime": "14:00", + "defaultZoneTime": "14:00", + "hasTime": true, + "regionId": 12, + "arenaId": 11687, + "compTeam1Id": 450729, + "compTeam2Id": 450728, + "tv": null, + "video": null, + "videoId": null, + "id": 921437 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Krasnodar", + "countryId": "RU", + "id": 12 + }, + "arena": { + "shortName": "SK Basket-Hall", + "name": "SK Basket-Hall", + "regionId": 12, + "id": 11687 + }, + "team1": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "team2": { + "teamId": 2994, + "start": 4, + "label": "ВТБ", + "abcName": "Zenit", + "name": "Zenit", + "regionName": "Saint Petersburg", + "shortName": "Zenit", + "logo": "https://files.infobasket.su/logos/18004.png", + "arenaId": null, + "id": 450728 + }, + "ot": "", + "distanceIndex": 20, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -4817,12 +4868,12 @@ "number": "RS-050", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-09T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-09T00:00:00+03:00", + "scheduledTime": "2025-11-09T16:00:00+03:00", + "defaultZoneDateTime": "2025-11-09T16:00:00+03:00", "localDate": "09.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "16:00", + "defaultZoneTime": "16:00", + "hasTime": true, "regionId": 1, "arenaId": 11749, "compTeam1Id": 450730, @@ -4840,8 +4891,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -4851,8 +4901,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -4898,111 +4947,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 32, + "distanceIndex": 20, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-049", - "finalTime": null, - "startTime": null, - "scheduledTime": "2025-11-09T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-09T00:00:00+03:00", - "localDate": "09.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 12, - "arenaId": 11687, - "compTeam1Id": 450729, - "compTeam2Id": 450728, - "tv": null, - "video": null, - "videoId": null, - "id": 921437 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Krasnodar", - "countryId": "RU", - "id": 12 - }, - "arena": { - "shortName": "SK Basket-Hall", - "name": "SK Basket-Hall", - "regionId": 12, - "id": 11687 - }, - "team1": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "team2": { - "teamId": 2994, - "start": 4, - "label": "ВТБ", - "abcName": "Zenit", - "name": "Zenit", - "regionName": "Saint Petersburg", - "shortName": "Zenit", - "logo": "https://files.infobasket.su/logos/18004.png", - "arenaId": null, - "id": 450728 - }, - "ot": "", - "distanceIndex": 32, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5017,12 +4967,12 @@ "number": "RS-051", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-11T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-11T00:00:00+03:00", + "scheduledTime": "2025-11-11T19:00:00+03:00", + "defaultZoneDateTime": "2025-11-11T19:00:00+03:00", "localDate": "11.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:00", + "defaultZoneTime": "19:00", + "hasTime": true, "regionId": 15, "arenaId": 11976, "compTeam1Id": 450734, @@ -5040,8 +4990,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5051,8 +5000,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5098,11 +5046,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 34, + "distanceIndex": 22, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5117,12 +5066,12 @@ "number": "RS-054", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-12T00:00:00+04:00", - "defaultZoneDateTime": "2025-11-11T23:00:00+03:00", + "scheduledTime": "2025-11-12T19:00:00+04:00", + "defaultZoneDateTime": "2025-11-12T18:00:00+03:00", "localDate": "12.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:00", + "defaultZoneTime": "18:00", + "hasTime": true, "regionId": 4, "arenaId": 11825, "compTeam1Id": 450726, @@ -5140,8 +5089,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5151,8 +5099,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5198,11 +5145,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 35, + "distanceIndex": 23, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5217,12 +5165,12 @@ "number": "RS-052", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-12T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-12T00:00:00+03:00", + "scheduledTime": "2025-11-12T19:30:00+03:00", + "defaultZoneDateTime": "2025-11-12T19:30:00+03:00", "localDate": "12.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "19:30", + "hasTime": true, "regionId": 2, "arenaId": 11707, "compTeam1Id": 450728, @@ -5240,8 +5188,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5251,8 +5198,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5298,11 +5244,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 35, + "distanceIndex": 23, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5317,12 +5264,12 @@ "number": "RS-053", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-12T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-12T00:00:00+03:00", + "scheduledTime": "2025-11-12T20:00:00+03:00", + "defaultZoneDateTime": "2025-11-12T20:00:00+03:00", "localDate": "12.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "20:00", + "defaultZoneTime": "20:00", + "hasTime": true, "regionId": 12, "arenaId": 11687, "compTeam1Id": 450729, @@ -5340,8 +5287,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5351,8 +5297,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5398,11 +5343,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 35, + "distanceIndex": 23, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5417,12 +5363,12 @@ "number": "RS-058", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-15T00:00:00+07:00", - "defaultZoneDateTime": "2025-11-14T20:00:00+03:00", + "scheduledTime": "2025-11-15T17:00:00+07:00", + "defaultZoneDateTime": "2025-11-15T13:00:00+03:00", "localDate": "15.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "17:00", + "defaultZoneTime": "13:00", + "hasTime": true, "regionId": 7, "arenaId": 11856, "compTeam1Id": 450727, @@ -5440,8 +5386,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5451,8 +5396,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5498,111 +5442,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 38, + "distanceIndex": 26, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-057", - "finalTime": null, - "startTime": null, - "scheduledTime": "2025-11-15T00:00:00+04:00", - "defaultZoneDateTime": "2025-11-14T23:00:00+03:00", - "localDate": "15.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 4, - "arenaId": 11825, - "compTeam1Id": 450726, - "compTeam2Id": 450732, - "tv": null, - "video": null, - "videoId": null, - "id": 921447 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Saratov Standard Time", - "name": "Saratov", - "countryId": "RU", - "id": 4 - }, - "arena": { - "shortName": "DS Kristall", - "name": "DS Kristall", - "regionId": 4, - "id": 11825 - }, - "team1": { - "teamId": 682, - "start": 1, - "label": null, - "abcName": "Avtodo", - "name": "Avtodor", - "regionName": "Saratov", - "shortName": "Avtodor", - "logo": "https://files.infobasket.su/logos/13833.png", - "arenaId": null, - "id": 450726 - }, - "team2": { - "teamId": 3059, - "start": 2, - "label": null, - "abcName": "PARMA", - "name": "BETCITY PARMA", - "regionName": "Perm region", - "shortName": "BETCITY PARMA", - "logo": "https://img.infobasket.su/logo/28840.png", - "arenaId": null, - "id": 450732 - }, - "ot": "", - "distanceIndex": 38, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5617,12 +5462,12 @@ "number": "RS-055", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-15T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-15T00:00:00+03:00", + "scheduledTime": "2025-11-15T14:30:00+03:00", + "defaultZoneDateTime": "2025-11-15T14:30:00+03:00", "localDate": "15.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "14:30", + "defaultZoneTime": "14:30", + "hasTime": true, "regionId": 15, "arenaId": 11976, "compTeam1Id": 450734, @@ -5640,8 +5485,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5651,8 +5495,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5698,11 +5541,111 @@ "id": 450736 }, "ot": "", - "distanceIndex": 38, + "distanceIndex": 26, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-057", + "finalTime": null, + "startTime": null, + "scheduledTime": "2025-11-15T16:00:00+04:00", + "defaultZoneDateTime": "2025-11-15T15:00:00+03:00", + "localDate": "15.11.2025", + "localTime": "16:00", + "defaultZoneTime": "15:00", + "hasTime": true, + "regionId": 4, + "arenaId": 11825, + "compTeam1Id": 450726, + "compTeam2Id": 450732, + "tv": null, + "video": null, + "videoId": null, + "id": 921447 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Saratov Standard Time", + "name": "Saratov", + "countryId": "RU", + "id": 4 + }, + "arena": { + "shortName": "DS Kristall", + "name": "DS Kristall", + "regionId": 4, + "id": 11825 + }, + "team1": { + "teamId": 682, + "start": 1, + "label": null, + "abcName": "Avtodo", + "name": "Avtodor", + "regionName": "Saratov", + "shortName": "Avtodor", + "logo": "https://files.infobasket.su/logos/13833.png", + "arenaId": null, + "id": 450726 + }, + "team2": { + "teamId": 3059, + "start": 2, + "label": null, + "abcName": "PARMA", + "name": "BETCITY PARMA", + "regionName": "Perm region", + "shortName": "BETCITY PARMA", + "logo": "https://img.infobasket.su/logo/28840.png", + "arenaId": null, + "id": 450732 + }, + "ot": "", + "distanceIndex": 26, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5717,12 +5660,12 @@ "number": "RS-056", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-15T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-15T00:00:00+03:00", + "scheduledTime": "2025-11-15T16:30:00+03:00", + "defaultZoneDateTime": "2025-11-15T16:30:00+03:00", "localDate": "15.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "16:30", + "defaultZoneTime": "16:30", + "hasTime": true, "regionId": 12, "arenaId": 11687, "compTeam1Id": 450729, @@ -5740,8 +5683,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5751,8 +5693,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5798,11 +5739,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 38, + "distanceIndex": 26, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5817,12 +5759,12 @@ "number": "RS-060", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-18T00:00:00+05:00", - "defaultZoneDateTime": "2025-11-17T22:00:00+03:00", + "scheduledTime": "2025-11-18T19:30:00+05:00", + "defaultZoneDateTime": "2025-11-18T17:30:00+03:00", "localDate": "18.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "17:30", + "hasTime": true, "regionId": 8, "arenaId": 11742, "compTeam1Id": 450735, @@ -5840,8 +5782,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5851,8 +5792,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5898,11 +5838,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 41, + "distanceIndex": 29, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -5917,12 +5858,12 @@ "number": "RS-059", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-18T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-18T00:00:00+03:00", + "scheduledTime": "2025-11-18T19:30:00+03:00", + "defaultZoneDateTime": "2025-11-18T19:30:00+03:00", "localDate": "18.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "19:30", + "hasTime": true, "regionId": 2, "arenaId": 11707, "compTeam1Id": 450728, @@ -5940,8 +5881,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -5951,8 +5891,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -5998,111 +5937,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 41, + "distanceIndex": 29, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-061", - "finalTime": null, - "startTime": null, - "scheduledTime": "2025-11-19T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-19T00:00:00+03:00", - "localDate": "19.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 15, - "arenaId": 11976, - "compTeam1Id": 450734, - "compTeam2Id": 450727, - "tv": null, - "video": null, - "videoId": null, - "id": 921451 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Kazan", - "countryId": "RU", - "id": 15 - }, - "arena": { - "shortName": "Basket-Hall", - "name": "Basket-Hall", - "regionId": 15, - "id": 11976 - }, - "team1": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "team2": { - "teamId": 688, - "start": 3, - "label": "", - "abcName": "Enisey", - "name": "Enisey", - "regionName": "Krasnoyarsk region", - "shortName": "Enisey", - "logo": "https://img.infobasket.su/logo/28839.png", - "arenaId": null, - "id": 450727 - }, - "ot": "", - "distanceIndex": 42, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6117,12 +5957,12 @@ "number": "RS-062", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-19T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-19T00:00:00+03:00", + "scheduledTime": "2025-11-19T19:00:00+03:00", + "defaultZoneDateTime": "2025-11-19T19:00:00+03:00", "localDate": "19.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:00", + "defaultZoneTime": "19:00", + "hasTime": true, "regionId": 1, "arenaId": 11749, "compTeam1Id": 450730, @@ -6140,8 +5980,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6151,8 +5990,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6198,11 +6036,111 @@ "id": 450726 }, "ot": "", - "distanceIndex": 42, + "distanceIndex": 30, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-061", + "finalTime": null, + "startTime": null, + "scheduledTime": "2025-11-19T19:30:00+03:00", + "defaultZoneDateTime": "2025-11-19T19:30:00+03:00", + "localDate": "19.11.2025", + "localTime": "19:30", + "defaultZoneTime": "19:30", + "hasTime": true, + "regionId": 15, + "arenaId": 11976, + "compTeam1Id": 450734, + "compTeam2Id": 450727, + "tv": null, + "video": null, + "videoId": null, + "id": 921451 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Kazan", + "countryId": "RU", + "id": 15 + }, + "arena": { + "shortName": "Basket-Hall", + "name": "Basket-Hall", + "regionId": 15, + "id": 11976 + }, + "team1": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "team2": { + "teamId": 688, + "start": 3, + "label": "", + "abcName": "Enisey", + "name": "Enisey", + "regionName": "Krasnoyarsk region", + "shortName": "Enisey", + "logo": "https://img.infobasket.su/logo/28839.png", + "arenaId": null, + "id": 450727 + }, + "ot": "", + "distanceIndex": 30, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6217,12 +6155,12 @@ "number": "RS-063", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-22T00:00:00+05:00", - "defaultZoneDateTime": "2025-11-21T22:00:00+03:00", + "scheduledTime": "2025-11-22T17:00:00+05:00", + "defaultZoneDateTime": "2025-11-22T15:00:00+03:00", "localDate": "22.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "17:00", + "defaultZoneTime": "15:00", + "hasTime": true, "regionId": 22, "arenaId": 11906, "compTeam1Id": 450732, @@ -6240,8 +6178,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6251,8 +6188,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6298,11 +6234,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 45, + "distanceIndex": 33, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6317,12 +6254,12 @@ "number": "RS-064", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-22T00:00:00+04:00", - "defaultZoneDateTime": "2025-11-21T23:00:00+03:00", + "scheduledTime": "2025-11-22T19:30:00+04:00", + "defaultZoneDateTime": "2025-11-22T18:30:00+03:00", "localDate": "22.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "19:30", + "defaultZoneTime": "18:30", + "hasTime": true, "regionId": 3, "arenaId": 14771, "compTeam1Id": 450733, @@ -6340,8 +6277,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6351,8 +6287,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6398,11 +6333,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 45, + "distanceIndex": 33, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6417,12 +6353,12 @@ "number": "RS-065", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-23T00:00:00+07:00", - "defaultZoneDateTime": "2025-11-22T20:00:00+03:00", + "scheduledTime": "2025-11-23T17:00:00+07:00", + "defaultZoneDateTime": "2025-11-23T13:00:00+03:00", "localDate": "23.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "17:00", + "defaultZoneTime": "13:00", + "hasTime": true, "regionId": 7, "arenaId": 11856, "compTeam1Id": 450727, @@ -6440,8 +6376,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6451,8 +6386,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6498,11 +6432,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 46, + "distanceIndex": 34, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6517,12 +6452,12 @@ "number": "RS-067", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-23T00:00:00+05:00", - "defaultZoneDateTime": "2025-11-22T22:00:00+03:00", + "scheduledTime": "2025-11-23T17:00:00+05:00", + "defaultZoneDateTime": "2025-11-23T15:00:00+03:00", "localDate": "23.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "17:00", + "defaultZoneTime": "15:00", + "hasTime": true, "regionId": 8, "arenaId": 11742, "compTeam1Id": 450735, @@ -6540,8 +6475,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6551,8 +6485,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6598,11 +6531,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 46, + "distanceIndex": 34, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6617,12 +6551,12 @@ "number": "RS-066", "finalTime": null, "startTime": null, - "scheduledTime": "2025-11-23T00:00:00+03:00", - "defaultZoneDateTime": "2025-11-23T00:00:00+03:00", + "scheduledTime": "2025-11-23T16:30:00+03:00", + "defaultZoneDateTime": "2025-11-23T16:30:00+03:00", "localDate": "23.11.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, + "localTime": "16:30", + "defaultZoneTime": "16:30", + "hasTime": true, "regionId": 1, "arenaId": 11704, "compTeam1Id": 450736, @@ -6640,8 +6574,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6651,8 +6584,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6698,11 +6630,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 46, + "distanceIndex": 34, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6740,8 +6673,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6751,8 +6683,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6798,11 +6729,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 57, + "distanceIndex": 45, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6840,8 +6772,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6851,8 +6782,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6898,11 +6828,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 58, + "distanceIndex": 46, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -6940,8 +6871,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -6951,8 +6881,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -6998,11 +6927,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 59, + "distanceIndex": 47, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7040,8 +6970,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7051,8 +6980,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7098,11 +7026,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 59, + "distanceIndex": 47, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7140,8 +7069,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7151,8 +7079,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7198,11 +7125,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 60, + "distanceIndex": 48, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7240,8 +7168,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7251,8 +7178,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7298,111 +7224,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 62, + "distanceIndex": 50, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-090", - "finalTime": null, - "startTime": null, - "scheduledTime": "2025-12-10T00:00:00+03:00", - "defaultZoneDateTime": "2025-12-10T00:00:00+03:00", - "localDate": "10.12.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 2, - "arenaId": 11707, - "compTeam1Id": 450728, - "compTeam2Id": 450733, - "tv": null, - "video": null, - "videoId": null, - "id": 921480 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Saint-Petersburg", - "countryId": "RU", - "id": 2 - }, - "arena": { - "shortName": "CSC \"Arena\"", - "name": "CSC \"Arena\"", - "regionId": 2, - "id": 11707 - }, - "team1": { - "teamId": 2994, - "start": 4, - "label": "ВТБ", - "abcName": "Zenit", - "name": "Zenit", - "regionName": "Saint Petersburg", - "shortName": "Zenit", - "logo": "https://files.infobasket.su/logos/18004.png", - "arenaId": null, - "id": 450728 - }, - "team2": { - "teamId": 2792, - "start": 8, - "label": null, - "abcName": "Samara", - "name": "Samara", - "regionName": "Samara Oblast", - "shortName": "Samara", - "logo": "https://img.infobasket.su/logo/20014.png", - "arenaId": null, - "id": 450733 - }, - "ot": "", - "distanceIndex": 63, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7440,8 +7267,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7451,8 +7277,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7498,11 +7323,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 63, + "distanceIndex": 51, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7540,8 +7366,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7551,8 +7376,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7598,11 +7422,111 @@ "id": 450734 }, "ot": "", - "distanceIndex": 63, + "distanceIndex": 51, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-090", + "finalTime": null, + "startTime": null, + "scheduledTime": "2025-12-10T00:00:00+03:00", + "defaultZoneDateTime": "2025-12-10T00:00:00+03:00", + "localDate": "10.12.2025", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 2, + "arenaId": 11707, + "compTeam1Id": 450728, + "compTeam2Id": 450733, + "tv": null, + "video": null, + "videoId": null, + "id": 921480 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Saint-Petersburg", + "countryId": "RU", + "id": 2 + }, + "arena": { + "shortName": "CSC \"Arena\"", + "name": "CSC \"Arena\"", + "regionId": 2, + "id": 11707 + }, + "team1": { + "teamId": 2994, + "start": 4, + "label": "ВТБ", + "abcName": "Zenit", + "name": "Zenit", + "regionName": "Saint Petersburg", + "shortName": "Zenit", + "logo": "https://files.infobasket.su/logos/18004.png", + "arenaId": null, + "id": 450728 + }, + "team2": { + "teamId": 2792, + "start": 8, + "label": null, + "abcName": "Samara", + "name": "Samara", + "regionName": "Samara Oblast", + "shortName": "Samara", + "logo": "https://img.infobasket.su/logo/20014.png", + "arenaId": null, + "id": 450733 + }, + "ot": "", + "distanceIndex": 51, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7640,8 +7564,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7651,8 +7574,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7698,11 +7620,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 65, + "distanceIndex": 53, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7740,8 +7663,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7751,8 +7673,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7798,11 +7719,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 66, + "distanceIndex": 54, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7840,8 +7762,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7851,8 +7772,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7898,11 +7818,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 67, + "distanceIndex": 55, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -7940,8 +7861,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -7951,8 +7871,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -7998,11 +7917,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 68, + "distanceIndex": 56, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8040,8 +7960,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8051,8 +7970,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8098,11 +8016,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 69, + "distanceIndex": 57, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8140,8 +8059,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8151,8 +8069,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8198,11 +8115,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 70, + "distanceIndex": 58, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8240,8 +8158,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8251,8 +8168,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8298,11 +8214,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 70, + "distanceIndex": 58, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8340,8 +8257,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8351,8 +8267,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8398,11 +8313,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 70, + "distanceIndex": 58, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8440,8 +8356,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8451,8 +8366,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8498,11 +8412,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 73, + "distanceIndex": 61, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8540,8 +8455,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8551,8 +8465,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8598,11 +8511,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 73, + "distanceIndex": 61, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8640,8 +8554,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8651,8 +8564,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8698,111 +8610,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 74, + "distanceIndex": 62, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-089", - "finalTime": null, - "startTime": null, - "scheduledTime": "2025-12-21T00:00:00+03:00", - "defaultZoneDateTime": "2025-12-21T00:00:00+03:00", - "localDate": "21.12.2025", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 26, - "arenaId": 12773, - "compTeam1Id": 450731, - "compTeam2Id": 450729, - "tv": null, - "video": null, - "videoId": null, - "id": 921479 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Nizhniy Novgorod", - "countryId": "RU", - "id": 26 - }, - "arena": { - "shortName": "KRK \"Nagornyy\"", - "name": "KRK \"Nagornyy\"", - "regionId": 26, - "id": 12773 - }, - "team1": { - "teamId": 468, - "start": 7, - "label": null, - "abcName": "Pari N", - "name": "Pari Nizhny Novgorod", - "regionName": "Nizhny Novgorod", - "shortName": "Pari Nizhny Novgorod", - "logo": "https://img.infobasket.su/logo/21782.png", - "arenaId": null, - "id": 450731 - }, - "team2": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "ot": "", - "distanceIndex": 74, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8840,8 +8653,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8851,8 +8663,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8898,11 +8709,111 @@ "id": 450730 }, "ot": "", - "distanceIndex": 74, + "distanceIndex": 62, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-089", + "finalTime": null, + "startTime": null, + "scheduledTime": "2025-12-21T00:00:00+03:00", + "defaultZoneDateTime": "2025-12-21T00:00:00+03:00", + "localDate": "21.12.2025", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 26, + "arenaId": 12773, + "compTeam1Id": 450731, + "compTeam2Id": 450729, + "tv": null, + "video": null, + "videoId": null, + "id": 921479 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Nizhniy Novgorod", + "countryId": "RU", + "id": 26 + }, + "arena": { + "shortName": "KRK \"Nagornyy\"", + "name": "KRK \"Nagornyy\"", + "regionId": 26, + "id": 12773 + }, + "team1": { + "teamId": 468, + "start": 7, + "label": null, + "abcName": "Pari N", + "name": "Pari Nizhny Novgorod", + "regionName": "Nizhny Novgorod", + "shortName": "Pari Nizhny Novgorod", + "logo": "https://img.infobasket.su/logo/21782.png", + "arenaId": null, + "id": 450731 + }, + "team2": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "ot": "", + "distanceIndex": 62, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -8940,8 +8851,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -8951,8 +8861,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -8998,11 +8907,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 77, + "distanceIndex": 65, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9040,8 +8950,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9051,8 +8960,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9098,11 +9006,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 77, + "distanceIndex": 65, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9140,8 +9049,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9151,8 +9059,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9198,11 +9105,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 78, + "distanceIndex": 66, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9240,8 +9148,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9251,8 +9158,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9298,11 +9204,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 79, + "distanceIndex": 67, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9340,8 +9247,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9351,8 +9257,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9398,11 +9303,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 81, + "distanceIndex": 69, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9440,8 +9346,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9451,8 +9356,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9498,11 +9402,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 81, + "distanceIndex": 69, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9540,8 +9445,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9551,8 +9455,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9598,11 +9501,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 81, + "distanceIndex": 69, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9640,8 +9544,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9651,8 +9554,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9698,11 +9600,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 82, + "distanceIndex": 70, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9740,8 +9643,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9751,8 +9653,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9798,11 +9699,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 88, + "distanceIndex": 76, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -9840,8 +9742,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -9851,8 +9752,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -9898,111 +9798,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 88, + "distanceIndex": 76, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-101", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-01-04T00:00:00+03:00", - "defaultZoneDateTime": "2026-01-04T00:00:00+03:00", - "localDate": "04.01.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 12, - "arenaId": 11687, - "compTeam1Id": 450729, - "compTeam2Id": 450734, - "tv": null, - "video": null, - "videoId": null, - "id": 921491 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Krasnodar", - "countryId": "RU", - "id": 12 - }, - "arena": { - "shortName": "SK Basket-Hall", - "name": "SK Basket-Hall", - "regionId": 12, - "id": 11687 - }, - "team1": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "team2": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "ot": "", - "distanceIndex": 88, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10040,8 +9841,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10051,8 +9851,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10098,11 +9897,111 @@ "id": 450735 }, "ot": "", - "distanceIndex": 88, + "distanceIndex": 76, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-101", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-01-04T00:00:00+03:00", + "defaultZoneDateTime": "2026-01-04T00:00:00+03:00", + "localDate": "04.01.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 12, + "arenaId": 11687, + "compTeam1Id": 450729, + "compTeam2Id": 450734, + "tv": null, + "video": null, + "videoId": null, + "id": 921491 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Krasnodar", + "countryId": "RU", + "id": 12 + }, + "arena": { + "shortName": "SK Basket-Hall", + "name": "SK Basket-Hall", + "regionId": 12, + "id": 11687 + }, + "team1": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "team2": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "ot": "", + "distanceIndex": 76, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10140,8 +10039,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10151,8 +10049,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10198,11 +10095,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 89, + "distanceIndex": 77, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10240,8 +10138,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10251,8 +10148,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10298,11 +10194,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 91, + "distanceIndex": 79, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10340,8 +10237,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10351,8 +10247,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10398,11 +10293,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 91, + "distanceIndex": 79, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10440,8 +10336,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10451,8 +10346,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10498,11 +10392,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 92, + "distanceIndex": 80, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10540,8 +10435,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10551,8 +10445,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10598,11 +10491,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 94, + "distanceIndex": 82, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10640,8 +10534,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10651,8 +10544,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10698,11 +10590,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 94, + "distanceIndex": 82, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10740,8 +10633,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10751,8 +10643,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10798,11 +10689,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 95, + "distanceIndex": 83, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10840,8 +10732,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10851,8 +10742,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10898,11 +10788,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 95, + "distanceIndex": 83, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -10940,8 +10831,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -10951,8 +10841,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -10998,11 +10887,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 95, + "distanceIndex": 83, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11040,8 +10930,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11051,8 +10940,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11098,111 +10986,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 97, + "distanceIndex": 85, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-113", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-01-14T00:00:00+03:00", - "defaultZoneDateTime": "2026-01-14T00:00:00+03:00", - "localDate": "14.01.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 2, - "arenaId": 11707, - "compTeam1Id": 450728, - "compTeam2Id": 450731, - "tv": null, - "video": null, - "videoId": null, - "id": 921503 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Saint-Petersburg", - "countryId": "RU", - "id": 2 - }, - "arena": { - "shortName": "CSC \"Arena\"", - "name": "CSC \"Arena\"", - "regionId": 2, - "id": 11707 - }, - "team1": { - "teamId": 2994, - "start": 4, - "label": "ВТБ", - "abcName": "Zenit", - "name": "Zenit", - "regionName": "Saint Petersburg", - "shortName": "Zenit", - "logo": "https://files.infobasket.su/logos/18004.png", - "arenaId": null, - "id": 450728 - }, - "team2": { - "teamId": 468, - "start": 7, - "label": null, - "abcName": "Pari N", - "name": "Pari Nizhny Novgorod", - "regionName": "Nizhny Novgorod", - "shortName": "Pari Nizhny Novgorod", - "logo": "https://img.infobasket.su/logo/21782.png", - "arenaId": null, - "id": 450731 - }, - "ot": "", - "distanceIndex": 98, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11240,8 +11029,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11251,8 +11039,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11298,11 +11085,111 @@ "id": 450729 }, "ot": "", - "distanceIndex": 98, + "distanceIndex": 86, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-113", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-01-14T00:00:00+03:00", + "defaultZoneDateTime": "2026-01-14T00:00:00+03:00", + "localDate": "14.01.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 2, + "arenaId": 11707, + "compTeam1Id": 450728, + "compTeam2Id": 450731, + "tv": null, + "video": null, + "videoId": null, + "id": 921503 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Saint-Petersburg", + "countryId": "RU", + "id": 2 + }, + "arena": { + "shortName": "CSC \"Arena\"", + "name": "CSC \"Arena\"", + "regionId": 2, + "id": 11707 + }, + "team1": { + "teamId": 2994, + "start": 4, + "label": "ВТБ", + "abcName": "Zenit", + "name": "Zenit", + "regionName": "Saint Petersburg", + "shortName": "Zenit", + "logo": "https://files.infobasket.su/logos/18004.png", + "arenaId": null, + "id": 450728 + }, + "team2": { + "teamId": 468, + "start": 7, + "label": null, + "abcName": "Pari N", + "name": "Pari Nizhny Novgorod", + "regionName": "Nizhny Novgorod", + "shortName": "Pari Nizhny Novgorod", + "logo": "https://img.infobasket.su/logo/21782.png", + "arenaId": null, + "id": 450731 + }, + "ot": "", + "distanceIndex": 86, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11340,8 +11227,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11351,8 +11237,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11398,11 +11283,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 101, + "distanceIndex": 89, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11440,8 +11326,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11451,8 +11336,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11498,11 +11382,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 101, + "distanceIndex": 89, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11540,8 +11425,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11551,8 +11435,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11598,11 +11481,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 102, + "distanceIndex": 90, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11640,8 +11524,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11651,8 +11534,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11698,11 +11580,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 102, + "distanceIndex": 90, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11740,8 +11623,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11751,8 +11633,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11798,11 +11679,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 102, + "distanceIndex": 90, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11840,8 +11722,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11851,8 +11732,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11898,11 +11778,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 104, + "distanceIndex": 92, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -11940,8 +11821,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -11951,8 +11831,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -11998,111 +11877,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 105, + "distanceIndex": 93, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-123", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-01-21T00:00:00+03:00", - "defaultZoneDateTime": "2026-01-21T00:00:00+03:00", - "localDate": "21.01.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 1, - "arenaId": 11704, - "compTeam1Id": 450736, - "compTeam2Id": 450735, - "tv": null, - "video": null, - "videoId": null, - "id": 921513 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "Capital", - "timeZoneId": "Russian Standard Time", - "name": "Moscow", - "countryId": "RU", - "id": 1 - }, - "arena": { - "shortName": "Megasport", - "name": "Megasport", - "regionId": 1, - "id": 11704 - }, - "team1": { - "teamId": 15, - "start": 11, - "label": "", - "abcName": "CSKA", - "name": "CSKA", - "regionName": "Moscow", - "shortName": "CSKA", - "logo": "https://files.infobasket.su/logos/13842.png", - "arenaId": null, - "id": 450736 - }, - "team2": { - "teamId": 1390, - "start": 10, - "label": null, - "abcName": "Uralma", - "name": "Uralmash", - "regionName": "Yekaterinburg", - "shortName": "Uralmash", - "logo": "https://img.infobasket.su/logo/19664.png", - "arenaId": null, - "id": 450735 - }, - "ot": "", - "distanceIndex": 105, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12140,8 +11920,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12151,8 +11930,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12198,11 +11976,111 @@ "id": 450728 }, "ot": "", - "distanceIndex": 105, + "distanceIndex": 93, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-123", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-01-21T00:00:00+03:00", + "defaultZoneDateTime": "2026-01-21T00:00:00+03:00", + "localDate": "21.01.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 1, + "arenaId": 11704, + "compTeam1Id": 450736, + "compTeam2Id": 450735, + "tv": null, + "video": null, + "videoId": null, + "id": 921513 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "Capital", + "timeZoneId": "Russian Standard Time", + "name": "Moscow", + "countryId": "RU", + "id": 1 + }, + "arena": { + "shortName": "Megasport", + "name": "Megasport", + "regionId": 1, + "id": 11704 + }, + "team1": { + "teamId": 15, + "start": 11, + "label": "", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", + "arenaId": null, + "id": 450736 + }, + "team2": { + "teamId": 1390, + "start": 10, + "label": null, + "abcName": "Uralma", + "name": "Uralmash", + "regionName": "Yekaterinburg", + "shortName": "Uralmash", + "logo": "https://img.infobasket.su/logo/19664.png", + "arenaId": null, + "id": 450735 + }, + "ot": "", + "distanceIndex": 93, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12240,8 +12118,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12251,8 +12128,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12298,11 +12174,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 108, + "distanceIndex": 96, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12340,8 +12217,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12351,8 +12227,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12398,11 +12273,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 108, + "distanceIndex": 96, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12440,8 +12316,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12451,8 +12326,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12498,11 +12372,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 108, + "distanceIndex": 96, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12540,8 +12415,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12551,8 +12425,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12598,11 +12471,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 109, + "distanceIndex": 97, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12640,8 +12514,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12651,8 +12524,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12698,11 +12570,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 109, + "distanceIndex": 97, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12740,8 +12613,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12751,8 +12623,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12798,11 +12669,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 111, + "distanceIndex": 99, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12840,8 +12712,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12851,8 +12722,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12898,11 +12768,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 112, + "distanceIndex": 100, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -12940,8 +12811,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -12951,8 +12821,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -12998,11 +12867,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 113, + "distanceIndex": 101, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13040,8 +12910,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13051,8 +12920,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13098,11 +12966,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 113, + "distanceIndex": 101, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13140,8 +13009,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13151,8 +13019,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13198,11 +13065,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 115, + "distanceIndex": 103, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13240,8 +13108,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13251,8 +13118,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13298,11 +13164,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 116, + "distanceIndex": 104, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13340,8 +13207,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13351,8 +13217,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13398,11 +13263,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 116, + "distanceIndex": 104, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13440,8 +13306,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13451,8 +13316,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13498,11 +13362,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 116, + "distanceIndex": 104, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13540,8 +13405,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13551,8 +13415,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13598,11 +13461,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 116, + "distanceIndex": 104, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13640,8 +13504,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13651,8 +13514,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13698,11 +13560,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 119, + "distanceIndex": 107, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13740,8 +13603,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13751,8 +13613,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13798,111 +13659,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 119, + "distanceIndex": 107, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-141", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-02-04T00:00:00+03:00", - "defaultZoneDateTime": "2026-02-04T00:00:00+03:00", - "localDate": "04.02.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 26, - "arenaId": 12773, - "compTeam1Id": 450731, - "compTeam2Id": 450729, - "tv": null, - "video": null, - "videoId": null, - "id": 921531 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Nizhniy Novgorod", - "countryId": "RU", - "id": 26 - }, - "arena": { - "shortName": "KRK \"Nagornyy\"", - "name": "KRK \"Nagornyy\"", - "regionId": 26, - "id": 12773 - }, - "team1": { - "teamId": 468, - "start": 7, - "label": null, - "abcName": "Pari N", - "name": "Pari Nizhny Novgorod", - "regionName": "Nizhny Novgorod", - "shortName": "Pari Nizhny Novgorod", - "logo": "https://img.infobasket.su/logo/21782.png", - "arenaId": null, - "id": 450731 - }, - "team2": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "ot": "", - "distanceIndex": 119, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -13940,8 +13702,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -13951,8 +13712,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -13998,11 +13758,111 @@ "id": 450727 }, "ot": "", - "distanceIndex": 119, + "distanceIndex": 107, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-141", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-02-04T00:00:00+03:00", + "defaultZoneDateTime": "2026-02-04T00:00:00+03:00", + "localDate": "04.02.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 26, + "arenaId": 12773, + "compTeam1Id": 450731, + "compTeam2Id": 450729, + "tv": null, + "video": null, + "videoId": null, + "id": 921531 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Nizhniy Novgorod", + "countryId": "RU", + "id": 26 + }, + "arena": { + "shortName": "KRK \"Nagornyy\"", + "name": "KRK \"Nagornyy\"", + "regionId": 26, + "id": 12773 + }, + "team1": { + "teamId": 468, + "start": 7, + "label": null, + "abcName": "Pari N", + "name": "Pari Nizhny Novgorod", + "regionName": "Nizhny Novgorod", + "shortName": "Pari Nizhny Novgorod", + "logo": "https://img.infobasket.su/logo/21782.png", + "arenaId": null, + "id": 450731 + }, + "team2": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "ot": "", + "distanceIndex": 107, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14040,8 +13900,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14051,8 +13910,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14098,11 +13956,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 122, + "distanceIndex": 110, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14140,8 +13999,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14151,8 +14009,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14198,211 +14055,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 122, + "distanceIndex": 110, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-145", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-02-08T00:00:00+03:00", - "defaultZoneDateTime": "2026-02-08T00:00:00+03:00", - "localDate": "08.02.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 1, - "arenaId": 11704, - "compTeam1Id": 450736, - "compTeam2Id": 450726, - "tv": null, - "video": null, - "videoId": null, - "id": 921535 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "Capital", - "timeZoneId": "Russian Standard Time", - "name": "Moscow", - "countryId": "RU", - "id": 1 - }, - "arena": { - "shortName": "Megasport", - "name": "Megasport", - "regionId": 1, - "id": 11704 - }, - "team1": { - "teamId": 15, - "start": 11, - "label": "", - "abcName": "CSKA", - "name": "CSKA", - "regionName": "Moscow", - "shortName": "CSKA", - "logo": "https://files.infobasket.su/logos/13842.png", - "arenaId": null, - "id": 450736 - }, - "team2": { - "teamId": 682, - "start": 1, - "label": null, - "abcName": "Avtodo", - "name": "Avtodor", - "regionName": "Saratov", - "shortName": "Avtodor", - "logo": "https://files.infobasket.su/logos/13833.png", - "arenaId": null, - "id": 450726 - }, - "ot": "", - "distanceIndex": 123, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-146", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-02-08T00:00:00+03:00", - "defaultZoneDateTime": "2026-02-08T00:00:00+03:00", - "localDate": "08.02.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 12, - "arenaId": 11687, - "compTeam1Id": 450729, - "compTeam2Id": 450734, - "tv": null, - "video": null, - "videoId": null, - "id": 921536 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Krasnodar", - "countryId": "RU", - "id": 12 - }, - "arena": { - "shortName": "SK Basket-Hall", - "name": "SK Basket-Hall", - "regionId": 12, - "id": 11687 - }, - "team1": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "team2": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "ot": "", - "distanceIndex": 123, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14440,8 +14098,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14451,8 +14108,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14498,11 +14154,210 @@ "id": 450732 }, "ot": "", - "distanceIndex": 123, + "distanceIndex": 111, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-145", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-02-08T00:00:00+03:00", + "defaultZoneDateTime": "2026-02-08T00:00:00+03:00", + "localDate": "08.02.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 1, + "arenaId": 11704, + "compTeam1Id": 450736, + "compTeam2Id": 450726, + "tv": null, + "video": null, + "videoId": null, + "id": 921535 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "Capital", + "timeZoneId": "Russian Standard Time", + "name": "Moscow", + "countryId": "RU", + "id": 1 + }, + "arena": { + "shortName": "Megasport", + "name": "Megasport", + "regionId": 1, + "id": 11704 + }, + "team1": { + "teamId": 15, + "start": 11, + "label": "", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", + "arenaId": null, + "id": 450736 + }, + "team2": { + "teamId": 682, + "start": 1, + "label": null, + "abcName": "Avtodo", + "name": "Avtodor", + "regionName": "Saratov", + "shortName": "Avtodor", + "logo": "https://files.infobasket.su/logos/13833.png", + "arenaId": null, + "id": 450726 + }, + "ot": "", + "distanceIndex": 111, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-146", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-02-08T00:00:00+03:00", + "defaultZoneDateTime": "2026-02-08T00:00:00+03:00", + "localDate": "08.02.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 12, + "arenaId": 11687, + "compTeam1Id": 450729, + "compTeam2Id": 450734, + "tv": null, + "video": null, + "videoId": null, + "id": 921536 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Krasnodar", + "countryId": "RU", + "id": 12 + }, + "arena": { + "shortName": "SK Basket-Hall", + "name": "SK Basket-Hall", + "regionId": 12, + "id": 11687 + }, + "team1": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "team2": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "ot": "", + "distanceIndex": 111, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14540,8 +14395,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14551,8 +14405,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14598,11 +14451,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 125, + "distanceIndex": 113, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14640,8 +14494,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14651,8 +14504,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14698,11 +14550,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 127, + "distanceIndex": 115, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14740,8 +14593,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14751,8 +14603,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14798,11 +14649,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 127, + "distanceIndex": 115, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14840,8 +14692,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14851,8 +14702,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14898,11 +14748,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 132, + "distanceIndex": 120, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -14940,8 +14791,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -14951,8 +14801,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -14998,11 +14847,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 132, + "distanceIndex": 120, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15040,8 +14890,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15051,8 +14900,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15098,11 +14946,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 133, + "distanceIndex": 121, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15140,8 +14989,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15151,8 +14999,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15198,11 +15045,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 133, + "distanceIndex": 121, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15240,8 +15088,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15251,8 +15098,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15298,11 +15144,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 134, + "distanceIndex": 122, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15340,8 +15187,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15351,8 +15197,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15398,11 +15243,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 136, + "distanceIndex": 124, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15440,8 +15286,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15451,8 +15296,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15498,111 +15342,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 137, + "distanceIndex": 125, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-158", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-02-22T00:00:00+05:00", - "defaultZoneDateTime": "2026-02-21T22:00:00+03:00", - "localDate": "22.02.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 8, - "arenaId": 11742, - "compTeam1Id": 450735, - "compTeam2Id": 450730, - "tv": null, - "video": null, - "videoId": null, - "id": 921548 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Ekaterinburg Standard Time", - "name": "Yekaterinburg", - "countryId": "RU", - "id": 8 - }, - "arena": { - "shortName": "DIVS", - "name": "GAUSO \"Dvorets Igrovykh Vidov Sporta\"", - "regionId": 8, - "id": 11742 - }, - "team1": { - "teamId": 1390, - "start": 10, - "label": null, - "abcName": "Uralma", - "name": "Uralmash", - "regionName": "Yekaterinburg", - "shortName": "Uralmash", - "logo": "https://img.infobasket.su/logo/19664.png", - "arenaId": null, - "id": 450735 - }, - "team2": { - "teamId": 2747, - "start": 6, - "label": "ВТБ", - "abcName": "MBA-MA", - "name": "MBA-MAI", - "regionName": "Moscow", - "shortName": "MBA-MAI", - "logo": "https://files.infobasket.su/logos/19579.png", - "arenaId": null, - "id": 450730 - }, - "ot": "", - "distanceIndex": 137, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15640,8 +15385,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15651,8 +15395,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15698,11 +15441,111 @@ "id": 450728 }, "ot": "", - "distanceIndex": 137, + "distanceIndex": 125, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-158", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-02-22T00:00:00+05:00", + "defaultZoneDateTime": "2026-02-21T22:00:00+03:00", + "localDate": "22.02.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 8, + "arenaId": 11742, + "compTeam1Id": 450735, + "compTeam2Id": 450730, + "tv": null, + "video": null, + "videoId": null, + "id": 921548 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Ekaterinburg Standard Time", + "name": "Yekaterinburg", + "countryId": "RU", + "id": 8 + }, + "arena": { + "shortName": "DIVS", + "name": "GAUSO \"Dvorets Igrovykh Vidov Sporta\"", + "regionId": 8, + "id": 11742 + }, + "team1": { + "teamId": 1390, + "start": 10, + "label": null, + "abcName": "Uralma", + "name": "Uralmash", + "regionName": "Yekaterinburg", + "shortName": "Uralmash", + "logo": "https://img.infobasket.su/logo/19664.png", + "arenaId": null, + "id": 450735 + }, + "team2": { + "teamId": 2747, + "start": 6, + "label": "ВТБ", + "abcName": "MBA-MA", + "name": "MBA-MAI", + "regionName": "Moscow", + "shortName": "MBA-MAI", + "logo": "https://files.infobasket.su/logos/19579.png", + "arenaId": null, + "id": 450730 + }, + "ot": "", + "distanceIndex": 125, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15740,8 +15583,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15751,8 +15593,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15798,11 +15639,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 137, + "distanceIndex": 125, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15840,8 +15682,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15851,8 +15692,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15898,11 +15738,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 147, + "distanceIndex": 135, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -15940,8 +15781,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -15951,8 +15791,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -15998,11 +15837,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 147, + "distanceIndex": 135, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16040,8 +15880,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16051,8 +15890,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16098,11 +15936,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 149, + "distanceIndex": 137, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16140,8 +15979,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16151,8 +15989,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16198,11 +16035,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 150, + "distanceIndex": 138, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16240,8 +16078,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16251,8 +16088,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16298,11 +16134,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 150, + "distanceIndex": 138, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16340,8 +16177,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16351,8 +16187,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16398,11 +16233,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 150, + "distanceIndex": 138, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16440,8 +16276,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16451,8 +16286,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16498,111 +16332,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 151, + "distanceIndex": 139, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-168", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-03-10T00:00:00+03:00", - "defaultZoneDateTime": "2026-03-10T00:00:00+03:00", - "localDate": "10.03.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 26, - "arenaId": 12773, - "compTeam1Id": 450731, - "compTeam2Id": 450735, - "tv": null, - "video": null, - "videoId": null, - "id": 921558 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Nizhniy Novgorod", - "countryId": "RU", - "id": 26 - }, - "arena": { - "shortName": "KRK \"Nagornyy\"", - "name": "KRK \"Nagornyy\"", - "regionId": 26, - "id": 12773 - }, - "team1": { - "teamId": 468, - "start": 7, - "label": null, - "abcName": "Pari N", - "name": "Pari Nizhny Novgorod", - "regionName": "Nizhny Novgorod", - "shortName": "Pari Nizhny Novgorod", - "logo": "https://img.infobasket.su/logo/21782.png", - "arenaId": null, - "id": 450731 - }, - "team2": { - "teamId": 1390, - "start": 10, - "label": null, - "abcName": "Uralma", - "name": "Uralmash", - "regionName": "Yekaterinburg", - "shortName": "Uralmash", - "logo": "https://img.infobasket.su/logo/19664.png", - "arenaId": null, - "id": 450735 - }, - "ot": "", - "distanceIndex": 153, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16640,8 +16375,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16651,8 +16385,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16698,11 +16431,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 153, + "distanceIndex": 141, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16740,8 +16474,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16751,8 +16484,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16798,11 +16530,111 @@ "id": 450732 }, "ot": "", - "distanceIndex": 153, + "distanceIndex": 141, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-168", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-03-10T00:00:00+03:00", + "defaultZoneDateTime": "2026-03-10T00:00:00+03:00", + "localDate": "10.03.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 26, + "arenaId": 12773, + "compTeam1Id": 450731, + "compTeam2Id": 450735, + "tv": null, + "video": null, + "videoId": null, + "id": 921558 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Nizhniy Novgorod", + "countryId": "RU", + "id": 26 + }, + "arena": { + "shortName": "KRK \"Nagornyy\"", + "name": "KRK \"Nagornyy\"", + "regionId": 26, + "id": 12773 + }, + "team1": { + "teamId": 468, + "start": 7, + "label": null, + "abcName": "Pari N", + "name": "Pari Nizhny Novgorod", + "regionName": "Nizhny Novgorod", + "shortName": "Pari Nizhny Novgorod", + "logo": "https://img.infobasket.su/logo/21782.png", + "arenaId": null, + "id": 450731 + }, + "team2": { + "teamId": 1390, + "start": 10, + "label": null, + "abcName": "Uralma", + "name": "Uralmash", + "regionName": "Yekaterinburg", + "shortName": "Uralmash", + "logo": "https://img.infobasket.su/logo/19664.png", + "arenaId": null, + "id": 450735 + }, + "ot": "", + "distanceIndex": 141, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16840,8 +16672,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16851,8 +16682,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16898,11 +16728,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 154, + "distanceIndex": 142, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -16940,8 +16771,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -16951,8 +16781,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -16998,11 +16827,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 156, + "distanceIndex": 144, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17040,8 +16870,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17051,8 +16880,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17098,111 +16926,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 157, + "distanceIndex": 145, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-174", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-03-15T00:00:00+03:00", - "defaultZoneDateTime": "2026-03-15T00:00:00+03:00", - "localDate": "15.03.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 15, - "arenaId": 11976, - "compTeam1Id": 450734, - "compTeam2Id": 450736, - "tv": null, - "video": null, - "videoId": null, - "id": 921564 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Kazan", - "countryId": "RU", - "id": 15 - }, - "arena": { - "shortName": "Basket-Hall", - "name": "Basket-Hall", - "regionId": 15, - "id": 11976 - }, - "team1": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "team2": { - "teamId": 15, - "start": 11, - "label": "", - "abcName": "CSKA", - "name": "CSKA", - "regionName": "Moscow", - "shortName": "CSKA", - "logo": "https://files.infobasket.su/logos/13842.png", - "arenaId": null, - "id": 450736 - }, - "ot": "", - "distanceIndex": 158, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17240,8 +16969,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17251,8 +16979,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17298,11 +17025,111 @@ "id": 450726 }, "ot": "", - "distanceIndex": 158, + "distanceIndex": 146, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-174", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-03-15T00:00:00+03:00", + "defaultZoneDateTime": "2026-03-15T00:00:00+03:00", + "localDate": "15.03.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 15, + "arenaId": 11976, + "compTeam1Id": 450734, + "compTeam2Id": 450736, + "tv": null, + "video": null, + "videoId": null, + "id": 921564 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Kazan", + "countryId": "RU", + "id": 15 + }, + "arena": { + "shortName": "Basket-Hall", + "name": "Basket-Hall", + "regionId": 15, + "id": 11976 + }, + "team1": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "team2": { + "teamId": 15, + "start": 11, + "label": "", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", + "arenaId": null, + "id": 450736 + }, + "ot": "", + "distanceIndex": 146, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17340,8 +17167,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17351,8 +17177,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17398,111 +17223,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 160, + "distanceIndex": 148, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-177", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-03-18T00:00:00+03:00", - "defaultZoneDateTime": "2026-03-18T00:00:00+03:00", - "localDate": "18.03.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 1, - "arenaId": 11749, - "compTeam1Id": 450730, - "compTeam2Id": 450728, - "tv": null, - "video": null, - "videoId": null, - "id": 921567 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "Capital", - "timeZoneId": "Russian Standard Time", - "name": "Moscow", - "countryId": "RU", - "id": 1 - }, - "arena": { - "shortName": "Basket Hall Moscow", - "name": "Basket Hall Moscow", - "regionId": 1, - "id": 11749 - }, - "team1": { - "teamId": 2747, - "start": 6, - "label": "ВТБ", - "abcName": "MBA-MA", - "name": "MBA-MAI", - "regionName": "Moscow", - "shortName": "MBA-MAI", - "logo": "https://files.infobasket.su/logos/19579.png", - "arenaId": null, - "id": 450730 - }, - "team2": { - "teamId": 2994, - "start": 4, - "label": "ВТБ", - "abcName": "Zenit", - "name": "Zenit", - "regionName": "Saint Petersburg", - "shortName": "Zenit", - "logo": "https://files.infobasket.su/logos/18004.png", - "arenaId": null, - "id": 450728 - }, - "ot": "", - "distanceIndex": 161, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17540,8 +17266,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17551,8 +17276,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17598,11 +17322,111 @@ "id": 450731 }, "ot": "", - "distanceIndex": 161, + "distanceIndex": 149, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-177", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-03-18T00:00:00+03:00", + "defaultZoneDateTime": "2026-03-18T00:00:00+03:00", + "localDate": "18.03.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 1, + "arenaId": 11749, + "compTeam1Id": 450730, + "compTeam2Id": 450728, + "tv": null, + "video": null, + "videoId": null, + "id": 921567 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "Capital", + "timeZoneId": "Russian Standard Time", + "name": "Moscow", + "countryId": "RU", + "id": 1 + }, + "arena": { + "shortName": "Basket Hall Moscow", + "name": "Basket Hall Moscow", + "regionId": 1, + "id": 11749 + }, + "team1": { + "teamId": 2747, + "start": 6, + "label": "ВТБ", + "abcName": "MBA-MA", + "name": "MBA-MAI", + "regionName": "Moscow", + "shortName": "MBA-MAI", + "logo": "https://files.infobasket.su/logos/19579.png", + "arenaId": null, + "id": 450730 + }, + "team2": { + "teamId": 2994, + "start": 4, + "label": "ВТБ", + "abcName": "Zenit", + "name": "Zenit", + "regionName": "Saint Petersburg", + "shortName": "Zenit", + "logo": "https://files.infobasket.su/logos/18004.png", + "arenaId": null, + "id": 450728 + }, + "ot": "", + "distanceIndex": 149, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17640,8 +17464,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17651,8 +17474,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17698,11 +17520,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 162, + "distanceIndex": 150, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17740,8 +17563,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17751,8 +17573,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17798,11 +17619,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 162, + "distanceIndex": 150, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17840,8 +17662,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17851,8 +17672,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17898,11 +17718,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 164, + "distanceIndex": 152, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -17940,8 +17761,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -17951,8 +17771,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -17998,111 +17817,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 165, + "distanceIndex": 153, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-184", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-03-22T00:00:00+03:00", - "defaultZoneDateTime": "2026-03-22T00:00:00+03:00", - "localDate": "22.03.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 15, - "arenaId": 11976, - "compTeam1Id": 450734, - "compTeam2Id": 450727, - "tv": null, - "video": null, - "videoId": null, - "id": 921586 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Kazan", - "countryId": "RU", - "id": 15 - }, - "arena": { - "shortName": "Basket-Hall", - "name": "Basket-Hall", - "regionId": 15, - "id": 11976 - }, - "team1": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "team2": { - "teamId": 688, - "start": 3, - "label": "", - "abcName": "Enisey", - "name": "Enisey", - "regionName": "Krasnoyarsk region", - "shortName": "Enisey", - "logo": "https://img.infobasket.su/logo/28839.png", - "arenaId": null, - "id": 450727 - }, - "ot": "", - "distanceIndex": 165, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18140,8 +17860,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18151,8 +17870,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18198,11 +17916,111 @@ "id": 450729 }, "ot": "", - "distanceIndex": 165, + "distanceIndex": 153, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-184", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-03-22T00:00:00+03:00", + "defaultZoneDateTime": "2026-03-22T00:00:00+03:00", + "localDate": "22.03.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 15, + "arenaId": 11976, + "compTeam1Id": 450734, + "compTeam2Id": 450727, + "tv": null, + "video": null, + "videoId": null, + "id": 921586 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Kazan", + "countryId": "RU", + "id": 15 + }, + "arena": { + "shortName": "Basket-Hall", + "name": "Basket-Hall", + "regionId": 15, + "id": 11976 + }, + "team1": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "team2": { + "teamId": 688, + "start": 3, + "label": "", + "abcName": "Enisey", + "name": "Enisey", + "regionName": "Krasnoyarsk region", + "shortName": "Enisey", + "logo": "https://img.infobasket.su/logo/28839.png", + "arenaId": null, + "id": 450727 + }, + "ot": "", + "distanceIndex": 153, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18240,8 +18058,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18251,8 +18068,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18298,11 +18114,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 165, + "distanceIndex": 153, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18340,8 +18157,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18351,8 +18167,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18398,11 +18213,12 @@ "id": 450729 }, "ot": "", - "distanceIndex": 168, + "distanceIndex": 156, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18440,8 +18256,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18451,8 +18266,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18498,11 +18312,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 168, + "distanceIndex": 156, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18540,8 +18355,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18551,8 +18365,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18598,11 +18411,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 169, + "distanceIndex": 157, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18640,8 +18454,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18651,8 +18464,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18698,11 +18510,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 171, + "distanceIndex": 159, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18740,8 +18553,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18751,8 +18563,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18798,111 +18609,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 172, + "distanceIndex": 160, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-190", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-03-29T00:00:00+03:00", - "defaultZoneDateTime": "2026-03-29T00:00:00+03:00", - "localDate": "29.03.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 15, - "arenaId": 11976, - "compTeam1Id": 450734, - "compTeam2Id": 450729, - "tv": null, - "video": null, - "videoId": null, - "id": 921591 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Kazan", - "countryId": "RU", - "id": 15 - }, - "arena": { - "shortName": "Basket-Hall", - "name": "Basket-Hall", - "regionId": 15, - "id": 11976 - }, - "team1": { - "teamId": 697, - "start": 9, - "label": "", - "abcName": "UNICS", - "name": "UNICS", - "regionName": "Kazan", - "shortName": "UNICS", - "logo": "https://files.infobasket.su/logos/13840.png", - "arenaId": null, - "id": 450734 - }, - "team2": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "ot": "", - "distanceIndex": 172, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -18940,8 +18652,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -18951,8 +18662,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -18998,11 +18708,111 @@ "id": 450736 }, "ot": "", - "distanceIndex": 172, + "distanceIndex": 160, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-190", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-03-29T00:00:00+03:00", + "defaultZoneDateTime": "2026-03-29T00:00:00+03:00", + "localDate": "29.03.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 15, + "arenaId": 11976, + "compTeam1Id": 450734, + "compTeam2Id": 450729, + "tv": null, + "video": null, + "videoId": null, + "id": 921591 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Kazan", + "countryId": "RU", + "id": 15 + }, + "arena": { + "shortName": "Basket-Hall", + "name": "Basket-Hall", + "regionId": 15, + "id": 11976 + }, + "team1": { + "teamId": 697, + "start": 9, + "label": "", + "abcName": "UNICS", + "name": "UNICS", + "regionName": "Kazan", + "shortName": "UNICS", + "logo": "https://files.infobasket.su/logos/13840.png", + "arenaId": null, + "id": 450734 + }, + "team2": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "ot": "", + "distanceIndex": 160, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19040,8 +18850,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19051,8 +18860,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19098,11 +18906,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 173, + "distanceIndex": 161, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19140,8 +18949,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19151,8 +18959,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19198,11 +19005,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 175, + "distanceIndex": 163, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19240,8 +19048,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19251,8 +19058,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19298,11 +19104,12 @@ "id": 450727 }, "ot": "", - "distanceIndex": 175, + "distanceIndex": 163, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19340,8 +19147,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19351,8 +19157,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19398,11 +19203,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 175, + "distanceIndex": 163, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19440,8 +19246,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19451,8 +19256,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19498,11 +19302,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 176, + "distanceIndex": 164, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19540,8 +19345,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19551,8 +19355,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19598,11 +19401,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 177, + "distanceIndex": 165, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19640,8 +19444,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19651,8 +19454,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19698,11 +19500,12 @@ "id": 450736 }, "ot": "", - "distanceIndex": 178, + "distanceIndex": 166, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19740,8 +19543,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19751,8 +19553,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19798,11 +19599,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 178, + "distanceIndex": 166, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19840,8 +19642,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19851,8 +19652,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19898,11 +19698,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 179, + "distanceIndex": 167, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -19940,8 +19741,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -19951,8 +19751,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -19998,111 +19797,12 @@ "id": 450728 }, "ot": "", - "distanceIndex": 179, + "distanceIndex": 167, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-201", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-04-07T00:00:00+03:00", - "defaultZoneDateTime": "2026-04-07T00:00:00+03:00", - "localDate": "07.04.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 1, - "arenaId": 11704, - "compTeam1Id": 450736, - "compTeam2Id": 450729, - "tv": null, - "video": null, - "videoId": null, - "id": 921602 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "Capital", - "timeZoneId": "Russian Standard Time", - "name": "Moscow", - "countryId": "RU", - "id": 1 - }, - "arena": { - "shortName": "Megasport", - "name": "Megasport", - "regionId": 1, - "id": 11704 - }, - "team1": { - "teamId": 15, - "start": 11, - "label": "", - "abcName": "CSKA", - "name": "CSKA", - "regionName": "Moscow", - "shortName": "CSKA", - "logo": "https://files.infobasket.su/logos/13842.png", - "arenaId": null, - "id": 450736 - }, - "team2": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "ot": "", - "distanceIndex": 181, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20140,8 +19840,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20151,8 +19850,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20198,11 +19896,111 @@ "id": 450726 }, "ot": "", - "distanceIndex": 181, + "distanceIndex": 169, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-201", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-04-07T00:00:00+03:00", + "defaultZoneDateTime": "2026-04-07T00:00:00+03:00", + "localDate": "07.04.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 1, + "arenaId": 11704, + "compTeam1Id": 450736, + "compTeam2Id": 450729, + "tv": null, + "video": null, + "videoId": null, + "id": 921602 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "Capital", + "timeZoneId": "Russian Standard Time", + "name": "Moscow", + "countryId": "RU", + "id": 1 + }, + "arena": { + "shortName": "Megasport", + "name": "Megasport", + "regionId": 1, + "id": 11704 + }, + "team1": { + "teamId": 15, + "start": 11, + "label": "", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", + "arenaId": null, + "id": 450736 + }, + "team2": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "ot": "", + "distanceIndex": 169, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20240,8 +20038,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20251,8 +20048,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20298,11 +20094,12 @@ "id": 450733 }, "ot": "", - "distanceIndex": 182, + "distanceIndex": 170, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20340,8 +20137,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20351,8 +20147,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20398,11 +20193,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 182, + "distanceIndex": 170, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20440,8 +20236,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20451,8 +20246,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20498,111 +20292,12 @@ "id": 450735 }, "ot": "", - "distanceIndex": 182, + "distanceIndex": 170, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-206", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-04-11T00:00:00+04:00", - "defaultZoneDateTime": "2026-04-10T23:00:00+03:00", - "localDate": "11.04.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 4, - "arenaId": 11825, - "compTeam1Id": 450726, - "compTeam2Id": 450727, - "tv": null, - "video": null, - "videoId": null, - "id": 921607 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Saratov Standard Time", - "name": "Saratov", - "countryId": "RU", - "id": 4 - }, - "arena": { - "shortName": "DS Kristall", - "name": "DS Kristall", - "regionId": 4, - "id": 11825 - }, - "team1": { - "teamId": 682, - "start": 1, - "label": null, - "abcName": "Avtodo", - "name": "Avtodor", - "regionName": "Saratov", - "shortName": "Avtodor", - "logo": "https://files.infobasket.su/logos/13833.png", - "arenaId": null, - "id": 450726 - }, - "team2": { - "teamId": 688, - "start": 3, - "label": "", - "abcName": "Enisey", - "name": "Enisey", - "regionName": "Krasnoyarsk region", - "shortName": "Enisey", - "logo": "https://img.infobasket.su/logo/28839.png", - "arenaId": null, - "id": 450727 - }, - "ot": "", - "distanceIndex": 185, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20640,8 +20335,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20651,8 +20345,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20698,11 +20391,111 @@ "id": 450731 }, "ot": "", - "distanceIndex": 185, + "distanceIndex": 173, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-206", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-04-11T00:00:00+04:00", + "defaultZoneDateTime": "2026-04-10T23:00:00+03:00", + "localDate": "11.04.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 4, + "arenaId": 11825, + "compTeam1Id": 450726, + "compTeam2Id": 450727, + "tv": null, + "video": null, + "videoId": null, + "id": 921607 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Saratov Standard Time", + "name": "Saratov", + "countryId": "RU", + "id": 4 + }, + "arena": { + "shortName": "DS Kristall", + "name": "DS Kristall", + "regionId": 4, + "id": 11825 + }, + "team1": { + "teamId": 682, + "start": 1, + "label": null, + "abcName": "Avtodo", + "name": "Avtodor", + "regionName": "Saratov", + "shortName": "Avtodor", + "logo": "https://files.infobasket.su/logos/13833.png", + "arenaId": null, + "id": 450726 + }, + "team2": { + "teamId": 688, + "start": 3, + "label": "", + "abcName": "Enisey", + "name": "Enisey", + "regionName": "Krasnoyarsk region", + "shortName": "Enisey", + "logo": "https://img.infobasket.su/logo/28839.png", + "arenaId": null, + "id": 450727 + }, + "ot": "", + "distanceIndex": 173, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20740,8 +20533,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20751,8 +20543,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20798,111 +20589,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 189, + "distanceIndex": 177, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-209", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-04-15T00:00:00+04:00", - "defaultZoneDateTime": "2026-04-14T23:00:00+03:00", - "localDate": "15.04.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 3, - "arenaId": 14771, - "compTeam1Id": 450733, - "compTeam2Id": 450735, - "tv": null, - "video": null, - "videoId": null, - "id": 921610 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russia Time Zone 3", - "name": "Samara", - "countryId": "RU", - "id": 3 - }, - "arena": { - "shortName": "SKK \"Dvorets Sporta\"", - "name": "SKK \"Dvorets Sporta\"", - "regionId": 3, - "id": 14771 - }, - "team1": { - "teamId": 2792, - "start": 8, - "label": null, - "abcName": "Samara", - "name": "Samara", - "regionName": "Samara Oblast", - "shortName": "Samara", - "logo": "https://img.infobasket.su/logo/20014.png", - "arenaId": null, - "id": 450733 - }, - "team2": { - "teamId": 1390, - "start": 10, - "label": null, - "abcName": "Uralma", - "name": "Uralmash", - "regionName": "Yekaterinburg", - "shortName": "Uralmash", - "logo": "https://img.infobasket.su/logo/19664.png", - "arenaId": null, - "id": 450735 - }, - "ot": "", - "distanceIndex": 189, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -20940,8 +20632,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -20951,8 +20642,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -20998,11 +20688,111 @@ "id": 450732 }, "ot": "", - "distanceIndex": 189, + "distanceIndex": 177, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-209", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-04-15T00:00:00+04:00", + "defaultZoneDateTime": "2026-04-14T23:00:00+03:00", + "localDate": "15.04.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 3, + "arenaId": 14771, + "compTeam1Id": 450733, + "compTeam2Id": 450735, + "tv": null, + "video": null, + "videoId": null, + "id": 921610 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russia Time Zone 3", + "name": "Samara", + "countryId": "RU", + "id": 3 + }, + "arena": { + "shortName": "SKK \"Dvorets Sporta\"", + "name": "SKK \"Dvorets Sporta\"", + "regionId": 3, + "id": 14771 + }, + "team1": { + "teamId": 2792, + "start": 8, + "label": null, + "abcName": "Samara", + "name": "Samara", + "regionName": "Samara Oblast", + "shortName": "Samara", + "logo": "https://img.infobasket.su/logo/20014.png", + "arenaId": null, + "id": 450733 + }, + "team2": { + "teamId": 1390, + "start": 10, + "label": null, + "abcName": "Uralma", + "name": "Uralmash", + "regionName": "Yekaterinburg", + "shortName": "Uralmash", + "logo": "https://img.infobasket.su/logo/19664.png", + "arenaId": null, + "id": 450735 + }, + "ot": "", + "distanceIndex": 177, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21040,8 +20830,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21051,8 +20840,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21098,11 +20886,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 189, + "distanceIndex": 177, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21140,8 +20929,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21151,8 +20939,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21198,11 +20985,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 190, + "distanceIndex": 178, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21240,8 +21028,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21251,8 +21038,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21298,11 +21084,12 @@ "id": 450734 }, "ot": "", - "distanceIndex": 192, + "distanceIndex": 180, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21340,8 +21127,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21351,8 +21137,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21398,11 +21183,12 @@ "id": 450732 }, "ot": "", - "distanceIndex": 192, + "distanceIndex": 180, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21440,8 +21226,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21451,8 +21236,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21498,11 +21282,12 @@ "id": 450730 }, "ot": "", - "distanceIndex": 193, + "distanceIndex": 181, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21540,8 +21325,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21551,8 +21335,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21598,11 +21381,12 @@ "id": 450731 }, "ot": "", - "distanceIndex": 195, + "distanceIndex": 183, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21640,8 +21424,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21651,8 +21434,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21698,211 +21480,12 @@ "id": 450726 }, "ot": "", - "distanceIndex": 196, + "distanceIndex": 184, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-218", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-04-22T00:00:00+03:00", - "defaultZoneDateTime": "2026-04-22T00:00:00+03:00", - "localDate": "22.04.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 2, - "arenaId": 11707, - "compTeam1Id": 450728, - "compTeam2Id": 450736, - "tv": null, - "video": null, - "videoId": null, - "id": 921619 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Saint-Petersburg", - "countryId": "RU", - "id": 2 - }, - "arena": { - "shortName": "CSC \"Arena\"", - "name": "CSC \"Arena\"", - "regionId": 2, - "id": 11707 - }, - "team1": { - "teamId": 2994, - "start": 4, - "label": "ВТБ", - "abcName": "Zenit", - "name": "Zenit", - "regionName": "Saint Petersburg", - "shortName": "Zenit", - "logo": "https://files.infobasket.su/logos/18004.png", - "arenaId": null, - "id": 450728 - }, - "team2": { - "teamId": 15, - "start": 11, - "label": "", - "abcName": "CSKA", - "name": "CSKA", - "regionName": "Moscow", - "shortName": "CSKA", - "logo": "https://files.infobasket.su/logos/13842.png", - "arenaId": null, - "id": 450736 - }, - "ot": "", - "distanceIndex": 196, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false - }, - { - "game": { - "gameStatus": "Scheduled", - "showScore": false, - "score1": 0, - "score2": 0, - "score": "", - "fullScore": null, - "periods": 4, - "attendance": null, - "number": "RS-217", - "finalTime": null, - "startTime": null, - "scheduledTime": "2026-04-22T00:00:00+03:00", - "defaultZoneDateTime": "2026-04-22T00:00:00+03:00", - "localDate": "22.04.2026", - "localTime": "", - "defaultZoneTime": "", - "hasTime": false, - "regionId": 12, - "arenaId": 11687, - "compTeam1Id": 450729, - "compTeam2Id": 450727, - "tv": null, - "video": null, - "videoId": null, - "id": 921617 - }, - "comp": { - "id": 1202269, - "compType": "RoundRobin", - "name": "Regular Season", - "abcName": "VTB", - "level": 5, - "season": 2026, - "tag": null, - "logo": "", - "isActual": true - }, - "league": { - "id": 1202263, - "compType": "League", - "name": "VTB United League", - "abcName": "VTB", - "level": 4, - "season": 2026, - "tag": "vtb", - "logo": "", - "isActual": true - }, - "gender": 0, - "status": { - "icon": "fa-regular fa-calendar-check ", - "id": "Scheduled", - "displayName": "Scheduled" - }, - "region": { - "regionType": "RegionCapital", - "timeZoneId": "Russian Standard Time", - "name": "Krasnodar", - "countryId": "RU", - "id": 12 - }, - "arena": { - "shortName": "SK Basket-Hall", - "name": "SK Basket-Hall", - "regionId": 12, - "id": 11687 - }, - "team1": { - "teamId": 2650, - "start": 5, - "label": "", - "abcName": "Lokomo", - "name": "Lokomotiv Kuban", - "regionName": "Krasnodar", - "shortName": "Lokomotiv K", - "logo": "https://img.infobasket.su/logo/18998.png", - "arenaId": null, - "id": 450729 - }, - "team2": { - "teamId": 688, - "start": 3, - "label": "", - "abcName": "Enisey", - "name": "Enisey", - "regionName": "Krasnoyarsk region", - "shortName": "Enisey", - "logo": "https://img.infobasket.su/logo/28839.png", - "arenaId": null, - "id": 450727 - }, - "ot": "", - "distanceIndex": 196, - "period": null, - "timeToGo": null, - "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null }, { "game": { @@ -21940,8 +21523,7 @@ "level": 5, "season": 2026, "tag": null, - "logo": "", - "isActual": true + "logo": "" }, "league": { "id": 1202263, @@ -21951,8 +21533,7 @@ "level": 4, "season": 2026, "tag": "vtb", - "logo": "", - "isActual": true + "logo": "" }, "gender": 0, "status": { @@ -21998,11 +21579,210 @@ "id": 450733 }, "ot": "", - "distanceIndex": 196, + "distanceIndex": 184, "period": null, "timeToGo": null, "timeIsGo": null, - "hasCoefficients": false + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-217", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-04-22T00:00:00+03:00", + "defaultZoneDateTime": "2026-04-22T00:00:00+03:00", + "localDate": "22.04.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 12, + "arenaId": 11687, + "compTeam1Id": 450729, + "compTeam2Id": 450727, + "tv": null, + "video": null, + "videoId": null, + "id": 921617 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Krasnodar", + "countryId": "RU", + "id": 12 + }, + "arena": { + "shortName": "SK Basket-Hall", + "name": "SK Basket-Hall", + "regionId": 12, + "id": 11687 + }, + "team1": { + "teamId": 2650, + "start": 5, + "label": "", + "abcName": "Lokomo", + "name": "Lokomotiv Kuban", + "regionName": "Krasnodar", + "shortName": "Lokomotiv K", + "logo": "https://img.infobasket.su/logo/18998.png", + "arenaId": null, + "id": 450729 + }, + "team2": { + "teamId": 688, + "start": 3, + "label": "", + "abcName": "Enisey", + "name": "Enisey", + "regionName": "Krasnoyarsk region", + "shortName": "Enisey", + "logo": "https://img.infobasket.su/logo/28839.png", + "arenaId": null, + "id": 450727 + }, + "ot": "", + "distanceIndex": 184, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null + }, + { + "game": { + "gameStatus": "Scheduled", + "showScore": false, + "score1": 0, + "score2": 0, + "score": "", + "fullScore": null, + "periods": 4, + "attendance": null, + "number": "RS-218", + "finalTime": null, + "startTime": null, + "scheduledTime": "2026-04-22T00:00:00+03:00", + "defaultZoneDateTime": "2026-04-22T00:00:00+03:00", + "localDate": "22.04.2026", + "localTime": "", + "defaultZoneTime": "", + "hasTime": false, + "regionId": 2, + "arenaId": 11707, + "compTeam1Id": 450728, + "compTeam2Id": 450736, + "tv": null, + "video": null, + "videoId": null, + "id": 921619 + }, + "comp": { + "id": 1202269, + "compType": "RoundRobin", + "name": "Regular Season", + "abcName": "VTB", + "level": 5, + "season": 2026, + "tag": null, + "logo": "" + }, + "league": { + "id": 1202263, + "compType": "League", + "name": "VTB United League", + "abcName": "VTB", + "level": 4, + "season": 2026, + "tag": "vtb", + "logo": "" + }, + "gender": 0, + "status": { + "icon": "fa-regular fa-calendar-check ", + "id": "Scheduled", + "displayName": "Scheduled" + }, + "region": { + "regionType": "RegionCapital", + "timeZoneId": "Russian Standard Time", + "name": "Saint-Petersburg", + "countryId": "RU", + "id": 2 + }, + "arena": { + "shortName": "CSC \"Arena\"", + "name": "CSC \"Arena\"", + "regionId": 2, + "id": 11707 + }, + "team1": { + "teamId": 2994, + "start": 4, + "label": "ВТБ", + "abcName": "Zenit", + "name": "Zenit", + "regionName": "Saint Petersburg", + "shortName": "Zenit", + "logo": "https://files.infobasket.su/logos/18004.png", + "arenaId": null, + "id": 450728 + }, + "team2": { + "teamId": 15, + "start": 11, + "label": "", + "abcName": "CSKA", + "name": "CSKA", + "regionName": "Moscow", + "shortName": "CSKA", + "logo": "https://files.infobasket.su/logos/13842.png", + "arenaId": null, + "id": 450736 + }, + "ot": "", + "distanceIndex": 184, + "period": null, + "timeToGo": null, + "timeIsGo": null, + "betKoef1": null, + "betKoef2": null } ] } \ No newline at end of file diff --git a/static/scores.json b/static/scores.json index d8bfa38..c13adb1 100644 --- a/static/scores.json +++ b/static/scores.json @@ -1,23 +1,23 @@ [ { "Q": "Q1", - "score1": "33", - "score2": "20" + "score1": "27", + "score2": "16" }, { "Q": "Q2", - "score1": "26", - "score2": "21" + "score1": "29", + "score2": "19" }, { "Q": "Q3", - "score1": "26", - "score2": "20" + "score1": "12", + "score2": "24" }, { "Q": "Q4", "score1": "18", - "score2": "22" + "score2": "18" }, { "Q": "OT1", diff --git a/static/scores_quarter.json b/static/scores_quarter.json index 31aae2e..d8573ac 100644 --- a/static/scores_quarter.json +++ b/static/scores_quarter.json @@ -1,26 +1,26 @@ [ { - "team": "UNICS", + "team": "CSKA", "winQ1": 0, - "loseQ1": 0, - "drawQ1": 0, - "scoreQ1": 0, - "score_avgQ1": null, - "winQ2": 0, - "loseQ2": 0, + "loseQ1": 2, + "drawQ1": 1, + "scoreQ1": 59, + "score_avgQ1": 19.7, + "winQ2": 1, + "loseQ2": 2, "drawQ2": 0, - "scoreQ2": 0, - "score_avgQ2": null, - "winQ3": 0, + "scoreQ2": 50, + "score_avgQ2": 16.7, + "winQ3": 3, "loseQ3": 0, "drawQ3": 0, - "scoreQ3": 0, - "score_avgQ3": null, - "winQ4": 0, + "scoreQ3": 68, + "score_avgQ3": 22.7, + "winQ4": 2, "loseQ4": 0, - "drawQ4": 0, - "scoreQ4": 0, - "score_avgQ4": null, + "drawQ4": 1, + "scoreQ4": 70, + "score_avgQ4": 23.3, "winOT1": 0, "loseOT1": 0, "drawOT1": 0, @@ -43,27 +43,27 @@ "score_avgOT4": null }, { - "team": "BETCITY PARMA", - "winQ1": 0, - "loseQ1": 0, + "team": "Pari Nizhny Novgorod", + "winQ1": 1, + "loseQ1": 2, "drawQ1": 0, - "scoreQ1": 0, - "score_avgQ1": null, - "winQ2": 0, - "loseQ2": 0, + "scoreQ1": 59, + "score_avgQ1": 19.7, + "winQ2": 1, + "loseQ2": 2, "drawQ2": 0, - "scoreQ2": 0, - "score_avgQ2": null, - "winQ3": 0, - "loseQ3": 0, + "scoreQ2": 40, + "score_avgQ2": 13.3, + "winQ3": 1, + "loseQ3": 2, "drawQ3": 0, - "scoreQ3": 0, - "score_avgQ3": null, - "winQ4": 0, - "loseQ4": 0, + "scoreQ3": 63, + "score_avgQ3": 21.0, + "winQ4": 1, + "loseQ4": 2, "drawQ4": 0, - "scoreQ4": 0, - "score_avgQ4": null, + "scoreQ4": 55, + "score_avgQ4": 18.3, "winOT1": 0, "loseOT1": 0, "drawOT1": 0, diff --git a/static/team1.json b/static/team1.json index 1f0d17f..49bc858 100644 --- a/static/team1.json +++ b/static/team1.json @@ -1,15 +1,479 @@ [ { - "id": 257926, + "id": 429877, "num": "1", "startRole": "Player", "role": "Shooting guard", "roleShort": "SG", - "NameGFX": "Magomednabi KHalilulaev", + "NameGFX": "Antonius Cleveland", "captain": false, - "age": 19, - "height": "186 cm", - "weight": "84 kg", + "age": 31, + "height": "196 cm", + "weight": "90 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 12, + "pt-2": "3/3", + "pt-3": "2/3", + "pt-1": "0/0", + "fg": "5/6", + "ast": 6, + "stl": 3, + "blk": 1, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 7, + "plusMinus": 6, + "dunk": 0, + "kpi": 22, + "time": "20:44", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Antonius", + "Name2GFX": "Cleveland", + "photoGFX": "D:\\Photos/vtb/CSKA/1.png", + "season": "GAMES: 5 MINUTES: 20:50 PTS: 9.6 REB: 1.4 AST: 3.6 STL: 1.8", + "isOnCourt": false, + "AvgPoints": "9.6", + "AvgAssist": "3.6", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.2", + "AvgRebound": "1.4", + "AvgSteal": "1.8", + "AvgTurnover": "1.8", + "AvgFoul": "2.4", + "AvgOpponentFoul": "3.4", + "AvgPlusMinus": null, + "AvgDunk": "0.8", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:50", + "Shot1Percent": "42.9%", + "Shot2Percent": "65.2%", + "Shot3Percent": "38.5%", + "Shot23Percent": "55.6%", + "TPoints": 48, + "TShots1": "3/7", + "TShots2": "15/23", + "TShots3": "5/13", + "TShots23": "20/36", + "TShot1Percent": "42.9%", + "TShot2Percent": "65.2%", + "TShot3Percent": "38.5%", + "TShot23Percent": "55.6%", + "TAssist": 18, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 1, + "TRebound": 7, + "TSteal": 9, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 17, + "TPlusMinus": 0, + "TDunk": 4, + "TKPI": 0, + "TPlayedTime": "104:10", + "TGameCount": 5, + "TStartCount": 1, + "CareerTShots1": "149/207", + "CareerTShots2": "230/415", + "CareerTShots3": "74/198", + "CareerTShots23": "304/613", + "CareerTShot1Percent": "72.0%", + "CareerTShot2Percent": "55.4%", + "CareerTShot3Percent": "37.4%", + "CareerTShot23Percent": "49.6%", + "CareerTPoints": 831, + "CareerTAssist": 186, + "CareerTBlocks": 44, + "CareerTDefRebound": 196, + "CareerTOffRebound": 49, + "CareerTRebound": 245, + "CareerTSteal": 102, + "CareerTTurnover": 123, + "CareerTFoul": 142, + "CareerTOpponentFoul": 179, + "CareerTPlusMinus": 0, + "CareerTDunk": 54, + "CareerTPlayedTime": "1524:09", + "CareerTGameCount": 61, + "CareerTStartCount": 25, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 333884, + "num": "2", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Casper Ware", + "captain": false, + "age": 35, + "height": "178 cm", + "weight": "79 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 10, + "pt-2": "2/4", + "pt-3": "2/9", + "pt-1": "0/0", + "fg": "4/13", + "ast": 3, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 0, + "dunk": 0, + "kpi": 1, + "time": "26:12", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Casper", + "Name2GFX": "Ware", + "photoGFX": "D:\\Photos/vtb/CSKA/2.png", + "season": "GAMES: 5 MINUTES: 22:02 PTS: 9.4 REB: 1.2 AST: 2.6", + "isOnCourt": false, + "AvgPoints": "9.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.2", + "AvgRebound": "1.2", + "AvgSteal": "0.0", + "AvgTurnover": "1.6", + "AvgFoul": "1.6", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "22:02", + "Shot1Percent": "75.0%", + "Shot2Percent": "46.7%", + "Shot3Percent": "32.1%", + "Shot23Percent": "37.2%", + "TPoints": 47, + "TShots1": "6/8", + "TShots2": "7/15", + "TShots3": "9/28", + "TShots23": "16/43", + "TShot1Percent": "75.0%", + "TShot2Percent": "46.7%", + "TShot3Percent": "32.1%", + "TShot23Percent": "37.2%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 5, + "TOffRebound": 1, + "TRebound": 6, + "TSteal": 0, + "TTurnover": 8, + "TFoul": 8, + "TOpponentFoul": 9, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "110:10", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "484/553", + "CareerTShots2": "326/681", + "CareerTShots3": "360/937", + "CareerTShots23": "686/1618", + "CareerTShot1Percent": "87.5%", + "CareerTShot2Percent": "47.9%", + "CareerTShot3Percent": "38.4%", + "CareerTShot23Percent": "42.4%", + "CareerTPoints": 2216, + "CareerTAssist": 672, + "CareerTBlocks": 3, + "CareerTDefRebound": 270, + "CareerTOffRebound": 54, + "CareerTRebound": 324, + "CareerTSteal": 130, + "CareerTTurnover": 310, + "CareerTFoul": 364, + "CareerTOpponentFoul": 580, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "4459:43", + "CareerTGameCount": 176, + "CareerTStartCount": 135, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 333011, + "num": "3", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Tonye Jekiri", + "captain": false, + "age": 31, + "height": "212 cm", + "weight": "111 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ng.svg", + "pts": 6, + "pt-2": "2/7", + "pt-3": "0/0", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 1, + "dreb": 4, + "oreb": 1, + "reb": 5, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 1, + "fouled": 1, + "plusMinus": -2, + "dunk": 0, + "kpi": 3, + "time": "21:57", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Tonye", + "Name2GFX": "Jekiri", + "photoGFX": "D:\\Photos/vtb/CSKA/3.png", + "season": "GAMES: 4 MINUTES: 19:34 PTS: 9.5 REB: 4.8 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "9.5", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "3.5", + "AvgOffRebound": "1.2", + "AvgRebound": "4.8", + "AvgSteal": "0.8", + "AvgTurnover": "0.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "2.0", + "AvgPlusMinus": null, + "AvgDunk": "1.2", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:34", + "Shot1Percent": "80.0%", + "Shot2Percent": "55.6%", + "Shot3Percent": "0.0%", + "Shot23Percent": "55.6%", + "TPoints": 38, + "TShots1": "8/10", + "TShots2": "15/27", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "80.0%", + "TShot2Percent": "55.6%", + "TShot3Percent": "0.0%", + "TShot23Percent": "55.6%", + "TAssist": 5, + "TBlocks": 0, + "TDefRebound": 14, + "TOffRebound": 5, + "TRebound": 19, + "TSteal": 3, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 8, + "TPlusMinus": 0, + "TDunk": 5, + "TKPI": 0, + "TPlayedTime": "78:18", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "331/416", + "CareerTShots2": "410/708", + "CareerTShots3": "7/19", + "CareerTShots23": "417/727", + "CareerTShot1Percent": "79.6%", + "CareerTShot2Percent": "57.9%", + "CareerTShot3Percent": "36.8%", + "CareerTShot23Percent": "57.4%", + "CareerTPoints": 1172, + "CareerTAssist": 149, + "CareerTBlocks": 51, + "CareerTDefRebound": 437, + "CareerTOffRebound": 247, + "CareerTRebound": 684, + "CareerTSteal": 89, + "CareerTTurnover": 127, + "CareerTFoul": 259, + "CareerTOpponentFoul": 372, + "CareerTPlusMinus": 0, + "CareerTDunk": 101, + "CareerTPlayedTime": "2555:34", + "CareerTGameCount": 128, + "CareerTStartCount": 22, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 40410, + "num": "4", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Samson Ruzhentsev", + "captain": false, + "age": 23, + "height": "202 cm", + "weight": "95 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "4/8", + "pt-3": "0/3", + "pt-1": "1/1", + "fg": "4/11", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 9, + "dunk": 0, + "kpi": 10, + "time": "23:27", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Samson", + "Name2GFX": "Ruzhentsev", + "photoGFX": "D:\\Photos/vtb/CSKA/4.png", + "season": "GAMES: 5 MINUTES: 19:05 PTS: 8.4 REB: 3.4 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "8.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.2", + "AvgDefRebound": "2.2", + "AvgOffRebound": "1.2", + "AvgRebound": "3.4", + "AvgSteal": "0.2", + "AvgTurnover": "0.2", + "AvgFoul": "0.8", + "AvgOpponentFoul": "1.2", + "AvgPlusMinus": null, + "AvgDunk": "0.4", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:05", + "Shot1Percent": "75.0%", + "Shot2Percent": "52.9%", + "Shot3Percent": "46.7%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "3/4", + "TShots2": "9/17", + "TShots3": "7/15", + "TShots23": "16/32", + "TShot1Percent": "75.0%", + "TShot2Percent": "52.9%", + "TShot3Percent": "46.7%", + "TShot23Percent": "50.0%", + "TAssist": 6, + "TBlocks": 1, + "TDefRebound": 11, + "TOffRebound": 6, + "TRebound": 17, + "TSteal": 1, + "TTurnover": 1, + "TFoul": 4, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:27", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "117/141", + "CareerTShots2": "222/402", + "CareerTShots3": "121/312", + "CareerTShots23": "343/714", + "CareerTShot1Percent": "83.0%", + "CareerTShot2Percent": "55.2%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "48.0%", + "CareerTPoints": 924, + "CareerTAssist": 135, + "CareerTBlocks": 27, + "CareerTDefRebound": 239, + "CareerTOffRebound": 93, + "CareerTRebound": 332, + "CareerTSteal": 62, + "CareerTTurnover": 123, + "CareerTFoul": 145, + "CareerTOpponentFoul": 158, + "CareerTPlusMinus": 0, + "CareerTDunk": 46, + "CareerTPlayedTime": "1900:31", + "CareerTGameCount": 116, + "CareerTStartCount": 56, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 18590, + "num": "5", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Gankevich", + "captain": false, + "age": 30, + "height": "201 cm", + "weight": "109 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -42,918 +506,454 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Magomednabi", - "Name2GFX": "KHalilulaev", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\1.png", - "season": "GAMES: 0 MINUTES:", + "Name1GFX": "Aleksandr", + "Name2GFX": "Gankevich", + "photoGFX": "D:\\Photos/vtb/CSKA/5.png", + "season": "GAMES: 2 MINUTES: 09:55 PTS: 2.0 REB: 1.5 AST: 1.5", "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 44983, - "num": "2", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Mikhail Belenitskii", - "captain": false, - "age": 23, - "height": "204 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 9, - "pt-2": "3/5", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "4/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 5, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 13, - "dunk": 1, - "kpi": 9, - "time": "19:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Belenitskii", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\2.png", - "season": "GAMES: 2 MINUTES: 15:02 PTS: 6.5 REB: 2.5 AST: 1.5 STL: 1.5", - "isOnCourt": false, - "AvgPoints": "6.5", + "AvgPoints": "2.0", "AvgAssist": "1.5", "AvgBlocks": "0.0", - "AvgDefRebound": "1.5", + "AvgDefRebound": "0.5", "AvgOffRebound": "1.0", - "AvgRebound": "2.5", - "AvgSteal": "1.5", - "AvgTurnover": "0.5", - "AvgFoul": "5.0", - "AvgOpponentFoul": "1.5", + "AvgRebound": "1.5", + "AvgSteal": "0.5", + "AvgTurnover": "0.0", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.0", "AvgPlusMinus": null, "AvgDunk": "0.5", "AvgKPI": "0.0", - "AvgPlayedTime": "15:02", - "Shot1Percent": "100.0%", - "Shot2Percent": "66.7%", - "Shot3Percent": "100.0%", - "Shot23Percent": "71.4%", - "TPoints": 13, - "TShots1": "2/2", - "TShots2": "4/6", - "TShots3": "1/1", - "TShots23": "5/7", - "TShot1Percent": "100.0%", - "TShot2Percent": "66.7%", - "TShot3Percent": "100.0%", - "TShot23Percent": "71.4%", + "AvgPlayedTime": "09:55", + "Shot1Percent": "0.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "50.0%", + "TPoints": 4, + "TShots1": "0/2", + "TShots2": "2/4", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "50.0%", "TAssist": 3, "TBlocks": 0, - "TDefRebound": 3, + "TDefRebound": 1, "TOffRebound": 2, - "TRebound": 5, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 3, + "TRebound": 3, + "TSteal": 1, + "TTurnover": 0, + "TFoul": 7, + "TOpponentFoul": 2, "TPlusMinus": 0, "TDunk": 1, "TKPI": 0, - "TPlayedTime": "30:04", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "122/178", - "CareerTShots2": "123/254", - "CareerTShots3": "62/214", - "CareerTShots23": "185/468", - "CareerTShot1Percent": "68.5%", - "CareerTShot2Percent": "48.4%", - "CareerTShot3Percent": "29.0%", - "CareerTShot23Percent": "39.5%", - "CareerTPoints": 554, - "CareerTAssist": 114, - "CareerTBlocks": 30, - "CareerTDefRebound": 228, - "CareerTOffRebound": 128, - "CareerTRebound": 356, - "CareerTSteal": 98, - "CareerTTurnover": 107, - "CareerTFoul": 300, - "CareerTOpponentFoul": 201, - "CareerTPlusMinus": 0, - "CareerTDunk": 25, - "CareerTPlayedTime": "2147:28", - "CareerTGameCount": 127, - "CareerTStartCount": 83, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 260539, - "num": "3", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Jalen Reynolds", - "captain": true, - "age": 32, - "height": "208 cm", - "weight": "113 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/3", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/4", - "ast": 3, - "stl": 1, - "blk": 1, - "blkVic": 0, - "dreb": 0, - "oreb": 3, - "reb": 3, - "to": 4, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 5, - "plusMinus": -3, - "dunk": 2, - "kpi": 11, - "time": "20:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Reynolds", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\3.png", - "season": "GAMES: 2 MINUTES: 17:14 PTS: 10.0 REB: 2.5 AST: 2.5 STL: 1.0 BLK: 1.0", - "isOnCourt": false, - "AvgPoints": "10.0", - "AvgAssist": "2.5", - "AvgBlocks": "1.0", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.5", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "2.5", - "AvgFoul": "2.5", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "17:14", - "Shot1Percent": "80.0%", - "Shot2Percent": "75.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "66.7%", - "TPoints": 20, - "TShots1": "8/10", - "TShots2": "6/8", - "TShots3": "0/1", - "TShots23": "6/9", - "TShot1Percent": "80.0%", - "TShot2Percent": "75.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "66.7%", - "TAssist": 5, - "TBlocks": 2, - "TDefRebound": 2, - "TOffRebound": 3, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 5, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 2, - "TKPI": 0, - "TPlayedTime": "34:28", + "TPlayedTime": "19:51", "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "448/592", - "CareerTShots2": "822/1368", - "CareerTShots3": "133/408", - "CareerTShots23": "955/1776", - "CareerTShot1Percent": "75.7%", - "CareerTShot2Percent": "60.1%", - "CareerTShot3Percent": "32.6%", - "CareerTShot23Percent": "53.8%", - "CareerTPoints": 2491, - "CareerTAssist": 257, - "CareerTBlocks": 127, - "CareerTDefRebound": 731, - "CareerTOffRebound": 321, - "CareerTRebound": 1052, - "CareerTSteal": 200, - "CareerTTurnover": 344, - "CareerTFoul": 493, - "CareerTOpponentFoul": 601, + "CareerTShots1": "164/304", + "CareerTShots2": "312/515", + "CareerTShots3": "16/64", + "CareerTShots23": "328/579", + "CareerTShot1Percent": "53.9%", + "CareerTShot2Percent": "60.6%", + "CareerTShot3Percent": "25.0%", + "CareerTShot23Percent": "56.6%", + "CareerTPoints": 836, + "CareerTAssist": 245, + "CareerTBlocks": 24, + "CareerTDefRebound": 278, + "CareerTOffRebound": 186, + "CareerTRebound": 464, + "CareerTSteal": 82, + "CareerTTurnover": 176, + "CareerTFoul": 420, + "CareerTOpponentFoul": 292, "CareerTPlusMinus": 0, - "CareerTDunk": 165, - "CareerTPlayedTime": "3688:17", - "CareerTGameCount": 174, - "CareerTStartCount": 45, + "CareerTDunk": 28, + "CareerTPlayedTime": "2643:57", + "CareerTGameCount": 149, + "CareerTStartCount": 42, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 489627, - "num": "4", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Marcus Bingham", - "captain": false, - "age": 25, - "height": "213 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 27, - "pt-2": "10/13", - "pt-3": "2/2", - "pt-1": "1/1", - "fg": "12/15", - "ast": 1, - "stl": 3, - "blk": 1, - "blkVic": 0, - "dreb": 3, - "oreb": 2, - "reb": 5, - "to": 0, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 20, - "dunk": 2, - "kpi": 34, - "time": "23:10", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Marcus", - "Name2GFX": "Bingham", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\4.png", - "season": "GAMES: 2 MINUTES: 25:17 PTS: 24.5 REB: 6.5 STL: 2.5", - "isOnCourt": false, - "AvgPoints": "24.5", - "AvgAssist": "0.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "4.5", - "AvgOffRebound": "2.0", - "AvgRebound": "6.5", - "AvgSteal": "2.5", - "AvgTurnover": "0.5", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.5", - "AvgPlusMinus": null, - "AvgDunk": "1.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "25:17", - "Shot1Percent": "100.0%", - "Shot2Percent": "72.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "75.0%", - "TPoints": 49, - "TShots1": "4/4", - "TShots2": "18/25", - "TShots3": "3/3", - "TShots23": "21/28", - "TShot1Percent": "100.0%", - "TShot2Percent": "72.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "75.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 9, - "TOffRebound": 4, - "TRebound": 13, - "TSteal": 5, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 5, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "50:34", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "4/4", - "CareerTShots2": "18/25", - "CareerTShots3": "3/3", - "CareerTShots23": "21/28", - "CareerTShot1Percent": "100.0%", - "CareerTShot2Percent": "72.0%", - "CareerTShot3Percent": "100.0%", - "CareerTShot23Percent": "75.0%", - "CareerTPoints": 49, - "CareerTAssist": 1, - "CareerTBlocks": 1, - "CareerTDefRebound": 9, - "CareerTOffRebound": 4, - "CareerTRebound": 13, - "CareerTSteal": 5, - "CareerTTurnover": 1, - "CareerTFoul": 4, - "CareerTOpponentFoul": 5, - "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "50:34", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 393164, - "num": "9", + "id": 21751, + "num": "7", "startRole": "Player", "role": "Shooting guard", "roleShort": "SG", - "NameGFX": "C.J. Bryce", + "NameGFX": "Ivan Ukhov", "captain": false, - "age": 28, - "height": "196 cm", - "weight": "92 kg", + "age": 30, + "height": "193 cm", + "weight": "89 kg", "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 9, - "pt-2": "3/6", - "pt-3": "0/2", - "pt-1": "3/3", - "fg": "3/8", - "ast": 6, - "stl": 0, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "2/3", + "pt-3": "2/4", + "pt-1": "1/3", + "fg": "4/7", + "ast": 4, + "stl": 1, "blk": 0, "blkVic": 0, - "dreb": 3, - "oreb": 0, - "reb": 3, + "dreb": 4, + "oreb": 1, + "reb": 5, "to": 1, "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 4, - "plusMinus": 15, - "dunk": 1, - "kpi": 13, - "time": "28:37", + "fouled": 5, + "plusMinus": 4, + "dunk": 0, + "kpi": 17, + "time": "17:16", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "C.J.", - "Name2GFX": "Bryce", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\9.png", - "season": "GAMES: 2 MINUTES: 31:19 PTS: 15.5 REB: 5.0 AST: 4.5", + "Name1GFX": "Ivan", + "Name2GFX": "Ukhov", + "photoGFX": "D:\\Photos/vtb/CSKA/7.png", + "season": "GAMES: 5 MINUTES: 16:38 PTS: 9.4 REB: 3.2 AST: 1.8", "isOnCourt": false, - "AvgPoints": "15.5", - "AvgAssist": "4.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "3.5", - "AvgOffRebound": "1.5", - "AvgRebound": "5.0", - "AvgSteal": "0.5", - "AvgTurnover": "1.0", - "AvgFoul": "3.0", - "AvgOpponentFoul": "3.0", + "AvgPoints": "9.4", + "AvgAssist": "1.8", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.8", + "AvgOffRebound": "1.4", + "AvgRebound": "3.2", + "AvgSteal": "0.6", + "AvgTurnover": "1.2", + "AvgFoul": "2.4", + "AvgOpponentFoul": "2.2", "AvgPlusMinus": null, - "AvgDunk": "0.5", + "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "31:19", - "Shot1Percent": "100.0%", - "Shot2Percent": "40.0%", - "Shot3Percent": "40.0%", - "Shot23Percent": "40.0%", - "TPoints": 31, - "TShots1": "7/7", - "TShots2": "6/15", - "TShots3": "4/10", - "TShots23": "10/25", - "TShot1Percent": "100.0%", - "TShot2Percent": "40.0%", - "TShot3Percent": "40.0%", - "TShot23Percent": "40.0%", + "AvgPlayedTime": "16:38", + "Shot1Percent": "57.1%", + "Shot2Percent": "66.7%", + "Shot3Percent": "36.0%", + "Shot23Percent": "45.9%", + "TPoints": 47, + "TShots1": "4/7", + "TShots2": "8/12", + "TShots3": "9/25", + "TShots23": "17/37", + "TShot1Percent": "57.1%", + "TShot2Percent": "66.7%", + "TShot3Percent": "36.0%", + "TShot23Percent": "45.9%", "TAssist": 9, - "TBlocks": 1, - "TDefRebound": 7, - "TOffRebound": 3, - "TRebound": 10, - "TSteal": 1, - "TTurnover": 2, - "TFoul": 6, - "TOpponentFoul": 6, + "TBlocks": 0, + "TDefRebound": 9, + "TOffRebound": 7, + "TRebound": 16, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 12, + "TOpponentFoul": 11, "TPlusMinus": 0, - "TDunk": 1, + "TDunk": 0, "TKPI": 0, - "TPlayedTime": "62:38", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "85/96", - "CareerTShots2": "109/218", - "CareerTShots3": "34/63", - "CareerTShots23": "143/281", - "CareerTShot1Percent": "88.5%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "54.0%", - "CareerTShot23Percent": "50.9%", - "CareerTPoints": 405, - "CareerTAssist": 102, - "CareerTBlocks": 4, - "CareerTDefRebound": 70, - "CareerTOffRebound": 27, - "CareerTRebound": 97, - "CareerTSteal": 21, - "CareerTTurnover": 87, - "CareerTFoul": 69, - "CareerTOpponentFoul": 107, + "TPlayedTime": "83:14", + "TGameCount": 5, + "TStartCount": 4, + "CareerTShots1": "152/224", + "CareerTShots2": "246/481", + "CareerTShots3": "332/859", + "CareerTShots23": "578/1340", + "CareerTShot1Percent": "67.9%", + "CareerTShot2Percent": "51.1%", + "CareerTShot3Percent": "38.6%", + "CareerTShot23Percent": "43.1%", + "CareerTPoints": 1640, + "CareerTAssist": 560, + "CareerTBlocks": 21, + "CareerTDefRebound": 526, + "CareerTOffRebound": 222, + "CareerTRebound": 748, + "CareerTSteal": 237, + "CareerTTurnover": 295, + "CareerTFoul": 738, + "CareerTOpponentFoul": 321, "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "787:51", - "CareerTGameCount": 29, - "CareerTStartCount": 13, + "CareerTDunk": 1, + "CareerTPlayedTime": "5152:11", + "CareerTGameCount": 312, + "CareerTStartCount": 134, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 429185, - "num": "11", + "id": 30355, + "num": "8", "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Paris Lee", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Anton Astapkovich", "captain": false, - "age": 30, - "height": "184 cm", - "weight": "85 kg", + "age": 31, + "height": "202 cm", + "weight": "98 kg", "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 14, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 4, "pt-2": "2/3", - "pt-3": "3/8", - "pt-1": "1/1", - "fg": "5/11", - "ast": 8, - "stl": 2, + "pt-3": "0/3", + "pt-1": "0/0", + "fg": "2/6", + "ast": 2, + "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 2, - "foul": 1, + "dreb": 5, + "oreb": 1, + "reb": 6, + "to": 0, + "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 2, - "plusMinus": 34, - "dunk": 0, - "kpi": 19, - "time": "30:29", + "plusMinus": -2, + "dunk": 1, + "kpi": 10, + "time": "18:48", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Paris", - "Name2GFX": "Lee", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\11.png", - "season": "GAMES: 2 MINUTES: 30:40 PTS: 16.0 REB: 3.0 AST: 7.0 STL: 1.5", + "Name1GFX": "Anton", + "Name2GFX": "Astapkovich", + "photoGFX": "D:\\Photos/vtb/CSKA/8.png", + "season": "GAMES: 5 MINUTES: 23:25 PTS: 8.4 REB: 5.8 AST: 2.6", "isOnCourt": false, - "AvgPoints": "16.0", - "AvgAssist": "7.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "3.0", - "AvgOffRebound": "0.0", - "AvgRebound": "3.0", - "AvgSteal": "1.5", - "AvgTurnover": "1.0", - "AvgFoul": "0.5", - "AvgOpponentFoul": "3.5", + "AvgPoints": "8.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.4", + "AvgDefRebound": "4.8", + "AvgOffRebound": "1.0", + "AvgRebound": "5.8", + "AvgSteal": "0.4", + "AvgTurnover": "0.6", + "AvgFoul": "0.6", + "AvgOpponentFoul": "1.8", "AvgPlusMinus": null, - "AvgDunk": "0.0", + "AvgDunk": "0.2", "AvgKPI": "0.0", - "AvgPlayedTime": "30:40", - "Shot1Percent": "60.0%", + "AvgPlayedTime": "23:25", + "Shot1Percent": "100.0%", "Shot2Percent": "50.0%", - "Shot3Percent": "43.8%", - "Shot23Percent": "45.8%", - "TPoints": 32, - "TShots1": "3/5", - "TShots2": "4/8", - "TShots3": "7/16", - "TShots23": "11/24", - "TShot1Percent": "60.0%", - "TShot2Percent": "50.0%", - "TShot3Percent": "43.8%", - "TShot23Percent": "45.8%", - "TAssist": 14, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 3, - "TTurnover": 2, - "TFoul": 1, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "61:21", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "3/5", - "CareerTShots2": "4/8", - "CareerTShots3": "7/16", - "CareerTShots23": "11/24", - "CareerTShot1Percent": "60.0%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "43.8%", - "CareerTShot23Percent": "45.8%", - "CareerTPoints": 32, - "CareerTAssist": 14, - "CareerTBlocks": 0, - "CareerTDefRebound": 6, - "CareerTOffRebound": 0, - "CareerTRebound": 6, - "CareerTSteal": 3, - "CareerTTurnover": 2, - "CareerTFoul": 1, - "CareerTOpponentFoul": 7, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "61:21", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 394537, - "num": "12", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Dyshawn Pierre", - "captain": false, - "age": 31, - "height": "198 cm", - "weight": "104 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ca.svg", - "pts": 13, - "pt-2": "1/5", - "pt-3": "1/2", - "pt-1": "8/8", - "fg": "2/7", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 7, - "plusMinus": 2, - "dunk": 0, - "kpi": 17, - "time": "21:14", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Dyshawn", - "Name2GFX": "Pierre", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\12.png", - "season": "GAMES: 2 MINUTES: 23:36 PTS: 14.5 REB: 3.5 AST: 1.0", - "isOnCourt": false, - "AvgPoints": "14.5", - "AvgAssist": "1.0", - "AvgBlocks": "0.5", - "AvgDefRebound": "1.5", - "AvgOffRebound": "2.0", - "AvgRebound": "3.5", - "AvgSteal": "0.0", - "AvgTurnover": "1.0", - "AvgFoul": "1.5", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:36", - "Shot1Percent": "88.9%", - "Shot2Percent": "56.2%", "Shot3Percent": "50.0%", - "Shot23Percent": "55.6%", - "TPoints": 29, - "TShots1": "8/9", - "TShots2": "9/16", - "TShots3": "1/2", - "TShots23": "10/18", - "TShot1Percent": "88.9%", - "TShot2Percent": "56.2%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "1/1", + "TShots2": "7/14", + "TShots3": "9/18", + "TShots23": "16/32", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", "TShot3Percent": "50.0%", - "TShot23Percent": "55.6%", - "TAssist": 2, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 4, - "TRebound": 7, - "TSteal": 0, - "TTurnover": 2, + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 2, + "TDefRebound": 24, + "TOffRebound": 5, + "TRebound": 29, + "TSteal": 2, + "TTurnover": 3, "TFoul": 3, - "TOpponentFoul": 10, + "TOpponentFoul": 9, "TPlusMinus": 0, - "TDunk": 2, + "TDunk": 1, "TKPI": 0, - "TPlayedTime": "47:13", - "TGameCount": 2, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "9/16", - "CareerTShots3": "1/2", - "CareerTShots23": "10/18", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "56.2%", - "CareerTShot3Percent": "50.0%", - "CareerTShot23Percent": "55.6%", - "CareerTPoints": 29, - "CareerTAssist": 2, - "CareerTBlocks": 1, - "CareerTDefRebound": 3, - "CareerTOffRebound": 4, - "CareerTRebound": 7, - "CareerTSteal": 0, - "CareerTTurnover": 2, - "CareerTFoul": 3, - "CareerTOpponentFoul": 10, + "TPlayedTime": "117:09", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "397/463", + "CareerTShots2": "482/920", + "CareerTShots3": "298/736", + "CareerTShots23": "780/1656", + "CareerTShot1Percent": "85.7%", + "CareerTShot2Percent": "52.4%", + "CareerTShot3Percent": "40.5%", + "CareerTShot23Percent": "47.1%", + "CareerTPoints": 2255, + "CareerTAssist": 529, + "CareerTBlocks": 49, + "CareerTDefRebound": 731, + "CareerTOffRebound": 195, + "CareerTRebound": 926, + "CareerTSteal": 182, + "CareerTTurnover": 329, + "CareerTFoul": 483, + "CareerTOpponentFoul": 599, "CareerTPlusMinus": 0, - "CareerTDunk": 2, - "CareerTPlayedTime": "47:13", - "CareerTGameCount": 2, - "CareerTStartCount": 0, + "CareerTDunk": 18, + "CareerTPlayedTime": "5731:26", + "CareerTGameCount": 273, + "CareerTStartCount": 110, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 15644, - "num": "13", + "id": 35878, + "num": "9", "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Denis Zakharov", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Vladimir Karpenko", "captain": false, - "age": 32, - "height": "193 cm", - "weight": "88 kg", + "age": 25, + "height": "192 cm", + "weight": "80 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", "pts": 3, - "pt-2": "0/0", - "pt-3": "1/4", + "pt-2": "0/2", + "pt-3": "1/2", "pt-1": "0/0", "fg": "1/4", - "ast": 0, - "stl": 1, + "ast": 2, + "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 4, + "dreb": 2, "oreb": 0, - "reb": 4, - "to": 1, + "reb": 2, + "to": 0, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 0, - "plusMinus": -1, + "plusMinus": 8, "dunk": 0, "kpi": 2, - "time": "16:12", + "time": "15:48", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Denis", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\13.png", - "season": "GAMES: 2 MINUTES: 14:15 PTS: 2.5 REB: 2.0 STL: 1.0", + "Name1GFX": "Vladimir", + "Name2GFX": "Karpenko", + "photoGFX": "D:\\Photos/vtb/CSKA/9.png", + "season": "GAMES: 3 MINUTES: 10:14 PTS: 2.7 REB: 1.0", "isOnCourt": false, - "AvgPoints": "2.5", - "AvgAssist": "0.0", + "AvgPoints": "2.7", + "AvgAssist": "0.7", "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", + "AvgDefRebound": "1.0", "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.5", - "AvgFoul": "3.0", - "AvgOpponentFoul": "1.0", + "AvgRebound": "1.0", + "AvgSteal": "0.3", + "AvgTurnover": "0.3", + "AvgFoul": "2.3", + "AvgOpponentFoul": "0.0", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "14:15", - "Shot1Percent": "100.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "20.0%", - "Shot23Percent": "20.0%", - "TPoints": 5, - "TShots1": "2/2", - "TShots2": "0/0", - "TShots3": "1/5", - "TShots23": "0/0", - "TShot1Percent": "100.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "20.0%", - "TShot23Percent": "20.0%", - "TAssist": 0, + "AvgPlayedTime": "10:14", + "Shot1Percent": "0.0%", + "Shot2Percent": "33.3%", + "Shot3Percent": "28.6%", + "Shot23Percent": "30.0%", + "TPoints": 8, + "TShots1": "0/0", + "TShots2": "1/3", + "TShots3": "2/7", + "TShots23": "3/10", + "TShot1Percent": "0.0%", + "TShot2Percent": "33.3%", + "TShot3Percent": "28.6%", + "TShot23Percent": "30.0%", + "TAssist": 2, "TBlocks": 0, - "TDefRebound": 4, + "TDefRebound": 3, "TOffRebound": 0, - "TRebound": 4, - "TSteal": 2, + "TRebound": 3, + "TSteal": 1, "TTurnover": 1, - "TFoul": 6, - "TOpponentFoul": 2, + "TFoul": 7, + "TOpponentFoul": 0, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "28:31", - "TGameCount": 2, + "TPlayedTime": "30:44", + "TGameCount": 3, "TStartCount": 0, - "CareerTShots1": "312/433", - "CareerTShots2": "290/591", - "CareerTShots3": "166/555", - "CareerTShots23": "456/1146", - "CareerTShot1Percent": "72.1%", - "CareerTShot2Percent": "49.1%", - "CareerTShot3Percent": "29.9%", - "CareerTShot23Percent": "39.8%", - "CareerTPoints": 1390, - "CareerTAssist": 310, - "CareerTBlocks": 12, - "CareerTDefRebound": 229, - "CareerTOffRebound": 73, - "CareerTRebound": 302, - "CareerTSteal": 111, - "CareerTTurnover": 207, - "CareerTFoul": 530, - "CareerTOpponentFoul": 432, + "CareerTShots1": "28/37", + "CareerTShots2": "74/151", + "CareerTShots3": "45/143", + "CareerTShots23": "119/294", + "CareerTShot1Percent": "75.7%", + "CareerTShot2Percent": "49.0%", + "CareerTShot3Percent": "31.5%", + "CareerTShot23Percent": "40.5%", + "CareerTPoints": 311, + "CareerTAssist": 92, + "CareerTBlocks": 3, + "CareerTDefRebound": 70, + "CareerTOffRebound": 37, + "CareerTRebound": 107, + "CareerTSteal": 52, + "CareerTTurnover": 53, + "CareerTFoul": 136, + "CareerTOpponentFoul": 54, "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "3671:13", - "CareerTGameCount": 249, - "CareerTStartCount": 74, + "CareerTDunk": 0, + "CareerTPlayedTime": "988:14", + "CareerTGameCount": 86, + "CareerTStartCount": 4, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 33189, - "num": "15", + "id": 46302, + "num": "10", "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Ruslan Abdulbasirov", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Chadov", "captain": false, - "age": 31, - "height": "211 cm", - "weight": "100 kg", + "age": 23, + "height": "205 cm", + "weight": "103 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, + "pts": 8, "pt-2": "1/1", - "pt-3": "0/1", + "pt-3": "2/2", "pt-1": "0/0", - "fg": "1/2", - "ast": 1, + "fg": "3/3", + "ast": 0, "stl": 0, - "blk": 1, + "blk": 0, "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, "foul": 0, "foulT": 0, "foulD": 0, @@ -962,141 +962,25 @@ "fouled": 0, "plusMinus": 9, "dunk": 0, - "kpi": 2, - "time": "9:04", + "kpi": 11, + "time": "4:46", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Ruslan", - "Name2GFX": "Abdulbasirov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\15.png", - "season": "GAMES: 1 MINUTES: 09:04 PTS: 2 AST: 1 BLK: 1", + "Name1GFX": "Aleksandr", + "Name2GFX": "Chadov", + "photoGFX": "D:\\Photos/vtb/CSKA/10.png", + "season": "GAMES: 2 MINUTES: 05:17 PTS: 5.0 REB: 1.5", "isOnCourt": false, - "AvgPoints": "2", - "AvgAssist": "1", - "AvgBlocks": "1", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "09:04", - "Shot1Percent": "0.0%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "50.0%", - "TPoints": 2, - "TShots1": "0/0", - "TShots2": "1/1", - "TShots3": "0/1", - "TShots23": "1/2", - "TShot1Percent": "0.0%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "50.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "09:04", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "43/55", - "CareerTShots2": "88/147", - "CareerTShots3": "29/67", - "CareerTShots23": "117/214", - "CareerTShot1Percent": "78.2%", - "CareerTShot2Percent": "59.9%", - "CareerTShot3Percent": "43.3%", - "CareerTShot23Percent": "54.7%", - "CareerTPoints": 306, - "CareerTAssist": 33, - "CareerTBlocks": 54, - "CareerTDefRebound": 166, - "CareerTOffRebound": 83, - "CareerTRebound": 249, - "CareerTSteal": 22, - "CareerTTurnover": 59, - "CareerTFoul": 87, - "CareerTOpponentFoul": 56, - "CareerTPlusMinus": 0, - "CareerTDunk": 24, - "CareerTPlayedTime": "1151:54", - "CareerTGameCount": 58, - "CareerTStartCount": 26, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 54356, - "num": "19", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Roman Ilyuk", - "captain": false, - "age": 20, - "height": "188 cm", - "weight": "82 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Roman", - "Name2GFX": "Ilyuk", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\19.png", - "season": "GAMES: 0 MINUTES:", - "isOnCourt": false, - "AvgPoints": "0.0", + "AvgPoints": "5.0", "AvgAssist": "0.0", "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", + "AvgDefRebound": "0.5", + "AvgOffRebound": "1.0", + "AvgRebound": "1.5", "AvgSteal": "0.0", "AvgTurnover": "0.0", "AvgFoul": "0.0", @@ -1104,25 +988,25 @@ "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", + "AvgPlayedTime": "05:17", "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, + "Shot2Percent": "100.0%", + "Shot3Percent": "66.7%", + "Shot23Percent": "80.0%", + "TPoints": 10, "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", + "TShots2": "2/2", + "TShots3": "2/3", + "TShots23": "4/5", "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", + "TShot2Percent": "100.0%", + "TShot3Percent": "66.7%", + "TShot23Percent": "80.0%", "TAssist": 0, "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, + "TDefRebound": 1, + "TOffRebound": 2, + "TRebound": 3, "TSteal": 0, "TTurnover": 0, "TFoul": 0, @@ -1130,54 +1014,54 @@ "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, + "TPlayedTime": "10:35", + "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "7/18", - "CareerTShots2": "14/24", - "CareerTShots3": "0/4", - "CareerTShots23": "14/28", - "CareerTShot1Percent": "38.9%", - "CareerTShot2Percent": "58.3%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 35, - "CareerTAssist": 23, - "CareerTBlocks": 1, - "CareerTDefRebound": 6, - "CareerTOffRebound": 6, - "CareerTRebound": 12, - "CareerTSteal": 5, - "CareerTTurnover": 17, - "CareerTFoul": 17, - "CareerTOpponentFoul": 19, + "CareerTShots1": "161/217", + "CareerTShots2": "305/556", + "CareerTShots3": "102/298", + "CareerTShots23": "407/854", + "CareerTShot1Percent": "74.2%", + "CareerTShot2Percent": "54.9%", + "CareerTShot3Percent": "34.2%", + "CareerTShot23Percent": "47.7%", + "CareerTPoints": 1077, + "CareerTAssist": 129, + "CareerTBlocks": 47, + "CareerTDefRebound": 319, + "CareerTOffRebound": 214, + "CareerTRebound": 533, + "CareerTSteal": 66, + "CareerTTurnover": 106, + "CareerTFoul": 342, + "CareerTOpponentFoul": 262, "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "122:32", - "CareerTGameCount": 27, - "CareerTStartCount": 0, + "CareerTDunk": 26, + "CareerTPlayedTime": "2851:15", + "CareerTGameCount": 166, + "CareerTStartCount": 85, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 35532, - "num": "21", + "id": 2505, + "num": "11", "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Ivan Belousov", - "captain": false, - "age": 24, - "height": "197 cm", - "weight": "87 kg", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Semen Antonov", + "captain": true, + "age": 36, + "height": "202 cm", + "weight": "100 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 3, + "pts": 5, "pt-2": "0/0", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "1/1", + "pt-3": "1/2", + "pt-1": "2/2", + "fg": "1/2", "ast": 0, "stl": 0, "blk": 0, @@ -1186,225 +1070,341 @@ "oreb": 0, "reb": 0, "to": 1, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -5, - "dunk": 0, - "kpi": -2, - "time": "7:20", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Ivan", - "Name2GFX": "Belousov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\21.png", - "season": "GAMES: 1 MINUTES: 07:20 PTS: 3", - "isOnCourt": false, - "AvgPoints": "3", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "4", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "07:20", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "100.0%", - "TPoints": 3, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "1/1", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "100.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "07:20", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "29/33", - "CareerTShots2": "60/128", - "CareerTShots3": "26/74", - "CareerTShots23": "86/202", - "CareerTShot1Percent": "87.9%", - "CareerTShot2Percent": "46.9%", - "CareerTShot3Percent": "35.1%", - "CareerTShot23Percent": "42.6%", - "CareerTPoints": 227, - "CareerTAssist": 64, - "CareerTBlocks": 5, - "CareerTDefRebound": 51, - "CareerTOffRebound": 15, - "CareerTRebound": 66, - "CareerTSteal": 15, - "CareerTTurnover": 61, - "CareerTFoul": 86, - "CareerTOpponentFoul": 36, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "677:50", - "CareerTGameCount": 44, - "CareerTStartCount": 7, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 25868, - "num": "27", - "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Andrey Lopatin", - "captain": false, - "age": 27, - "height": "208 cm", - "weight": "101 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 15, - "pt-2": "6/6", - "pt-3": "0/2", - "pt-1": "3/4", - "fg": "6/8", - "ast": 5, - "stl": 2, - "blk": 0, - "blkVic": 0, - "dreb": 3, - "oreb": 4, - "reb": 7, - "to": 4, - "foul": 1, + "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 2, - "plusMinus": 16, - "dunk": 1, - "kpi": 23, - "time": "23:52", + "plusMinus": 2, + "dunk": 0, + "kpi": 2, + "time": "16:26", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Andrey", - "Name2GFX": "Lopatin", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\27.png", - "season": "GAMES: 2 MINUTES: 23:05 PTS: 9.5 REB: 4.0 AST: 3.5 STL: 2.0", + "Name1GFX": "Semen", + "Name2GFX": "Antonov", + "photoGFX": "D:\\Photos/vtb/CSKA/11.png", + "season": "GAMES: 5 MINUTES: 15:22 PTS: 4.8 REB: 1.8", "isOnCourt": false, - "AvgPoints": "9.5", - "AvgAssist": "3.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "2.0", - "AvgRebound": "4.0", - "AvgSteal": "2.0", - "AvgTurnover": "2.5", - "AvgFoul": "0.5", - "AvgOpponentFoul": "1.5", + "AvgPoints": "4.8", + "AvgAssist": "0.8", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.6", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "0.4", + "AvgFoul": "1.8", + "AvgOpponentFoul": "0.4", "AvgPlusMinus": null, - "AvgDunk": "0.5", + "AvgDunk": "0.2", "AvgKPI": "0.0", - "AvgPlayedTime": "23:05", - "Shot1Percent": "83.3%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.0%", - "TPoints": 19, - "TShots1": "5/6", - "TShots2": "7/7", - "TShots3": "0/3", - "TShots23": "7/10", - "TShot1Percent": "83.3%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.0%", - "TAssist": 7, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 4, - "TRebound": 8, - "TSteal": 4, - "TTurnover": 5, - "TFoul": 1, - "TOpponentFoul": 3, + "AvgPlayedTime": "15:22", + "Shot1Percent": "100.0%", + "Shot2Percent": "66.7%", + "Shot3Percent": "50.0%", + "Shot23Percent": "53.3%", + "TPoints": 24, + "TShots1": "2/2", + "TShots2": "2/3", + "TShots3": "6/12", + "TShots23": "8/15", + "TShot1Percent": "100.0%", + "TShot2Percent": "66.7%", + "TShot3Percent": "50.0%", + "TShot23Percent": "53.3%", + "TAssist": 4, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 3, + "TRebound": 9, + "TSteal": 1, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 2, "TPlusMinus": 0, "TDunk": 1, "TKPI": 0, - "TPlayedTime": "46:11", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "251/311", - "CareerTShots2": "256/501", - "CareerTShots3": "195/488", - "CareerTShots23": "451/989", - "CareerTShot1Percent": "80.7%", - "CareerTShot2Percent": "51.1%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "45.6%", - "CareerTPoints": 1348, - "CareerTAssist": 210, - "CareerTBlocks": 45, - "CareerTDefRebound": 410, - "CareerTOffRebound": 181, - "CareerTRebound": 591, - "CareerTSteal": 154, - "CareerTTurnover": 206, - "CareerTFoul": 304, - "CareerTOpponentFoul": 310, + "TPlayedTime": "76:51", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "406/527", + "CareerTShots2": "716/1283", + "CareerTShots3": "392/1091", + "CareerTShots23": "1108/2374", + "CareerTShot1Percent": "77.0%", + "CareerTShot2Percent": "55.8%", + "CareerTShot3Percent": "35.9%", + "CareerTShot23Percent": "46.7%", + "CareerTPoints": 3014, + "CareerTAssist": 499, + "CareerTBlocks": 229, + "CareerTDefRebound": 962, + "CareerTOffRebound": 436, + "CareerTRebound": 1398, + "CareerTSteal": 190, + "CareerTTurnover": 306, + "CareerTFoul": 962, + "CareerTOpponentFoul": 565, "CareerTPlusMinus": 0, - "CareerTDunk": 32, - "CareerTPlayedTime": "3661:53", - "CareerTGameCount": 192, - "CareerTStartCount": 113, + "CareerTDunk": 21, + "CareerTPlayedTime": "8550:18", + "CareerTGameCount": 427, + "CareerTStartCount": 190, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 145595, + "id": 360807, + "num": "17", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Livio Jean-Charles", + "captain": false, + "age": 31, + "height": "206 cm", + "weight": "104 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/fr.svg", + "pts": 12, + "pt-2": "3/7", + "pt-3": "0/0", + "pt-1": "6/9", + "fg": "3/7", + "ast": 1, + "stl": 3, + "blk": 2, + "blkVic": 1, + "dreb": 2, + "oreb": 4, + "reb": 6, + "to": 1, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 5, + "plusMinus": 11, + "dunk": 0, + "kpi": 20, + "time": "18:03", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Livio", + "Name2GFX": "Jean-Charles", + "photoGFX": "D:\\Photos/vtb/CSKA/17.png", + "season": "GAMES: 5 MINUTES: 18:36 PTS: 11.2 REB: 4.0 AST: 1.0 STL: 1.2", + "isOnCourt": false, + "AvgPoints": "11.2", + "AvgAssist": "1.0", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.8", + "AvgOffRebound": "2.2", + "AvgRebound": "4.0", + "AvgSteal": "1.2", + "AvgTurnover": "2.0", + "AvgFoul": "2.6", + "AvgOpponentFoul": "3.4", + "AvgPlusMinus": null, + "AvgDunk": "0.6", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:36", + "Shot1Percent": "69.6%", + "Shot2Percent": "62.5%", + "Shot3Percent": "0.0%", + "Shot23Percent": "62.5%", + "TPoints": 56, + "TShots1": "16/23", + "TShots2": "20/32", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "69.6%", + "TShot2Percent": "62.5%", + "TShot3Percent": "0.0%", + "TShot23Percent": "62.5%", + "TAssist": 5, + "TBlocks": 3, + "TDefRebound": 9, + "TOffRebound": 11, + "TRebound": 20, + "TSteal": 6, + "TTurnover": 10, + "TFoul": 13, + "TOpponentFoul": 17, + "TPlusMinus": 0, + "TDunk": 3, + "TKPI": 0, + "TPlayedTime": "93:04", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "284/411", + "CareerTShots2": "634/984", + "CareerTShots3": "19/49", + "CareerTShots23": "653/1033", + "CareerTShot1Percent": "69.1%", + "CareerTShot2Percent": "64.4%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "63.2%", + "CareerTPoints": 1609, + "CareerTAssist": 207, + "CareerTBlocks": 106, + "CareerTDefRebound": 393, + "CareerTOffRebound": 257, + "CareerTRebound": 650, + "CareerTSteal": 85, + "CareerTTurnover": 180, + "CareerTFoul": 294, + "CareerTOpponentFoul": 367, + "CareerTPlusMinus": 0, + "CareerTDunk": 105, + "CareerTPlayedTime": "2926:36", + "CareerTGameCount": 154, + "CareerTStartCount": 107, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 404, + "num": "41", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Nikita Kurbanov", + "captain": false, + "age": 39, + "height": "202 cm", + "weight": "100 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 6, + "pt-2": "1/2", + "pt-3": "1/1", + "pt-1": "1/1", + "fg": "2/3", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 1, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": 0, + "dunk": 0, + "kpi": 10, + "time": "16:33", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Nikita", + "Name2GFX": "Kurbanov", + "photoGFX": "D:\\Photos/vtb/CSKA/41.png", + "season": "GAMES: 5 MINUTES: 15:00 PTS: 3.4 REB: 3.6 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "3.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "2.4", + "AvgOffRebound": "1.2", + "AvgRebound": "3.6", + "AvgSteal": "0.2", + "AvgTurnover": "0.8", + "AvgFoul": "1.0", + "AvgOpponentFoul": "1.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "15:00", + "Shot1Percent": "66.7%", + "Shot2Percent": "37.5%", + "Shot3Percent": "50.0%", + "Shot23Percent": "42.9%", + "TPoints": 17, + "TShots1": "2/3", + "TShots2": "3/8", + "TShots3": "3/6", + "TShots23": "6/14", + "TShot1Percent": "66.7%", + "TShot2Percent": "37.5%", + "TShot3Percent": "50.0%", + "TShot23Percent": "42.9%", + "TAssist": 6, + "TBlocks": 0, + "TDefRebound": 12, + "TOffRebound": 6, + "TRebound": 18, + "TSteal": 1, + "TTurnover": 4, + "TFoul": 5, + "TOpponentFoul": 5, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "75:01", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "572/702", + "CareerTShots2": "642/1056", + "CareerTShots3": "249/657", + "CareerTShots23": "891/1713", + "CareerTShot1Percent": "81.5%", + "CareerTShot2Percent": "60.8%", + "CareerTShot3Percent": "37.9%", + "CareerTShot23Percent": "52.0%", + "CareerTPoints": 2603, + "CareerTAssist": 634, + "CareerTBlocks": 143, + "CareerTDefRebound": 1254, + "CareerTOffRebound": 499, + "CareerTRebound": 1753, + "CareerTSteal": 340, + "CareerTTurnover": 439, + "CareerTFoul": 793, + "CareerTOpponentFoul": 626, + "CareerTPlusMinus": 0, + "CareerTDunk": 38, + "CareerTPlayedTime": "8742:22", + "CareerTGameCount": 448, + "CareerTStartCount": 320, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 148058, "num": "1", "startRole": "Coach", "role": "Coach", "roleShort": "", - "NameGFX": "Velimir Perasovic", + "NameGFX": "Andreas Pistiolis", "captain": false, - "age": 60, + "age": 47, "height": 0, "weight": 0, "isStart": false, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/hr.svg", + "flag": "https://flagicons.lipis.dev/flags/4x3/gr.svg", "pts": 0, "pt-2": "0/0", "pt-3": "0/0", @@ -1418,15 +1418,15 @@ "oreb": 0, "reb": 0, "to": 0, - "foul": 0, + "foul": 2, "foulT": 0, "foulD": 0, - "foulC": 0, + "foulC": 2, "foulB": 0, "fouled": 0, "plusMinus": 0, "dunk": 0, - "kpi": 0, + "kpi": -2, "time": "0:00", "pts1q": 0, "pts2q": 0, @@ -1434,8 +1434,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Velimir", - "Name2GFX": "Perasovic", + "Name1GFX": "Andreas", + "Name2GFX": "Pistiolis", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1504,134 +1504,18 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n181 games: 131-50 (72.4% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n181 games: 131-50 (72.4% wins)" + "HeadCoachStatsCareer": "in The VTB United League career\n77 games: 63-14 (81.8% wins)", + "HeadCoachStatsTeam": "CSKA head coach\n77 games: 63-14 (81.8% wins)" }, { - "id": 332999, + "id": 145649, "num": "2", "startRole": "Coach", "role": "Assistant Coach", "roleShort": "", - "NameGFX": "Milan Karakas", + "NameGFX": "Denis Godlevskiy", "captain": false, - "age": 44, - "height": 0, - "weight": 0, - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/hr.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Milan", - "Name2GFX": "Karakas", - "photoGFX": "", - "season": "", - "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": "0.0", - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "0:00", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "0:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n2 games: 2-0 (100.0% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n2 games: 2-0 (100.0% wins)" - }, - { - "id": 86, - "num": "3", - "startRole": "Coach", - "role": "Assistant Coach", - "roleShort": "", - "NameGFX": "Artur Bigeev", - "captain": false, - "age": 40, + "age": 42, "height": 0, "weight": 0, "isStart": false, @@ -1666,8 +1550,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Artur", - "Name2GFX": "Bigeev", + "Name1GFX": "Denis", + "Name2GFX": "Godlevskiy", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1736,11 +1620,11 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n1 game: 1-0 (100.0% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n1 game: 1-0 (100.0% wins)" + "HeadCoachStatsCareer": "first game as CSKA head coach", + "HeadCoachStatsTeam": "first game as CSKA head coach" }, { - "id": 697, + "id": 15, "num": "", "startRole": "Team", "role": "-", @@ -1763,9 +1647,9 @@ "blk": 0, "blkVic": 0, "dreb": 2, - "oreb": 3, - "reb": 5, - "to": 0, + "oreb": 0, + "reb": 2, + "to": 1, "foul": 0, "foulT": 0, "foulD": 0, @@ -1774,7 +1658,7 @@ "fouled": 0, "plusMinus": 0, "dunk": 0, - "kpi": 5, + "kpi": 1, "time": "0:00", "pts1q": 0, "pts2q": 0, diff --git a/static/team1_copy.json b/static/team1_copy.json index 1f0d17f..49bc858 100644 --- a/static/team1_copy.json +++ b/static/team1_copy.json @@ -1,15 +1,479 @@ [ { - "id": 257926, + "id": 429877, "num": "1", "startRole": "Player", "role": "Shooting guard", "roleShort": "SG", - "NameGFX": "Magomednabi KHalilulaev", + "NameGFX": "Antonius Cleveland", "captain": false, - "age": 19, - "height": "186 cm", - "weight": "84 kg", + "age": 31, + "height": "196 cm", + "weight": "90 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 12, + "pt-2": "3/3", + "pt-3": "2/3", + "pt-1": "0/0", + "fg": "5/6", + "ast": 6, + "stl": 3, + "blk": 1, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 7, + "plusMinus": 6, + "dunk": 0, + "kpi": 22, + "time": "20:44", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Antonius", + "Name2GFX": "Cleveland", + "photoGFX": "D:\\Photos/vtb/CSKA/1.png", + "season": "GAMES: 5 MINUTES: 20:50 PTS: 9.6 REB: 1.4 AST: 3.6 STL: 1.8", + "isOnCourt": false, + "AvgPoints": "9.6", + "AvgAssist": "3.6", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.2", + "AvgRebound": "1.4", + "AvgSteal": "1.8", + "AvgTurnover": "1.8", + "AvgFoul": "2.4", + "AvgOpponentFoul": "3.4", + "AvgPlusMinus": null, + "AvgDunk": "0.8", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:50", + "Shot1Percent": "42.9%", + "Shot2Percent": "65.2%", + "Shot3Percent": "38.5%", + "Shot23Percent": "55.6%", + "TPoints": 48, + "TShots1": "3/7", + "TShots2": "15/23", + "TShots3": "5/13", + "TShots23": "20/36", + "TShot1Percent": "42.9%", + "TShot2Percent": "65.2%", + "TShot3Percent": "38.5%", + "TShot23Percent": "55.6%", + "TAssist": 18, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 1, + "TRebound": 7, + "TSteal": 9, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 17, + "TPlusMinus": 0, + "TDunk": 4, + "TKPI": 0, + "TPlayedTime": "104:10", + "TGameCount": 5, + "TStartCount": 1, + "CareerTShots1": "149/207", + "CareerTShots2": "230/415", + "CareerTShots3": "74/198", + "CareerTShots23": "304/613", + "CareerTShot1Percent": "72.0%", + "CareerTShot2Percent": "55.4%", + "CareerTShot3Percent": "37.4%", + "CareerTShot23Percent": "49.6%", + "CareerTPoints": 831, + "CareerTAssist": 186, + "CareerTBlocks": 44, + "CareerTDefRebound": 196, + "CareerTOffRebound": 49, + "CareerTRebound": 245, + "CareerTSteal": 102, + "CareerTTurnover": 123, + "CareerTFoul": 142, + "CareerTOpponentFoul": 179, + "CareerTPlusMinus": 0, + "CareerTDunk": 54, + "CareerTPlayedTime": "1524:09", + "CareerTGameCount": 61, + "CareerTStartCount": 25, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 333884, + "num": "2", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Casper Ware", + "captain": false, + "age": 35, + "height": "178 cm", + "weight": "79 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 10, + "pt-2": "2/4", + "pt-3": "2/9", + "pt-1": "0/0", + "fg": "4/13", + "ast": 3, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 0, + "dunk": 0, + "kpi": 1, + "time": "26:12", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Casper", + "Name2GFX": "Ware", + "photoGFX": "D:\\Photos/vtb/CSKA/2.png", + "season": "GAMES: 5 MINUTES: 22:02 PTS: 9.4 REB: 1.2 AST: 2.6", + "isOnCourt": false, + "AvgPoints": "9.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.2", + "AvgRebound": "1.2", + "AvgSteal": "0.0", + "AvgTurnover": "1.6", + "AvgFoul": "1.6", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "22:02", + "Shot1Percent": "75.0%", + "Shot2Percent": "46.7%", + "Shot3Percent": "32.1%", + "Shot23Percent": "37.2%", + "TPoints": 47, + "TShots1": "6/8", + "TShots2": "7/15", + "TShots3": "9/28", + "TShots23": "16/43", + "TShot1Percent": "75.0%", + "TShot2Percent": "46.7%", + "TShot3Percent": "32.1%", + "TShot23Percent": "37.2%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 5, + "TOffRebound": 1, + "TRebound": 6, + "TSteal": 0, + "TTurnover": 8, + "TFoul": 8, + "TOpponentFoul": 9, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "110:10", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "484/553", + "CareerTShots2": "326/681", + "CareerTShots3": "360/937", + "CareerTShots23": "686/1618", + "CareerTShot1Percent": "87.5%", + "CareerTShot2Percent": "47.9%", + "CareerTShot3Percent": "38.4%", + "CareerTShot23Percent": "42.4%", + "CareerTPoints": 2216, + "CareerTAssist": 672, + "CareerTBlocks": 3, + "CareerTDefRebound": 270, + "CareerTOffRebound": 54, + "CareerTRebound": 324, + "CareerTSteal": 130, + "CareerTTurnover": 310, + "CareerTFoul": 364, + "CareerTOpponentFoul": 580, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "4459:43", + "CareerTGameCount": 176, + "CareerTStartCount": 135, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 333011, + "num": "3", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Tonye Jekiri", + "captain": false, + "age": 31, + "height": "212 cm", + "weight": "111 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ng.svg", + "pts": 6, + "pt-2": "2/7", + "pt-3": "0/0", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 1, + "dreb": 4, + "oreb": 1, + "reb": 5, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 1, + "fouled": 1, + "plusMinus": -2, + "dunk": 0, + "kpi": 3, + "time": "21:57", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Tonye", + "Name2GFX": "Jekiri", + "photoGFX": "D:\\Photos/vtb/CSKA/3.png", + "season": "GAMES: 4 MINUTES: 19:34 PTS: 9.5 REB: 4.8 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "9.5", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "3.5", + "AvgOffRebound": "1.2", + "AvgRebound": "4.8", + "AvgSteal": "0.8", + "AvgTurnover": "0.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "2.0", + "AvgPlusMinus": null, + "AvgDunk": "1.2", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:34", + "Shot1Percent": "80.0%", + "Shot2Percent": "55.6%", + "Shot3Percent": "0.0%", + "Shot23Percent": "55.6%", + "TPoints": 38, + "TShots1": "8/10", + "TShots2": "15/27", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "80.0%", + "TShot2Percent": "55.6%", + "TShot3Percent": "0.0%", + "TShot23Percent": "55.6%", + "TAssist": 5, + "TBlocks": 0, + "TDefRebound": 14, + "TOffRebound": 5, + "TRebound": 19, + "TSteal": 3, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 8, + "TPlusMinus": 0, + "TDunk": 5, + "TKPI": 0, + "TPlayedTime": "78:18", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "331/416", + "CareerTShots2": "410/708", + "CareerTShots3": "7/19", + "CareerTShots23": "417/727", + "CareerTShot1Percent": "79.6%", + "CareerTShot2Percent": "57.9%", + "CareerTShot3Percent": "36.8%", + "CareerTShot23Percent": "57.4%", + "CareerTPoints": 1172, + "CareerTAssist": 149, + "CareerTBlocks": 51, + "CareerTDefRebound": 437, + "CareerTOffRebound": 247, + "CareerTRebound": 684, + "CareerTSteal": 89, + "CareerTTurnover": 127, + "CareerTFoul": 259, + "CareerTOpponentFoul": 372, + "CareerTPlusMinus": 0, + "CareerTDunk": 101, + "CareerTPlayedTime": "2555:34", + "CareerTGameCount": 128, + "CareerTStartCount": 22, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 40410, + "num": "4", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Samson Ruzhentsev", + "captain": false, + "age": 23, + "height": "202 cm", + "weight": "95 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "4/8", + "pt-3": "0/3", + "pt-1": "1/1", + "fg": "4/11", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 9, + "dunk": 0, + "kpi": 10, + "time": "23:27", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Samson", + "Name2GFX": "Ruzhentsev", + "photoGFX": "D:\\Photos/vtb/CSKA/4.png", + "season": "GAMES: 5 MINUTES: 19:05 PTS: 8.4 REB: 3.4 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "8.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.2", + "AvgDefRebound": "2.2", + "AvgOffRebound": "1.2", + "AvgRebound": "3.4", + "AvgSteal": "0.2", + "AvgTurnover": "0.2", + "AvgFoul": "0.8", + "AvgOpponentFoul": "1.2", + "AvgPlusMinus": null, + "AvgDunk": "0.4", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:05", + "Shot1Percent": "75.0%", + "Shot2Percent": "52.9%", + "Shot3Percent": "46.7%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "3/4", + "TShots2": "9/17", + "TShots3": "7/15", + "TShots23": "16/32", + "TShot1Percent": "75.0%", + "TShot2Percent": "52.9%", + "TShot3Percent": "46.7%", + "TShot23Percent": "50.0%", + "TAssist": 6, + "TBlocks": 1, + "TDefRebound": 11, + "TOffRebound": 6, + "TRebound": 17, + "TSteal": 1, + "TTurnover": 1, + "TFoul": 4, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:27", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "117/141", + "CareerTShots2": "222/402", + "CareerTShots3": "121/312", + "CareerTShots23": "343/714", + "CareerTShot1Percent": "83.0%", + "CareerTShot2Percent": "55.2%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "48.0%", + "CareerTPoints": 924, + "CareerTAssist": 135, + "CareerTBlocks": 27, + "CareerTDefRebound": 239, + "CareerTOffRebound": 93, + "CareerTRebound": 332, + "CareerTSteal": 62, + "CareerTTurnover": 123, + "CareerTFoul": 145, + "CareerTOpponentFoul": 158, + "CareerTPlusMinus": 0, + "CareerTDunk": 46, + "CareerTPlayedTime": "1900:31", + "CareerTGameCount": 116, + "CareerTStartCount": 56, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 18590, + "num": "5", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Gankevich", + "captain": false, + "age": 30, + "height": "201 cm", + "weight": "109 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -42,918 +506,454 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Magomednabi", - "Name2GFX": "KHalilulaev", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\1.png", - "season": "GAMES: 0 MINUTES:", + "Name1GFX": "Aleksandr", + "Name2GFX": "Gankevich", + "photoGFX": "D:\\Photos/vtb/CSKA/5.png", + "season": "GAMES: 2 MINUTES: 09:55 PTS: 2.0 REB: 1.5 AST: 1.5", "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 44983, - "num": "2", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Mikhail Belenitskii", - "captain": false, - "age": 23, - "height": "204 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 9, - "pt-2": "3/5", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "4/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 5, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 13, - "dunk": 1, - "kpi": 9, - "time": "19:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Belenitskii", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\2.png", - "season": "GAMES: 2 MINUTES: 15:02 PTS: 6.5 REB: 2.5 AST: 1.5 STL: 1.5", - "isOnCourt": false, - "AvgPoints": "6.5", + "AvgPoints": "2.0", "AvgAssist": "1.5", "AvgBlocks": "0.0", - "AvgDefRebound": "1.5", + "AvgDefRebound": "0.5", "AvgOffRebound": "1.0", - "AvgRebound": "2.5", - "AvgSteal": "1.5", - "AvgTurnover": "0.5", - "AvgFoul": "5.0", - "AvgOpponentFoul": "1.5", + "AvgRebound": "1.5", + "AvgSteal": "0.5", + "AvgTurnover": "0.0", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.0", "AvgPlusMinus": null, "AvgDunk": "0.5", "AvgKPI": "0.0", - "AvgPlayedTime": "15:02", - "Shot1Percent": "100.0%", - "Shot2Percent": "66.7%", - "Shot3Percent": "100.0%", - "Shot23Percent": "71.4%", - "TPoints": 13, - "TShots1": "2/2", - "TShots2": "4/6", - "TShots3": "1/1", - "TShots23": "5/7", - "TShot1Percent": "100.0%", - "TShot2Percent": "66.7%", - "TShot3Percent": "100.0%", - "TShot23Percent": "71.4%", + "AvgPlayedTime": "09:55", + "Shot1Percent": "0.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "50.0%", + "TPoints": 4, + "TShots1": "0/2", + "TShots2": "2/4", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "50.0%", "TAssist": 3, "TBlocks": 0, - "TDefRebound": 3, + "TDefRebound": 1, "TOffRebound": 2, - "TRebound": 5, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 3, + "TRebound": 3, + "TSteal": 1, + "TTurnover": 0, + "TFoul": 7, + "TOpponentFoul": 2, "TPlusMinus": 0, "TDunk": 1, "TKPI": 0, - "TPlayedTime": "30:04", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "122/178", - "CareerTShots2": "123/254", - "CareerTShots3": "62/214", - "CareerTShots23": "185/468", - "CareerTShot1Percent": "68.5%", - "CareerTShot2Percent": "48.4%", - "CareerTShot3Percent": "29.0%", - "CareerTShot23Percent": "39.5%", - "CareerTPoints": 554, - "CareerTAssist": 114, - "CareerTBlocks": 30, - "CareerTDefRebound": 228, - "CareerTOffRebound": 128, - "CareerTRebound": 356, - "CareerTSteal": 98, - "CareerTTurnover": 107, - "CareerTFoul": 300, - "CareerTOpponentFoul": 201, - "CareerTPlusMinus": 0, - "CareerTDunk": 25, - "CareerTPlayedTime": "2147:28", - "CareerTGameCount": 127, - "CareerTStartCount": 83, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 260539, - "num": "3", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Jalen Reynolds", - "captain": true, - "age": 32, - "height": "208 cm", - "weight": "113 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/3", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/4", - "ast": 3, - "stl": 1, - "blk": 1, - "blkVic": 0, - "dreb": 0, - "oreb": 3, - "reb": 3, - "to": 4, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 5, - "plusMinus": -3, - "dunk": 2, - "kpi": 11, - "time": "20:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Reynolds", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\3.png", - "season": "GAMES: 2 MINUTES: 17:14 PTS: 10.0 REB: 2.5 AST: 2.5 STL: 1.0 BLK: 1.0", - "isOnCourt": false, - "AvgPoints": "10.0", - "AvgAssist": "2.5", - "AvgBlocks": "1.0", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.5", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "2.5", - "AvgFoul": "2.5", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "17:14", - "Shot1Percent": "80.0%", - "Shot2Percent": "75.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "66.7%", - "TPoints": 20, - "TShots1": "8/10", - "TShots2": "6/8", - "TShots3": "0/1", - "TShots23": "6/9", - "TShot1Percent": "80.0%", - "TShot2Percent": "75.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "66.7%", - "TAssist": 5, - "TBlocks": 2, - "TDefRebound": 2, - "TOffRebound": 3, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 5, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 2, - "TKPI": 0, - "TPlayedTime": "34:28", + "TPlayedTime": "19:51", "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "448/592", - "CareerTShots2": "822/1368", - "CareerTShots3": "133/408", - "CareerTShots23": "955/1776", - "CareerTShot1Percent": "75.7%", - "CareerTShot2Percent": "60.1%", - "CareerTShot3Percent": "32.6%", - "CareerTShot23Percent": "53.8%", - "CareerTPoints": 2491, - "CareerTAssist": 257, - "CareerTBlocks": 127, - "CareerTDefRebound": 731, - "CareerTOffRebound": 321, - "CareerTRebound": 1052, - "CareerTSteal": 200, - "CareerTTurnover": 344, - "CareerTFoul": 493, - "CareerTOpponentFoul": 601, + "CareerTShots1": "164/304", + "CareerTShots2": "312/515", + "CareerTShots3": "16/64", + "CareerTShots23": "328/579", + "CareerTShot1Percent": "53.9%", + "CareerTShot2Percent": "60.6%", + "CareerTShot3Percent": "25.0%", + "CareerTShot23Percent": "56.6%", + "CareerTPoints": 836, + "CareerTAssist": 245, + "CareerTBlocks": 24, + "CareerTDefRebound": 278, + "CareerTOffRebound": 186, + "CareerTRebound": 464, + "CareerTSteal": 82, + "CareerTTurnover": 176, + "CareerTFoul": 420, + "CareerTOpponentFoul": 292, "CareerTPlusMinus": 0, - "CareerTDunk": 165, - "CareerTPlayedTime": "3688:17", - "CareerTGameCount": 174, - "CareerTStartCount": 45, + "CareerTDunk": 28, + "CareerTPlayedTime": "2643:57", + "CareerTGameCount": 149, + "CareerTStartCount": 42, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 489627, - "num": "4", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Marcus Bingham", - "captain": false, - "age": 25, - "height": "213 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 27, - "pt-2": "10/13", - "pt-3": "2/2", - "pt-1": "1/1", - "fg": "12/15", - "ast": 1, - "stl": 3, - "blk": 1, - "blkVic": 0, - "dreb": 3, - "oreb": 2, - "reb": 5, - "to": 0, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 20, - "dunk": 2, - "kpi": 34, - "time": "23:10", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Marcus", - "Name2GFX": "Bingham", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\4.png", - "season": "GAMES: 2 MINUTES: 25:17 PTS: 24.5 REB: 6.5 STL: 2.5", - "isOnCourt": false, - "AvgPoints": "24.5", - "AvgAssist": "0.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "4.5", - "AvgOffRebound": "2.0", - "AvgRebound": "6.5", - "AvgSteal": "2.5", - "AvgTurnover": "0.5", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.5", - "AvgPlusMinus": null, - "AvgDunk": "1.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "25:17", - "Shot1Percent": "100.0%", - "Shot2Percent": "72.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "75.0%", - "TPoints": 49, - "TShots1": "4/4", - "TShots2": "18/25", - "TShots3": "3/3", - "TShots23": "21/28", - "TShot1Percent": "100.0%", - "TShot2Percent": "72.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "75.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 9, - "TOffRebound": 4, - "TRebound": 13, - "TSteal": 5, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 5, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "50:34", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "4/4", - "CareerTShots2": "18/25", - "CareerTShots3": "3/3", - "CareerTShots23": "21/28", - "CareerTShot1Percent": "100.0%", - "CareerTShot2Percent": "72.0%", - "CareerTShot3Percent": "100.0%", - "CareerTShot23Percent": "75.0%", - "CareerTPoints": 49, - "CareerTAssist": 1, - "CareerTBlocks": 1, - "CareerTDefRebound": 9, - "CareerTOffRebound": 4, - "CareerTRebound": 13, - "CareerTSteal": 5, - "CareerTTurnover": 1, - "CareerTFoul": 4, - "CareerTOpponentFoul": 5, - "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "50:34", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 393164, - "num": "9", + "id": 21751, + "num": "7", "startRole": "Player", "role": "Shooting guard", "roleShort": "SG", - "NameGFX": "C.J. Bryce", + "NameGFX": "Ivan Ukhov", "captain": false, - "age": 28, - "height": "196 cm", - "weight": "92 kg", + "age": 30, + "height": "193 cm", + "weight": "89 kg", "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 9, - "pt-2": "3/6", - "pt-3": "0/2", - "pt-1": "3/3", - "fg": "3/8", - "ast": 6, - "stl": 0, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "2/3", + "pt-3": "2/4", + "pt-1": "1/3", + "fg": "4/7", + "ast": 4, + "stl": 1, "blk": 0, "blkVic": 0, - "dreb": 3, - "oreb": 0, - "reb": 3, + "dreb": 4, + "oreb": 1, + "reb": 5, "to": 1, "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 4, - "plusMinus": 15, - "dunk": 1, - "kpi": 13, - "time": "28:37", + "fouled": 5, + "plusMinus": 4, + "dunk": 0, + "kpi": 17, + "time": "17:16", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "C.J.", - "Name2GFX": "Bryce", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\9.png", - "season": "GAMES: 2 MINUTES: 31:19 PTS: 15.5 REB: 5.0 AST: 4.5", + "Name1GFX": "Ivan", + "Name2GFX": "Ukhov", + "photoGFX": "D:\\Photos/vtb/CSKA/7.png", + "season": "GAMES: 5 MINUTES: 16:38 PTS: 9.4 REB: 3.2 AST: 1.8", "isOnCourt": false, - "AvgPoints": "15.5", - "AvgAssist": "4.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "3.5", - "AvgOffRebound": "1.5", - "AvgRebound": "5.0", - "AvgSteal": "0.5", - "AvgTurnover": "1.0", - "AvgFoul": "3.0", - "AvgOpponentFoul": "3.0", + "AvgPoints": "9.4", + "AvgAssist": "1.8", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.8", + "AvgOffRebound": "1.4", + "AvgRebound": "3.2", + "AvgSteal": "0.6", + "AvgTurnover": "1.2", + "AvgFoul": "2.4", + "AvgOpponentFoul": "2.2", "AvgPlusMinus": null, - "AvgDunk": "0.5", + "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "31:19", - "Shot1Percent": "100.0%", - "Shot2Percent": "40.0%", - "Shot3Percent": "40.0%", - "Shot23Percent": "40.0%", - "TPoints": 31, - "TShots1": "7/7", - "TShots2": "6/15", - "TShots3": "4/10", - "TShots23": "10/25", - "TShot1Percent": "100.0%", - "TShot2Percent": "40.0%", - "TShot3Percent": "40.0%", - "TShot23Percent": "40.0%", + "AvgPlayedTime": "16:38", + "Shot1Percent": "57.1%", + "Shot2Percent": "66.7%", + "Shot3Percent": "36.0%", + "Shot23Percent": "45.9%", + "TPoints": 47, + "TShots1": "4/7", + "TShots2": "8/12", + "TShots3": "9/25", + "TShots23": "17/37", + "TShot1Percent": "57.1%", + "TShot2Percent": "66.7%", + "TShot3Percent": "36.0%", + "TShot23Percent": "45.9%", "TAssist": 9, - "TBlocks": 1, - "TDefRebound": 7, - "TOffRebound": 3, - "TRebound": 10, - "TSteal": 1, - "TTurnover": 2, - "TFoul": 6, - "TOpponentFoul": 6, + "TBlocks": 0, + "TDefRebound": 9, + "TOffRebound": 7, + "TRebound": 16, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 12, + "TOpponentFoul": 11, "TPlusMinus": 0, - "TDunk": 1, + "TDunk": 0, "TKPI": 0, - "TPlayedTime": "62:38", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "85/96", - "CareerTShots2": "109/218", - "CareerTShots3": "34/63", - "CareerTShots23": "143/281", - "CareerTShot1Percent": "88.5%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "54.0%", - "CareerTShot23Percent": "50.9%", - "CareerTPoints": 405, - "CareerTAssist": 102, - "CareerTBlocks": 4, - "CareerTDefRebound": 70, - "CareerTOffRebound": 27, - "CareerTRebound": 97, - "CareerTSteal": 21, - "CareerTTurnover": 87, - "CareerTFoul": 69, - "CareerTOpponentFoul": 107, + "TPlayedTime": "83:14", + "TGameCount": 5, + "TStartCount": 4, + "CareerTShots1": "152/224", + "CareerTShots2": "246/481", + "CareerTShots3": "332/859", + "CareerTShots23": "578/1340", + "CareerTShot1Percent": "67.9%", + "CareerTShot2Percent": "51.1%", + "CareerTShot3Percent": "38.6%", + "CareerTShot23Percent": "43.1%", + "CareerTPoints": 1640, + "CareerTAssist": 560, + "CareerTBlocks": 21, + "CareerTDefRebound": 526, + "CareerTOffRebound": 222, + "CareerTRebound": 748, + "CareerTSteal": 237, + "CareerTTurnover": 295, + "CareerTFoul": 738, + "CareerTOpponentFoul": 321, "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "787:51", - "CareerTGameCount": 29, - "CareerTStartCount": 13, + "CareerTDunk": 1, + "CareerTPlayedTime": "5152:11", + "CareerTGameCount": 312, + "CareerTStartCount": 134, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 429185, - "num": "11", + "id": 30355, + "num": "8", "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Paris Lee", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Anton Astapkovich", "captain": false, - "age": 30, - "height": "184 cm", - "weight": "85 kg", + "age": 31, + "height": "202 cm", + "weight": "98 kg", "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 14, + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 4, "pt-2": "2/3", - "pt-3": "3/8", - "pt-1": "1/1", - "fg": "5/11", - "ast": 8, - "stl": 2, + "pt-3": "0/3", + "pt-1": "0/0", + "fg": "2/6", + "ast": 2, + "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 2, - "foul": 1, + "dreb": 5, + "oreb": 1, + "reb": 6, + "to": 0, + "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 2, - "plusMinus": 34, - "dunk": 0, - "kpi": 19, - "time": "30:29", + "plusMinus": -2, + "dunk": 1, + "kpi": 10, + "time": "18:48", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Paris", - "Name2GFX": "Lee", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\11.png", - "season": "GAMES: 2 MINUTES: 30:40 PTS: 16.0 REB: 3.0 AST: 7.0 STL: 1.5", + "Name1GFX": "Anton", + "Name2GFX": "Astapkovich", + "photoGFX": "D:\\Photos/vtb/CSKA/8.png", + "season": "GAMES: 5 MINUTES: 23:25 PTS: 8.4 REB: 5.8 AST: 2.6", "isOnCourt": false, - "AvgPoints": "16.0", - "AvgAssist": "7.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "3.0", - "AvgOffRebound": "0.0", - "AvgRebound": "3.0", - "AvgSteal": "1.5", - "AvgTurnover": "1.0", - "AvgFoul": "0.5", - "AvgOpponentFoul": "3.5", + "AvgPoints": "8.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.4", + "AvgDefRebound": "4.8", + "AvgOffRebound": "1.0", + "AvgRebound": "5.8", + "AvgSteal": "0.4", + "AvgTurnover": "0.6", + "AvgFoul": "0.6", + "AvgOpponentFoul": "1.8", "AvgPlusMinus": null, - "AvgDunk": "0.0", + "AvgDunk": "0.2", "AvgKPI": "0.0", - "AvgPlayedTime": "30:40", - "Shot1Percent": "60.0%", + "AvgPlayedTime": "23:25", + "Shot1Percent": "100.0%", "Shot2Percent": "50.0%", - "Shot3Percent": "43.8%", - "Shot23Percent": "45.8%", - "TPoints": 32, - "TShots1": "3/5", - "TShots2": "4/8", - "TShots3": "7/16", - "TShots23": "11/24", - "TShot1Percent": "60.0%", - "TShot2Percent": "50.0%", - "TShot3Percent": "43.8%", - "TShot23Percent": "45.8%", - "TAssist": 14, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 3, - "TTurnover": 2, - "TFoul": 1, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "61:21", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "3/5", - "CareerTShots2": "4/8", - "CareerTShots3": "7/16", - "CareerTShots23": "11/24", - "CareerTShot1Percent": "60.0%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "43.8%", - "CareerTShot23Percent": "45.8%", - "CareerTPoints": 32, - "CareerTAssist": 14, - "CareerTBlocks": 0, - "CareerTDefRebound": 6, - "CareerTOffRebound": 0, - "CareerTRebound": 6, - "CareerTSteal": 3, - "CareerTTurnover": 2, - "CareerTFoul": 1, - "CareerTOpponentFoul": 7, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "61:21", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 394537, - "num": "12", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Dyshawn Pierre", - "captain": false, - "age": 31, - "height": "198 cm", - "weight": "104 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ca.svg", - "pts": 13, - "pt-2": "1/5", - "pt-3": "1/2", - "pt-1": "8/8", - "fg": "2/7", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 7, - "plusMinus": 2, - "dunk": 0, - "kpi": 17, - "time": "21:14", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Dyshawn", - "Name2GFX": "Pierre", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\12.png", - "season": "GAMES: 2 MINUTES: 23:36 PTS: 14.5 REB: 3.5 AST: 1.0", - "isOnCourt": false, - "AvgPoints": "14.5", - "AvgAssist": "1.0", - "AvgBlocks": "0.5", - "AvgDefRebound": "1.5", - "AvgOffRebound": "2.0", - "AvgRebound": "3.5", - "AvgSteal": "0.0", - "AvgTurnover": "1.0", - "AvgFoul": "1.5", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:36", - "Shot1Percent": "88.9%", - "Shot2Percent": "56.2%", "Shot3Percent": "50.0%", - "Shot23Percent": "55.6%", - "TPoints": 29, - "TShots1": "8/9", - "TShots2": "9/16", - "TShots3": "1/2", - "TShots23": "10/18", - "TShot1Percent": "88.9%", - "TShot2Percent": "56.2%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "1/1", + "TShots2": "7/14", + "TShots3": "9/18", + "TShots23": "16/32", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", "TShot3Percent": "50.0%", - "TShot23Percent": "55.6%", - "TAssist": 2, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 4, - "TRebound": 7, - "TSteal": 0, - "TTurnover": 2, + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 2, + "TDefRebound": 24, + "TOffRebound": 5, + "TRebound": 29, + "TSteal": 2, + "TTurnover": 3, "TFoul": 3, - "TOpponentFoul": 10, + "TOpponentFoul": 9, "TPlusMinus": 0, - "TDunk": 2, + "TDunk": 1, "TKPI": 0, - "TPlayedTime": "47:13", - "TGameCount": 2, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "9/16", - "CareerTShots3": "1/2", - "CareerTShots23": "10/18", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "56.2%", - "CareerTShot3Percent": "50.0%", - "CareerTShot23Percent": "55.6%", - "CareerTPoints": 29, - "CareerTAssist": 2, - "CareerTBlocks": 1, - "CareerTDefRebound": 3, - "CareerTOffRebound": 4, - "CareerTRebound": 7, - "CareerTSteal": 0, - "CareerTTurnover": 2, - "CareerTFoul": 3, - "CareerTOpponentFoul": 10, + "TPlayedTime": "117:09", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "397/463", + "CareerTShots2": "482/920", + "CareerTShots3": "298/736", + "CareerTShots23": "780/1656", + "CareerTShot1Percent": "85.7%", + "CareerTShot2Percent": "52.4%", + "CareerTShot3Percent": "40.5%", + "CareerTShot23Percent": "47.1%", + "CareerTPoints": 2255, + "CareerTAssist": 529, + "CareerTBlocks": 49, + "CareerTDefRebound": 731, + "CareerTOffRebound": 195, + "CareerTRebound": 926, + "CareerTSteal": 182, + "CareerTTurnover": 329, + "CareerTFoul": 483, + "CareerTOpponentFoul": 599, "CareerTPlusMinus": 0, - "CareerTDunk": 2, - "CareerTPlayedTime": "47:13", - "CareerTGameCount": 2, - "CareerTStartCount": 0, + "CareerTDunk": 18, + "CareerTPlayedTime": "5731:26", + "CareerTGameCount": 273, + "CareerTStartCount": 110, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 15644, - "num": "13", + "id": 35878, + "num": "9", "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Denis Zakharov", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Vladimir Karpenko", "captain": false, - "age": 32, - "height": "193 cm", - "weight": "88 kg", + "age": 25, + "height": "192 cm", + "weight": "80 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", "pts": 3, - "pt-2": "0/0", - "pt-3": "1/4", + "pt-2": "0/2", + "pt-3": "1/2", "pt-1": "0/0", "fg": "1/4", - "ast": 0, - "stl": 1, + "ast": 2, + "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 4, + "dreb": 2, "oreb": 0, - "reb": 4, - "to": 1, + "reb": 2, + "to": 0, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 0, - "plusMinus": -1, + "plusMinus": 8, "dunk": 0, "kpi": 2, - "time": "16:12", + "time": "15:48", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Denis", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\13.png", - "season": "GAMES: 2 MINUTES: 14:15 PTS: 2.5 REB: 2.0 STL: 1.0", + "Name1GFX": "Vladimir", + "Name2GFX": "Karpenko", + "photoGFX": "D:\\Photos/vtb/CSKA/9.png", + "season": "GAMES: 3 MINUTES: 10:14 PTS: 2.7 REB: 1.0", "isOnCourt": false, - "AvgPoints": "2.5", - "AvgAssist": "0.0", + "AvgPoints": "2.7", + "AvgAssist": "0.7", "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", + "AvgDefRebound": "1.0", "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.5", - "AvgFoul": "3.0", - "AvgOpponentFoul": "1.0", + "AvgRebound": "1.0", + "AvgSteal": "0.3", + "AvgTurnover": "0.3", + "AvgFoul": "2.3", + "AvgOpponentFoul": "0.0", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "14:15", - "Shot1Percent": "100.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "20.0%", - "Shot23Percent": "20.0%", - "TPoints": 5, - "TShots1": "2/2", - "TShots2": "0/0", - "TShots3": "1/5", - "TShots23": "0/0", - "TShot1Percent": "100.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "20.0%", - "TShot23Percent": "20.0%", - "TAssist": 0, + "AvgPlayedTime": "10:14", + "Shot1Percent": "0.0%", + "Shot2Percent": "33.3%", + "Shot3Percent": "28.6%", + "Shot23Percent": "30.0%", + "TPoints": 8, + "TShots1": "0/0", + "TShots2": "1/3", + "TShots3": "2/7", + "TShots23": "3/10", + "TShot1Percent": "0.0%", + "TShot2Percent": "33.3%", + "TShot3Percent": "28.6%", + "TShot23Percent": "30.0%", + "TAssist": 2, "TBlocks": 0, - "TDefRebound": 4, + "TDefRebound": 3, "TOffRebound": 0, - "TRebound": 4, - "TSteal": 2, + "TRebound": 3, + "TSteal": 1, "TTurnover": 1, - "TFoul": 6, - "TOpponentFoul": 2, + "TFoul": 7, + "TOpponentFoul": 0, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "28:31", - "TGameCount": 2, + "TPlayedTime": "30:44", + "TGameCount": 3, "TStartCount": 0, - "CareerTShots1": "312/433", - "CareerTShots2": "290/591", - "CareerTShots3": "166/555", - "CareerTShots23": "456/1146", - "CareerTShot1Percent": "72.1%", - "CareerTShot2Percent": "49.1%", - "CareerTShot3Percent": "29.9%", - "CareerTShot23Percent": "39.8%", - "CareerTPoints": 1390, - "CareerTAssist": 310, - "CareerTBlocks": 12, - "CareerTDefRebound": 229, - "CareerTOffRebound": 73, - "CareerTRebound": 302, - "CareerTSteal": 111, - "CareerTTurnover": 207, - "CareerTFoul": 530, - "CareerTOpponentFoul": 432, + "CareerTShots1": "28/37", + "CareerTShots2": "74/151", + "CareerTShots3": "45/143", + "CareerTShots23": "119/294", + "CareerTShot1Percent": "75.7%", + "CareerTShot2Percent": "49.0%", + "CareerTShot3Percent": "31.5%", + "CareerTShot23Percent": "40.5%", + "CareerTPoints": 311, + "CareerTAssist": 92, + "CareerTBlocks": 3, + "CareerTDefRebound": 70, + "CareerTOffRebound": 37, + "CareerTRebound": 107, + "CareerTSteal": 52, + "CareerTTurnover": 53, + "CareerTFoul": 136, + "CareerTOpponentFoul": 54, "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "3671:13", - "CareerTGameCount": 249, - "CareerTStartCount": 74, + "CareerTDunk": 0, + "CareerTPlayedTime": "988:14", + "CareerTGameCount": 86, + "CareerTStartCount": 4, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 33189, - "num": "15", + "id": 46302, + "num": "10", "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Ruslan Abdulbasirov", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Chadov", "captain": false, - "age": 31, - "height": "211 cm", - "weight": "100 kg", + "age": 23, + "height": "205 cm", + "weight": "103 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, + "pts": 8, "pt-2": "1/1", - "pt-3": "0/1", + "pt-3": "2/2", "pt-1": "0/0", - "fg": "1/2", - "ast": 1, + "fg": "3/3", + "ast": 0, "stl": 0, - "blk": 1, + "blk": 0, "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, "foul": 0, "foulT": 0, "foulD": 0, @@ -962,141 +962,25 @@ "fouled": 0, "plusMinus": 9, "dunk": 0, - "kpi": 2, - "time": "9:04", + "kpi": 11, + "time": "4:46", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Ruslan", - "Name2GFX": "Abdulbasirov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\15.png", - "season": "GAMES: 1 MINUTES: 09:04 PTS: 2 AST: 1 BLK: 1", + "Name1GFX": "Aleksandr", + "Name2GFX": "Chadov", + "photoGFX": "D:\\Photos/vtb/CSKA/10.png", + "season": "GAMES: 2 MINUTES: 05:17 PTS: 5.0 REB: 1.5", "isOnCourt": false, - "AvgPoints": "2", - "AvgAssist": "1", - "AvgBlocks": "1", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "09:04", - "Shot1Percent": "0.0%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "50.0%", - "TPoints": 2, - "TShots1": "0/0", - "TShots2": "1/1", - "TShots3": "0/1", - "TShots23": "1/2", - "TShot1Percent": "0.0%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "50.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "09:04", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "43/55", - "CareerTShots2": "88/147", - "CareerTShots3": "29/67", - "CareerTShots23": "117/214", - "CareerTShot1Percent": "78.2%", - "CareerTShot2Percent": "59.9%", - "CareerTShot3Percent": "43.3%", - "CareerTShot23Percent": "54.7%", - "CareerTPoints": 306, - "CareerTAssist": 33, - "CareerTBlocks": 54, - "CareerTDefRebound": 166, - "CareerTOffRebound": 83, - "CareerTRebound": 249, - "CareerTSteal": 22, - "CareerTTurnover": 59, - "CareerTFoul": 87, - "CareerTOpponentFoul": 56, - "CareerTPlusMinus": 0, - "CareerTDunk": 24, - "CareerTPlayedTime": "1151:54", - "CareerTGameCount": 58, - "CareerTStartCount": 26, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 54356, - "num": "19", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Roman Ilyuk", - "captain": false, - "age": 20, - "height": "188 cm", - "weight": "82 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Roman", - "Name2GFX": "Ilyuk", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\19.png", - "season": "GAMES: 0 MINUTES:", - "isOnCourt": false, - "AvgPoints": "0.0", + "AvgPoints": "5.0", "AvgAssist": "0.0", "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", + "AvgDefRebound": "0.5", + "AvgOffRebound": "1.0", + "AvgRebound": "1.5", "AvgSteal": "0.0", "AvgTurnover": "0.0", "AvgFoul": "0.0", @@ -1104,25 +988,25 @@ "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", + "AvgPlayedTime": "05:17", "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, + "Shot2Percent": "100.0%", + "Shot3Percent": "66.7%", + "Shot23Percent": "80.0%", + "TPoints": 10, "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", + "TShots2": "2/2", + "TShots3": "2/3", + "TShots23": "4/5", "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", + "TShot2Percent": "100.0%", + "TShot3Percent": "66.7%", + "TShot23Percent": "80.0%", "TAssist": 0, "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, + "TDefRebound": 1, + "TOffRebound": 2, + "TRebound": 3, "TSteal": 0, "TTurnover": 0, "TFoul": 0, @@ -1130,54 +1014,54 @@ "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, + "TPlayedTime": "10:35", + "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "7/18", - "CareerTShots2": "14/24", - "CareerTShots3": "0/4", - "CareerTShots23": "14/28", - "CareerTShot1Percent": "38.9%", - "CareerTShot2Percent": "58.3%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 35, - "CareerTAssist": 23, - "CareerTBlocks": 1, - "CareerTDefRebound": 6, - "CareerTOffRebound": 6, - "CareerTRebound": 12, - "CareerTSteal": 5, - "CareerTTurnover": 17, - "CareerTFoul": 17, - "CareerTOpponentFoul": 19, + "CareerTShots1": "161/217", + "CareerTShots2": "305/556", + "CareerTShots3": "102/298", + "CareerTShots23": "407/854", + "CareerTShot1Percent": "74.2%", + "CareerTShot2Percent": "54.9%", + "CareerTShot3Percent": "34.2%", + "CareerTShot23Percent": "47.7%", + "CareerTPoints": 1077, + "CareerTAssist": 129, + "CareerTBlocks": 47, + "CareerTDefRebound": 319, + "CareerTOffRebound": 214, + "CareerTRebound": 533, + "CareerTSteal": 66, + "CareerTTurnover": 106, + "CareerTFoul": 342, + "CareerTOpponentFoul": 262, "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "122:32", - "CareerTGameCount": 27, - "CareerTStartCount": 0, + "CareerTDunk": 26, + "CareerTPlayedTime": "2851:15", + "CareerTGameCount": 166, + "CareerTStartCount": 85, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 35532, - "num": "21", + "id": 2505, + "num": "11", "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Ivan Belousov", - "captain": false, - "age": 24, - "height": "197 cm", - "weight": "87 kg", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Semen Antonov", + "captain": true, + "age": 36, + "height": "202 cm", + "weight": "100 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 3, + "pts": 5, "pt-2": "0/0", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "1/1", + "pt-3": "1/2", + "pt-1": "2/2", + "fg": "1/2", "ast": 0, "stl": 0, "blk": 0, @@ -1186,225 +1070,341 @@ "oreb": 0, "reb": 0, "to": 1, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -5, - "dunk": 0, - "kpi": -2, - "time": "7:20", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Ivan", - "Name2GFX": "Belousov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\21.png", - "season": "GAMES: 1 MINUTES: 07:20 PTS: 3", - "isOnCourt": false, - "AvgPoints": "3", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "4", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "07:20", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "100.0%", - "TPoints": 3, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "1/1", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "100.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "07:20", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "29/33", - "CareerTShots2": "60/128", - "CareerTShots3": "26/74", - "CareerTShots23": "86/202", - "CareerTShot1Percent": "87.9%", - "CareerTShot2Percent": "46.9%", - "CareerTShot3Percent": "35.1%", - "CareerTShot23Percent": "42.6%", - "CareerTPoints": 227, - "CareerTAssist": 64, - "CareerTBlocks": 5, - "CareerTDefRebound": 51, - "CareerTOffRebound": 15, - "CareerTRebound": 66, - "CareerTSteal": 15, - "CareerTTurnover": 61, - "CareerTFoul": 86, - "CareerTOpponentFoul": 36, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "677:50", - "CareerTGameCount": 44, - "CareerTStartCount": 7, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 25868, - "num": "27", - "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Andrey Lopatin", - "captain": false, - "age": 27, - "height": "208 cm", - "weight": "101 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 15, - "pt-2": "6/6", - "pt-3": "0/2", - "pt-1": "3/4", - "fg": "6/8", - "ast": 5, - "stl": 2, - "blk": 0, - "blkVic": 0, - "dreb": 3, - "oreb": 4, - "reb": 7, - "to": 4, - "foul": 1, + "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 2, - "plusMinus": 16, - "dunk": 1, - "kpi": 23, - "time": "23:52", + "plusMinus": 2, + "dunk": 0, + "kpi": 2, + "time": "16:26", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Andrey", - "Name2GFX": "Lopatin", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\27.png", - "season": "GAMES: 2 MINUTES: 23:05 PTS: 9.5 REB: 4.0 AST: 3.5 STL: 2.0", + "Name1GFX": "Semen", + "Name2GFX": "Antonov", + "photoGFX": "D:\\Photos/vtb/CSKA/11.png", + "season": "GAMES: 5 MINUTES: 15:22 PTS: 4.8 REB: 1.8", "isOnCourt": false, - "AvgPoints": "9.5", - "AvgAssist": "3.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "2.0", - "AvgRebound": "4.0", - "AvgSteal": "2.0", - "AvgTurnover": "2.5", - "AvgFoul": "0.5", - "AvgOpponentFoul": "1.5", + "AvgPoints": "4.8", + "AvgAssist": "0.8", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.6", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "0.4", + "AvgFoul": "1.8", + "AvgOpponentFoul": "0.4", "AvgPlusMinus": null, - "AvgDunk": "0.5", + "AvgDunk": "0.2", "AvgKPI": "0.0", - "AvgPlayedTime": "23:05", - "Shot1Percent": "83.3%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.0%", - "TPoints": 19, - "TShots1": "5/6", - "TShots2": "7/7", - "TShots3": "0/3", - "TShots23": "7/10", - "TShot1Percent": "83.3%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.0%", - "TAssist": 7, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 4, - "TRebound": 8, - "TSteal": 4, - "TTurnover": 5, - "TFoul": 1, - "TOpponentFoul": 3, + "AvgPlayedTime": "15:22", + "Shot1Percent": "100.0%", + "Shot2Percent": "66.7%", + "Shot3Percent": "50.0%", + "Shot23Percent": "53.3%", + "TPoints": 24, + "TShots1": "2/2", + "TShots2": "2/3", + "TShots3": "6/12", + "TShots23": "8/15", + "TShot1Percent": "100.0%", + "TShot2Percent": "66.7%", + "TShot3Percent": "50.0%", + "TShot23Percent": "53.3%", + "TAssist": 4, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 3, + "TRebound": 9, + "TSteal": 1, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 2, "TPlusMinus": 0, "TDunk": 1, "TKPI": 0, - "TPlayedTime": "46:11", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "251/311", - "CareerTShots2": "256/501", - "CareerTShots3": "195/488", - "CareerTShots23": "451/989", - "CareerTShot1Percent": "80.7%", - "CareerTShot2Percent": "51.1%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "45.6%", - "CareerTPoints": 1348, - "CareerTAssist": 210, - "CareerTBlocks": 45, - "CareerTDefRebound": 410, - "CareerTOffRebound": 181, - "CareerTRebound": 591, - "CareerTSteal": 154, - "CareerTTurnover": 206, - "CareerTFoul": 304, - "CareerTOpponentFoul": 310, + "TPlayedTime": "76:51", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "406/527", + "CareerTShots2": "716/1283", + "CareerTShots3": "392/1091", + "CareerTShots23": "1108/2374", + "CareerTShot1Percent": "77.0%", + "CareerTShot2Percent": "55.8%", + "CareerTShot3Percent": "35.9%", + "CareerTShot23Percent": "46.7%", + "CareerTPoints": 3014, + "CareerTAssist": 499, + "CareerTBlocks": 229, + "CareerTDefRebound": 962, + "CareerTOffRebound": 436, + "CareerTRebound": 1398, + "CareerTSteal": 190, + "CareerTTurnover": 306, + "CareerTFoul": 962, + "CareerTOpponentFoul": 565, "CareerTPlusMinus": 0, - "CareerTDunk": 32, - "CareerTPlayedTime": "3661:53", - "CareerTGameCount": 192, - "CareerTStartCount": 113, + "CareerTDunk": 21, + "CareerTPlayedTime": "8550:18", + "CareerTGameCount": 427, + "CareerTStartCount": 190, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 145595, + "id": 360807, + "num": "17", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Livio Jean-Charles", + "captain": false, + "age": 31, + "height": "206 cm", + "weight": "104 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/fr.svg", + "pts": 12, + "pt-2": "3/7", + "pt-3": "0/0", + "pt-1": "6/9", + "fg": "3/7", + "ast": 1, + "stl": 3, + "blk": 2, + "blkVic": 1, + "dreb": 2, + "oreb": 4, + "reb": 6, + "to": 1, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 5, + "plusMinus": 11, + "dunk": 0, + "kpi": 20, + "time": "18:03", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Livio", + "Name2GFX": "Jean-Charles", + "photoGFX": "D:\\Photos/vtb/CSKA/17.png", + "season": "GAMES: 5 MINUTES: 18:36 PTS: 11.2 REB: 4.0 AST: 1.0 STL: 1.2", + "isOnCourt": false, + "AvgPoints": "11.2", + "AvgAssist": "1.0", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.8", + "AvgOffRebound": "2.2", + "AvgRebound": "4.0", + "AvgSteal": "1.2", + "AvgTurnover": "2.0", + "AvgFoul": "2.6", + "AvgOpponentFoul": "3.4", + "AvgPlusMinus": null, + "AvgDunk": "0.6", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:36", + "Shot1Percent": "69.6%", + "Shot2Percent": "62.5%", + "Shot3Percent": "0.0%", + "Shot23Percent": "62.5%", + "TPoints": 56, + "TShots1": "16/23", + "TShots2": "20/32", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "69.6%", + "TShot2Percent": "62.5%", + "TShot3Percent": "0.0%", + "TShot23Percent": "62.5%", + "TAssist": 5, + "TBlocks": 3, + "TDefRebound": 9, + "TOffRebound": 11, + "TRebound": 20, + "TSteal": 6, + "TTurnover": 10, + "TFoul": 13, + "TOpponentFoul": 17, + "TPlusMinus": 0, + "TDunk": 3, + "TKPI": 0, + "TPlayedTime": "93:04", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "284/411", + "CareerTShots2": "634/984", + "CareerTShots3": "19/49", + "CareerTShots23": "653/1033", + "CareerTShot1Percent": "69.1%", + "CareerTShot2Percent": "64.4%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "63.2%", + "CareerTPoints": 1609, + "CareerTAssist": 207, + "CareerTBlocks": 106, + "CareerTDefRebound": 393, + "CareerTOffRebound": 257, + "CareerTRebound": 650, + "CareerTSteal": 85, + "CareerTTurnover": 180, + "CareerTFoul": 294, + "CareerTOpponentFoul": 367, + "CareerTPlusMinus": 0, + "CareerTDunk": 105, + "CareerTPlayedTime": "2926:36", + "CareerTGameCount": 154, + "CareerTStartCount": 107, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 404, + "num": "41", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Nikita Kurbanov", + "captain": false, + "age": 39, + "height": "202 cm", + "weight": "100 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 6, + "pt-2": "1/2", + "pt-3": "1/1", + "pt-1": "1/1", + "fg": "2/3", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 1, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": 0, + "dunk": 0, + "kpi": 10, + "time": "16:33", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Nikita", + "Name2GFX": "Kurbanov", + "photoGFX": "D:\\Photos/vtb/CSKA/41.png", + "season": "GAMES: 5 MINUTES: 15:00 PTS: 3.4 REB: 3.6 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "3.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "2.4", + "AvgOffRebound": "1.2", + "AvgRebound": "3.6", + "AvgSteal": "0.2", + "AvgTurnover": "0.8", + "AvgFoul": "1.0", + "AvgOpponentFoul": "1.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "15:00", + "Shot1Percent": "66.7%", + "Shot2Percent": "37.5%", + "Shot3Percent": "50.0%", + "Shot23Percent": "42.9%", + "TPoints": 17, + "TShots1": "2/3", + "TShots2": "3/8", + "TShots3": "3/6", + "TShots23": "6/14", + "TShot1Percent": "66.7%", + "TShot2Percent": "37.5%", + "TShot3Percent": "50.0%", + "TShot23Percent": "42.9%", + "TAssist": 6, + "TBlocks": 0, + "TDefRebound": 12, + "TOffRebound": 6, + "TRebound": 18, + "TSteal": 1, + "TTurnover": 4, + "TFoul": 5, + "TOpponentFoul": 5, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "75:01", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "572/702", + "CareerTShots2": "642/1056", + "CareerTShots3": "249/657", + "CareerTShots23": "891/1713", + "CareerTShot1Percent": "81.5%", + "CareerTShot2Percent": "60.8%", + "CareerTShot3Percent": "37.9%", + "CareerTShot23Percent": "52.0%", + "CareerTPoints": 2603, + "CareerTAssist": 634, + "CareerTBlocks": 143, + "CareerTDefRebound": 1254, + "CareerTOffRebound": 499, + "CareerTRebound": 1753, + "CareerTSteal": 340, + "CareerTTurnover": 439, + "CareerTFoul": 793, + "CareerTOpponentFoul": 626, + "CareerTPlusMinus": 0, + "CareerTDunk": 38, + "CareerTPlayedTime": "8742:22", + "CareerTGameCount": 448, + "CareerTStartCount": 320, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 148058, "num": "1", "startRole": "Coach", "role": "Coach", "roleShort": "", - "NameGFX": "Velimir Perasovic", + "NameGFX": "Andreas Pistiolis", "captain": false, - "age": 60, + "age": 47, "height": 0, "weight": 0, "isStart": false, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/hr.svg", + "flag": "https://flagicons.lipis.dev/flags/4x3/gr.svg", "pts": 0, "pt-2": "0/0", "pt-3": "0/0", @@ -1418,15 +1418,15 @@ "oreb": 0, "reb": 0, "to": 0, - "foul": 0, + "foul": 2, "foulT": 0, "foulD": 0, - "foulC": 0, + "foulC": 2, "foulB": 0, "fouled": 0, "plusMinus": 0, "dunk": 0, - "kpi": 0, + "kpi": -2, "time": "0:00", "pts1q": 0, "pts2q": 0, @@ -1434,8 +1434,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Velimir", - "Name2GFX": "Perasovic", + "Name1GFX": "Andreas", + "Name2GFX": "Pistiolis", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1504,134 +1504,18 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n181 games: 131-50 (72.4% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n181 games: 131-50 (72.4% wins)" + "HeadCoachStatsCareer": "in The VTB United League career\n77 games: 63-14 (81.8% wins)", + "HeadCoachStatsTeam": "CSKA head coach\n77 games: 63-14 (81.8% wins)" }, { - "id": 332999, + "id": 145649, "num": "2", "startRole": "Coach", "role": "Assistant Coach", "roleShort": "", - "NameGFX": "Milan Karakas", + "NameGFX": "Denis Godlevskiy", "captain": false, - "age": 44, - "height": 0, - "weight": 0, - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/hr.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Milan", - "Name2GFX": "Karakas", - "photoGFX": "", - "season": "", - "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": "0.0", - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "0:00", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "0:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n2 games: 2-0 (100.0% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n2 games: 2-0 (100.0% wins)" - }, - { - "id": 86, - "num": "3", - "startRole": "Coach", - "role": "Assistant Coach", - "roleShort": "", - "NameGFX": "Artur Bigeev", - "captain": false, - "age": 40, + "age": 42, "height": 0, "weight": 0, "isStart": false, @@ -1666,8 +1550,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Artur", - "Name2GFX": "Bigeev", + "Name1GFX": "Denis", + "Name2GFX": "Godlevskiy", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1736,11 +1620,11 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n1 game: 1-0 (100.0% wins)", - "HeadCoachStatsTeam": "UNICS head coach\n1 game: 1-0 (100.0% wins)" + "HeadCoachStatsCareer": "first game as CSKA head coach", + "HeadCoachStatsTeam": "first game as CSKA head coach" }, { - "id": 697, + "id": 15, "num": "", "startRole": "Team", "role": "-", @@ -1763,9 +1647,9 @@ "blk": 0, "blkVic": 0, "dreb": 2, - "oreb": 3, - "reb": 5, - "to": 0, + "oreb": 0, + "reb": 2, + "to": 1, "foul": 0, "foulT": 0, "foulD": 0, @@ -1774,7 +1658,7 @@ "fouled": 0, "plusMinus": 0, "dunk": 0, - "kpi": 5, + "kpi": 1, "time": "0:00", "pts1q": 0, "pts2q": 0, diff --git a/static/team2.json b/static/team2.json index 17fdb27..bc5e13f 100644 --- a/static/team2.json +++ b/static/team2.json @@ -1,131 +1,247 @@ [ { - "id": 430506, - "num": "2", + "id": 496039, + "num": "1", "startRole": "Player", "role": "Guard", "roleShort": "G", - "NameGFX": "Brendan Adams", + "NameGFX": "Shane Gatling", "captain": false, - "age": 25, - "height": "193 cm", - "weight": "93 kg", - "isStart": true, + "age": 27, + "height": "188 cm", + "weight": "82 kg", + "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 20, - "pt-2": "3/6", - "pt-3": "4/7", - "pt-1": "2/2", - "fg": "7/13", - "ast": 2, - "stl": 0, + "pts": 5, + "pt-2": "1/3", + "pt-3": "1/2", + "pt-1": "0/0", + "fg": "2/5", + "ast": 3, + "stl": 1, "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 6, + "blkVic": 1, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 2, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 6, - "plusMinus": -17, + "fouled": 1, + "plusMinus": -5, "dunk": 0, - "kpi": 17, - "time": "31:49", + "kpi": 3, + "time": "10:44", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Brendan", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\2.png", - "season": "GAMES: 3 MINUTES: 34:14 PTS: 19.0 REB: 2.0 AST: 4.0 STL: 1.3", + "Name1GFX": "Shane", + "Name2GFX": "Gatling", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/1.png", + "season": "GAMES: 4 MINUTES: 20:30 PTS: 12.0 REB: 2.0 AST: 3.2", "isOnCourt": false, - "AvgPoints": "19.0", - "AvgAssist": "4.0", + "AvgPoints": "12.0", + "AvgAssist": "3.2", "AvgBlocks": "0.0", - "AvgDefRebound": "1.7", - "AvgOffRebound": "0.3", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.8", "AvgRebound": "2.0", - "AvgSteal": "1.3", - "AvgTurnover": "4.0", - "AvgFoul": "1.7", - "AvgOpponentFoul": "3.7", + "AvgSteal": "0.5", + "AvgTurnover": "4.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "2.5", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "34:14", - "Shot1Percent": "71.4%", - "Shot2Percent": "64.7%", - "Shot3Percent": "43.5%", - "Shot23Percent": "52.5%", - "TPoints": 57, - "TShots1": "5/7", - "TShots2": "11/17", - "TShots3": "10/23", - "TShots23": "21/40", - "TShot1Percent": "71.4%", - "TShot2Percent": "64.7%", - "TShot3Percent": "43.5%", - "TShot23Percent": "52.5%", - "TAssist": 12, + "AvgPlayedTime": "20:30", + "Shot1Percent": "66.7%", + "Shot2Percent": "54.2%", + "Shot3Percent": "35.3%", + "Shot23Percent": "46.3%", + "TPoints": 48, + "TShots1": "4/6", + "TShots2": "13/24", + "TShots3": "6/17", + "TShots23": "19/41", + "TShot1Percent": "66.7%", + "TShot2Percent": "54.2%", + "TShot3Percent": "35.3%", + "TShot23Percent": "46.3%", + "TAssist": 13, "TBlocks": 0, "TDefRebound": 5, - "TOffRebound": 1, - "TRebound": 6, - "TSteal": 4, - "TTurnover": 12, - "TFoul": 5, - "TOpponentFoul": 11, + "TOffRebound": 3, + "TRebound": 8, + "TSteal": 2, + "TTurnover": 17, + "TFoul": 10, + "TOpponentFoul": 10, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "102:42", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "47/59", - "CareerTShots2": "74/138", - "CareerTShots3": "32/69", - "CareerTShots23": "106/207", - "CareerTShot1Percent": "79.7%", - "CareerTShot2Percent": "53.6%", - "CareerTShot3Percent": "46.4%", - "CareerTShot23Percent": "51.2%", - "CareerTPoints": 291, - "CareerTAssist": 76, - "CareerTBlocks": 2, - "CareerTDefRebound": 29, - "CareerTOffRebound": 10, - "CareerTRebound": 39, - "CareerTSteal": 11, - "CareerTTurnover": 44, - "CareerTFoul": 26, - "CareerTOpponentFoul": 64, + "TPlayedTime": "82:00", + "TGameCount": 4, + "TStartCount": 2, + "CareerTShots1": "4/6", + "CareerTShots2": "13/24", + "CareerTShots3": "6/17", + "CareerTShots23": "19/41", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "54.2%", + "CareerTShot3Percent": "35.3%", + "CareerTShot23Percent": "46.3%", + "CareerTPoints": 48, + "CareerTAssist": 13, + "CareerTBlocks": 0, + "CareerTDefRebound": 5, + "CareerTOffRebound": 3, + "CareerTRebound": 8, + "CareerTSteal": 2, + "CareerTTurnover": 17, + "CareerTFoul": 10, + "CareerTOpponentFoul": 10, "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "565:25", - "CareerTGameCount": 19, - "CareerTStartCount": 18, + "CareerTDunk": 0, + "CareerTPlayedTime": "82:00", + "CareerTGameCount": 4, + "CareerTStartCount": 2, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 102694, + "id": 490798, + "num": "2", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Norbert Lukacs", + "captain": false, + "age": 24, + "height": "203 cm", + "weight": "93 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/hu.svg", + "pts": 5, + "pt-2": "1/2", + "pt-3": "0/0", + "pt-1": "3/3", + "fg": "1/2", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 0, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -13, + "dunk": 0, + "kpi": 6, + "time": "15:29", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Norbert", + "Name2GFX": "Lukacs", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/2.png", + "season": "GAMES: 4 MINUTES: 21:02 PTS: 2.2 REB: 3.8 STL: 1.2", + "isOnCourt": false, + "AvgPoints": "2.2", + "AvgAssist": "0.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "0.2", + "AvgRebound": "3.8", + "AvgSteal": "1.2", + "AvgTurnover": "0.8", + "AvgFoul": "3.2", + "AvgOpponentFoul": "1.2", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "21:02", + "Shot1Percent": "100.0%", + "Shot2Percent": "14.3%", + "Shot3Percent": "0.0%", + "Shot23Percent": "7.1%", + "TPoints": 9, + "TShots1": "7/7", + "TShots2": "1/7", + "TShots3": "0/7", + "TShots23": "1/14", + "TShot1Percent": "100.0%", + "TShot2Percent": "14.3%", + "TShot3Percent": "0.0%", + "TShot23Percent": "7.1%", + "TAssist": 3, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 1, + "TRebound": 15, + "TSteal": 5, + "TTurnover": 3, + "TFoul": 13, + "TOpponentFoul": 5, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "84:08", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "7/7", + "CareerTShots2": "1/7", + "CareerTShots3": "0/7", + "CareerTShots23": "1/14", + "CareerTShot1Percent": "100.0%", + "CareerTShot2Percent": "14.3%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "7.1%", + "CareerTPoints": 9, + "CareerTAssist": 3, + "CareerTBlocks": 1, + "CareerTDefRebound": 14, + "CareerTOffRebound": 1, + "CareerTRebound": 15, + "CareerTSteal": 5, + "CareerTTurnover": 3, + "CareerTFoul": 13, + "CareerTOpponentFoul": 5, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "84:08", + "CareerTGameCount": 4, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 54206, "num": "3", "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Lev Svinin", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Semen Burinskiy", "captain": false, - "age": 18, - "height": "206 cm", - "weight": "89 kg", + "age": 20, + "height": "182 cm", + "weight": "75 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -148,706 +264,938 @@ "foulC": 0, "foulB": 0, "fouled": 0, + "plusMinus": -6, + "dunk": 0, + "kpi": 0, + "time": "1:15", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Semen", + "Name2GFX": "Burinskiy", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/3.png", + "season": "GAMES: 3 MINUTES: 02:48", + "isOnCourt": false, + "AvgPoints": "0.0", + "AvgAssist": "0.3", + "AvgBlocks": "0.0", + "AvgDefRebound": "0.0", + "AvgOffRebound": "0.0", + "AvgRebound": "0.0", + "AvgSteal": "0.3", + "AvgTurnover": "0.0", + "AvgFoul": "1.0", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "02:48", + "Shot1Percent": "0.0%", + "Shot2Percent": "0.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "0.0%", + "TPoints": 0, + "TShots1": "0/0", + "TShots2": "0/1", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "0.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "0.0%", + "TAssist": 1, + "TBlocks": 0, + "TDefRebound": 0, + "TOffRebound": 0, + "TRebound": 0, + "TSteal": 1, + "TTurnover": 0, + "TFoul": 3, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "08:24", + "TGameCount": 3, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "0/1", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "0.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "0.0%", + "CareerTPoints": 0, + "CareerTAssist": 1, + "CareerTBlocks": 0, + "CareerTDefRebound": 0, + "CareerTOffRebound": 0, + "CareerTRebound": 0, + "CareerTSteal": 1, + "CareerTTurnover": 0, + "CareerTFoul": 3, + "CareerTOpponentFoul": 0, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "08:24", + "CareerTGameCount": 3, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 31060, + "num": "7", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Alexander Khomenko", + "captain": false, + "age": 26, + "height": "192 cm", + "weight": "92 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 19, + "pt-2": "5/5", + "pt-3": "2/4", + "pt-1": "3/5", + "fg": "7/9", + "ast": 4, + "stl": 2, + "blk": 0, + "blkVic": 0, + "dreb": 5, + "oreb": 1, + "reb": 6, + "to": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 5, + "plusMinus": -1, + "dunk": 0, + "kpi": 26, + "time": "28:50", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Alexander", + "Name2GFX": "Khomenko", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/7.png", + "season": "GAMES: 4 MINUTES: 28:46 PTS: 13.0 REB: 2.8 AST: 2.0 STL: 1.0", + "isOnCourt": false, + "AvgPoints": "13.0", + "AvgAssist": "2.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "2.2", + "AvgOffRebound": "0.5", + "AvgRebound": "2.8", + "AvgSteal": "1.0", + "AvgTurnover": "2.2", + "AvgFoul": "3.0", + "AvgOpponentFoul": "4.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "28:46", + "Shot1Percent": "83.3%", + "Shot2Percent": "61.1%", + "Shot3Percent": "35.7%", + "Shot23Percent": "50.0%", + "TPoints": 52, + "TShots1": "15/18", + "TShots2": "11/18", + "TShots3": "5/14", + "TShots23": "16/32", + "TShot1Percent": "83.3%", + "TShot2Percent": "61.1%", + "TShot3Percent": "35.7%", + "TShot23Percent": "50.0%", + "TAssist": 8, + "TBlocks": 0, + "TDefRebound": 9, + "TOffRebound": 2, + "TRebound": 11, + "TSteal": 4, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 19, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "115:04", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "336/431", + "CareerTShots2": "207/473", + "CareerTShots3": "113/309", + "CareerTShots23": "320/782", + "CareerTShot1Percent": "78.0%", + "CareerTShot2Percent": "43.8%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "40.9%", + "CareerTPoints": 1089, + "CareerTAssist": 367, + "CareerTBlocks": 6, + "CareerTDefRebound": 298, + "CareerTOffRebound": 92, + "CareerTRebound": 390, + "CareerTSteal": 146, + "CareerTTurnover": 232, + "CareerTFoul": 400, + "CareerTOpponentFoul": 584, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "2931:27", + "CareerTGameCount": 166, + "CareerTStartCount": 75, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 41495, + "num": "8", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Sergey Grishaev", + "captain": false, + "age": 22, + "height": "208 cm", + "weight": "99 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 0, + "pt-2": "0/0", + "pt-3": "0/0", + "pt-1": "0/0", + "fg": "0/0", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 0, + "dunk": 0, + "kpi": 0, + "time": "0:00", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Sergey", + "Name2GFX": "Grishaev", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/8.png", + "season": "GAMES: 1 MINUTES: 03:55", + "isOnCourt": false, + "AvgPoints": "0.0", + "AvgAssist": "0.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "0.0", + "AvgOffRebound": "0.0", + "AvgRebound": "0.0", + "AvgSteal": "0.0", + "AvgTurnover": "0.0", + "AvgFoul": "0.0", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "03:55", + "Shot1Percent": "0.0%", + "Shot2Percent": "0.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "0.0%", + "TPoints": 0, + "TShots1": "0/0", + "TShots2": "0/0", + "TShots3": "0/1", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "0.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "0.0%", + "TAssist": 0, + "TBlocks": 0, + "TDefRebound": 0, + "TOffRebound": 0, + "TRebound": 0, + "TSteal": 0, + "TTurnover": 0, + "TFoul": 0, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "03:55", + "TGameCount": 1, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "0/0", + "CareerTShots3": "0/1", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "0.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "0.0%", + "CareerTPoints": 0, + "CareerTAssist": 0, + "CareerTBlocks": 0, + "CareerTDefRebound": 0, + "CareerTOffRebound": 0, + "CareerTRebound": 0, + "CareerTSteal": 0, + "CareerTTurnover": 0, + "CareerTFoul": 0, + "CareerTOpponentFoul": 0, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "03:55", + "CareerTGameCount": 1, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 28193, + "num": "9", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Ilya Karpenkov", + "captain": false, + "age": 28, + "height": "204 cm", + "weight": "125 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "5/6", + "pt-3": "0/0", + "pt-1": "1/2", + "fg": "5/6", + "ast": 4, + "stl": 1, + "blk": 1, + "blkVic": 1, + "dreb": 2, + "oreb": 2, + "reb": 4, + "to": 4, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -5, + "dunk": 0, + "kpi": 14, + "time": "27:05", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Ilya", + "Name2GFX": "Karpenkov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/9.png", + "season": "GAMES: 4 MINUTES: 18:38 PTS: 8.5 REB: 5.8 AST: 1.8", + "isOnCourt": false, + "AvgPoints": "8.5", + "AvgAssist": "1.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "2.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.8", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:38", + "Shot1Percent": "80.0%", + "Shot2Percent": "83.3%", + "Shot3Percent": "0.0%", + "Shot23Percent": "78.9%", + "TPoints": 34, + "TShots1": "4/5", + "TShots2": "15/18", + "TShots3": "0/1", + "TShots23": "15/19", + "TShot1Percent": "80.0%", + "TShot2Percent": "83.3%", + "TShot3Percent": "0.0%", + "TShot23Percent": "78.9%", + "TAssist": 7, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 9, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 7, + "TFoul": 14, + "TOpponentFoul": 7, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "74:35", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "53/64", + "CareerTShots2": "147/230", + "CareerTShots3": "1/8", + "CareerTShots23": "148/238", + "CareerTShot1Percent": "82.8%", + "CareerTShot2Percent": "63.9%", + "CareerTShot3Percent": "12.5%", + "CareerTShot23Percent": "62.2%", + "CareerTPoints": 350, + "CareerTAssist": 75, + "CareerTBlocks": 14, + "CareerTDefRebound": 96, + "CareerTOffRebound": 81, + "CareerTRebound": 177, + "CareerTSteal": 14, + "CareerTTurnover": 60, + "CareerTFoul": 126, + "CareerTOpponentFoul": 84, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "804:32", + "CareerTGameCount": 51, + "CareerTStartCount": 24, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 25424, + "num": "11", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Ilya Platonov", + "captain": false, + "age": 27, + "height": "201 cm", + "weight": "96 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 8, + "pt-2": "0/2", + "pt-3": "2/5", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 0, + "reb": 1, + "to": 2, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -6, + "dunk": 0, + "kpi": 2, + "time": "32:44", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Ilya", + "Name2GFX": "Platonov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/11.png", + "season": "GAMES: 4 MINUTES: 26:56 PTS: 8.0 REB: 1.8 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "8.0", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.8", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.8", + "AvgOpponentFoul": "0.5", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "26:56", + "Shot1Percent": "100.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "37.5%", + "Shot23Percent": "42.3%", + "TPoints": 32, + "TShots1": "4/4", + "TShots2": "5/10", + "TShots3": "6/16", + "TShots23": "11/26", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "37.5%", + "TShot23Percent": "42.3%", + "TAssist": 5, + "TBlocks": 0, + "TDefRebound": 4, + "TOffRebound": 3, + "TRebound": 7, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 11, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "107:46", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "102/137", + "CareerTShots2": "126/235", + "CareerTShots3": "102/279", + "CareerTShots23": "228/514", + "CareerTShot1Percent": "74.5%", + "CareerTShot2Percent": "53.6%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "44.4%", + "CareerTPoints": 660, + "CareerTAssist": 79, + "CareerTBlocks": 11, + "CareerTDefRebound": 239, + "CareerTOffRebound": 94, + "CareerTRebound": 333, + "CareerTSteal": 72, + "CareerTTurnover": 126, + "CareerTFoul": 201, + "CareerTOpponentFoul": 148, + "CareerTPlusMinus": 0, + "CareerTDunk": 3, + "CareerTPlayedTime": "2140:04", + "CareerTGameCount": 108, + "CareerTStartCount": 79, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 490795, + "num": "12", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Hunter Dean", + "captain": false, + "age": 24, + "height": "209 cm", + "weight": "113 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 7, + "pt-2": "3/5", + "pt-3": "0/0", + "pt-1": "1/2", + "fg": "3/5", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 1, + "reb": 4, + "to": 1, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -4, + "dunk": 2, + "kpi": 7, + "time": "12:55", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Hunter", + "Name2GFX": "Dean", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/12.png", + "season": "GAMES: 4 MINUTES: 18:40 PTS: 6.2 REB: 5.0", + "isOnCourt": false, + "AvgPoints": "6.2", + "AvgAssist": "0.0", + "AvgBlocks": "0.8", + "AvgDefRebound": "3.2", + "AvgOffRebound": "1.8", + "AvgRebound": "5.0", + "AvgSteal": "0.5", + "AvgTurnover": "1.8", + "AvgFoul": "2.5", + "AvgOpponentFoul": "1.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:40", + "Shot1Percent": "83.3%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "50.0%", + "TPoints": 25, + "TShots1": "5/6", + "TShots2": "10/20", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "83.3%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "50.0%", + "TAssist": 0, + "TBlocks": 3, + "TDefRebound": 13, + "TOffRebound": 7, + "TRebound": 20, + "TSteal": 2, + "TTurnover": 7, + "TFoul": 10, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "74:43", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "5/6", + "CareerTShots2": "10/20", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "83.3%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "50.0%", + "CareerTPoints": 25, + "CareerTAssist": 0, + "CareerTBlocks": 3, + "CareerTDefRebound": 13, + "CareerTOffRebound": 7, + "CareerTRebound": 20, + "CareerTSteal": 2, + "CareerTTurnover": 7, + "CareerTFoul": 10, + "CareerTOpponentFoul": 6, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "74:43", + "CareerTGameCount": 4, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 2133, + "num": "13", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Dmitrii Khvostov", + "captain": true, + "age": 36, + "height": "190 cm", + "weight": "86 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "1/2", + "pt-3": "3/6", + "pt-1": "0/0", + "fg": "4/8", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 8, + "dunk": 0, + "kpi": 9, + "time": "21:09", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Dmitrii", + "Name2GFX": "Khvostov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/13.png", + "season": "GAMES: 4 MINUTES: 20:16 PTS: 8.0 REB: 1.5 AST: 3.2", + "isOnCourt": false, + "AvgPoints": "8.0", + "AvgAssist": "3.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.5", + "AvgOffRebound": "0.0", + "AvgRebound": "1.5", + "AvgSteal": "0.8", + "AvgTurnover": "1.5", + "AvgFoul": "1.5", + "AvgOpponentFoul": "3.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:16", + "Shot1Percent": "100.0%", + "Shot2Percent": "60.0%", + "Shot3Percent": "46.2%", + "Shot23Percent": "50.0%", + "TPoints": 32, + "TShots1": "8/8", + "TShots2": "3/5", + "TShots3": "6/13", + "TShots23": "9/18", + "TShot1Percent": "100.0%", + "TShot2Percent": "60.0%", + "TShot3Percent": "46.2%", + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 6, + "TOffRebound": 0, + "TRebound": 6, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 6, + "TOpponentFoul": 12, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "81:05", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "295/340", + "CareerTShots2": "291/647", + "CareerTShots3": "338/879", + "CareerTShots23": "629/1526", + "CareerTShot1Percent": "86.8%", + "CareerTShot2Percent": "45.0%", + "CareerTShot3Percent": "38.5%", + "CareerTShot23Percent": "41.2%", + "CareerTPoints": 1891, + "CareerTAssist": 1174, + "CareerTBlocks": 11, + "CareerTDefRebound": 405, + "CareerTOffRebound": 72, + "CareerTRebound": 477, + "CareerTSteal": 200, + "CareerTTurnover": 466, + "CareerTFoul": 747, + "CareerTOpponentFoul": 644, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "6671:19", + "CareerTGameCount": 324, + "CareerTStartCount": 201, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 46431, + "num": "21", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Kirill Popov", + "captain": false, + "age": 27, + "height": "203 cm", + "weight": "104 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "0/3", + "pt-3": "2/5", + "pt-1": "3/3", + "fg": "2/8", + "ast": 2, + "stl": 1, + "blk": 2, + "blkVic": 0, + "dreb": 7, + "oreb": 0, + "reb": 7, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 4, + "plusMinus": 1, + "dunk": 0, + "kpi": 13, + "time": "31:47", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Kirill", + "Name2GFX": "Popov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/21.png", + "season": "GAMES: 4 MINUTES: 23:47 PTS: 12.5 REB: 5.8 AST: 1.0 BLK: 1.2", + "isOnCourt": false, + "AvgPoints": "12.5", + "AvgAssist": "1.0", + "AvgBlocks": "1.2", + "AvgDefRebound": "4.5", + "AvgOffRebound": "1.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "4.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "23:47", + "Shot1Percent": "81.0%", + "Shot2Percent": "31.6%", + "Shot3Percent": "43.8%", + "Shot23Percent": "37.1%", + "TPoints": 50, + "TShots1": "17/21", + "TShots2": "6/19", + "TShots3": "7/16", + "TShots23": "13/35", + "TShot1Percent": "81.0%", + "TShot2Percent": "31.6%", + "TShot3Percent": "43.8%", + "TShot23Percent": "37.1%", + "TAssist": 4, + "TBlocks": 5, + "TDefRebound": 18, + "TOffRebound": 5, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 6, + "TFoul": 9, + "TOpponentFoul": 18, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:09", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "30/45", + "CareerTShots2": "31/71", + "CareerTShots3": "10/27", + "CareerTShots23": "41/98", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "43.7%", + "CareerTShot3Percent": "37.0%", + "CareerTShot23Percent": "41.8%", + "CareerTPoints": 122, + "CareerTAssist": 7, + "CareerTBlocks": 6, + "CareerTDefRebound": 43, + "CareerTOffRebound": 23, + "CareerTRebound": 66, + "CareerTSteal": 9, + "CareerTTurnover": 23, + "CareerTFoul": 45, + "CareerTOpponentFoul": 41, + "CareerTPlusMinus": 0, + "CareerTDunk": 8, + "CareerTPlayedTime": "301:07", + "CareerTGameCount": 34, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 113427, + "num": "24", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Alexandr Shenderov", + "captain": false, + "age": 17, + "height": "188 cm", + "weight": "60 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 2, + "pt-2": "1/2", + "pt-3": "0/2", + "pt-1": "0/0", + "fg": "1/4", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 0, + "reb": 1, + "to": 0, + "foul": 2, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, "plusMinus": -1, "dunk": 0, - "kpi": 0, - "time": "3:49", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Lev", - "Name2GFX": "Svinin", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\3.png", - "season": "GAMES: 3 MINUTES: 09:15 PTS: 1.0 REB: 1.0", - "isOnCourt": false, - "AvgPoints": "1.0", - "AvgAssist": "0.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.0", - "AvgOffRebound": "0.0", - "AvgRebound": "1.0", - "AvgSteal": "0.3", - "AvgTurnover": "0.0", - "AvgFoul": "1.0", - "AvgOpponentFoul": "0.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "09:15", - "Shot1Percent": "75.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 3, - "TShots1": "3/4", - "TShots2": "0/1", - "TShots3": "0/4", - "TShots23": "0/5", - "TShot1Percent": "75.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 1, - "TBlocks": 0, - "TDefRebound": 3, - "TOffRebound": 0, - "TRebound": 3, - "TSteal": 1, - "TTurnover": 0, - "TFoul": 3, - "TOpponentFoul": 2, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "27:46", - "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "11/14", - "CareerTShots2": "20/29", - "CareerTShots3": "9/40", - "CareerTShots23": "29/69", - "CareerTShot1Percent": "78.6%", - "CareerTShot2Percent": "69.0%", - "CareerTShot3Percent": "22.5%", - "CareerTShot23Percent": "42.0%", - "CareerTPoints": 78, - "CareerTAssist": 15, - "CareerTBlocks": 5, - "CareerTDefRebound": 18, - "CareerTOffRebound": 27, - "CareerTRebound": 45, - "CareerTSteal": 11, - "CareerTTurnover": 13, - "CareerTFoul": 48, - "CareerTOpponentFoul": 12, - "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "350:37", - "CareerTGameCount": 43, - "CareerTStartCount": 3, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491404, - "num": "4", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Jalen Adams", - "captain": false, - "age": 29, - "height": "191 cm", - "weight": "88 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/5", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 2, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -22, - "dunk": 0, - "kpi": 8, - "time": "22:18", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\4.png", - "season": "GAMES: 3 MINUTES: 23:44 PTS: 12.3 REB: 4.0 AST: 3.3 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "3.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.7", - "AvgOffRebound": "1.3", - "AvgRebound": "4.0", - "AvgSteal": "1.3", - "AvgTurnover": "1.3", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:44", - "Shot1Percent": "87.5%", - "Shot2Percent": "64.3%", - "Shot3Percent": "40.0%", - "Shot23Percent": "54.2%", - "TPoints": 37, - "TShots1": "7/8", - "TShots2": "9/14", - "TShots3": "4/10", - "TShots23": "13/24", - "TShot1Percent": "87.5%", - "TShot2Percent": "64.3%", - "TShot3Percent": "40.0%", - "TShot23Percent": "54.2%", - "TAssist": 10, - "TBlocks": 1, - "TDefRebound": 8, - "TOffRebound": 4, - "TRebound": 12, - "TSteal": 4, - "TTurnover": 4, - "TFoul": 6, - "TOpponentFoul": 8, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "71:13", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "7/8", - "CareerTShots2": "9/14", - "CareerTShots3": "4/10", - "CareerTShots23": "13/24", - "CareerTShot1Percent": "87.5%", - "CareerTShot2Percent": "64.3%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "54.2%", - "CareerTPoints": 37, - "CareerTAssist": 10, - "CareerTBlocks": 1, - "CareerTDefRebound": 8, - "CareerTOffRebound": 4, - "CareerTRebound": 12, - "CareerTSteal": 4, - "CareerTTurnover": 4, - "CareerTFoul": 6, - "CareerTOpponentFoul": 8, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "71:13", - "CareerTGameCount": 3, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 432333, - "num": "6", - "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Victor Sanders", - "captain": false, - "age": 30, - "height": "196 cm", - "weight": "90 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 11, - "pt-2": "3/5", - "pt-3": "1/3", - "pt-1": "2/4", - "fg": "4/8", - "ast": 6, - "stl": 5, - "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 4, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 5, - "plusMinus": -6, - "dunk": 0, - "kpi": 16, - "time": "35:58", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Victor", - "Name2GFX": "Sanders", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\6.png", - "season": "GAMES: 3 MINUTES: 33:00 PTS: 9.7 REB: 2.0 AST: 5.3 STL: 2.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "5.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "2.3", - "AvgTurnover": "2.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "3.3", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "33:00", - "Shot1Percent": "66.7%", - "Shot2Percent": "62.5%", - "Shot3Percent": "31.2%", - "Shot23Percent": "41.7%", - "TPoints": 29, - "TShots1": "4/6", - "TShots2": "5/8", - "TShots3": "5/16", - "TShots23": "10/24", - "TShot1Percent": "66.7%", - "TShot2Percent": "62.5%", - "TShot3Percent": "31.2%", - "TShot23Percent": "41.7%", - "TAssist": 16, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 7, - "TTurnover": 7, - "TFoul": 11, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "99:01", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "72/108", - "CareerTShots2": "98/196", - "CareerTShots3": "89/231", - "CareerTShots23": "187/427", - "CareerTShot1Percent": "66.7%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "38.5%", - "CareerTShot23Percent": "43.8%", - "CareerTPoints": 535, - "CareerTAssist": 137, - "CareerTBlocks": 2, - "CareerTDefRebound": 86, - "CareerTOffRebound": 18, - "CareerTRebound": 104, - "CareerTSteal": 59, - "CareerTTurnover": 98, - "CareerTFoul": 99, - "CareerTOpponentFoul": 179, - "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "1106:25", - "CareerTGameCount": 39, - "CareerTStartCount": 39, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 15638, - "num": "11", - "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Stanislav Ilnitskiy", - "captain": true, - "age": 31, - "height": "201 cm", - "weight": "98 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, - "pt-2": "1/1", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "1/1", - "ast": 2, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 0, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -6, - "dunk": 0, - "kpi": 6, - "time": "15:05", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Stanislav", - "Name2GFX": "Ilnitskiy", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\11.png", - "season": "GAMES: 3 MINUTES: 20:50 PTS: 1.0 REB: 6.0 STL: 1.0", - "isOnCourt": false, - "AvgPoints": "1.0", - "AvgAssist": "0.7", - "AvgBlocks": "0.7", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.3", - "AvgRebound": "6.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.3", - "AvgFoul": "3.3", - "AvgOpponentFoul": "1.3", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "20:50", - "Shot1Percent": "50.0%", - "Shot2Percent": "25.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "14.3%", - "TPoints": 3, - "TShots1": "1/2", - "TShots2": "1/4", - "TShots3": "0/3", - "TShots23": "1/7", - "TShot1Percent": "50.0%", - "TShot2Percent": "25.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "14.3%", - "TAssist": 2, - "TBlocks": 2, - "TDefRebound": 11, - "TOffRebound": 7, - "TRebound": 18, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 4, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "62:32", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "209/321", - "CareerTShots2": "232/456", - "CareerTShots3": "192/517", - "CareerTShots23": "424/973", - "CareerTShot1Percent": "65.1%", - "CareerTShot2Percent": "50.9%", - "CareerTShot3Percent": "37.1%", - "CareerTShot23Percent": "43.6%", - "CareerTPoints": 1249, - "CareerTAssist": 230, - "CareerTBlocks": 40, - "CareerTDefRebound": 640, - "CareerTOffRebound": 330, - "CareerTRebound": 970, - "CareerTSteal": 127, - "CareerTTurnover": 157, - "CareerTFoul": 787, - "CareerTOpponentFoul": 401, - "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "5423:53", - "CareerTGameCount": 327, - "CareerTStartCount": 115, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 57610, - "num": "18", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Mikhail Stafeev", - "captain": false, - "age": 20, - "height": "202 cm", - "weight": "102 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Stafeev", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\18.png", - "season": "GAMES: 0 MINUTES:", - "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491405, - "num": "32", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Terrell Carter", - "captain": false, - "age": 29, - "height": "208 cm", - "weight": "132 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 6, - "pt-2": "2/4", - "pt-3": "0/0", - "pt-1": "2/2", - "fg": "2/4", - "ast": 1, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 3, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 4, - "plusMinus": -11, - "dunk": 0, - "kpi": 7, - "time": "19:06", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Terrell", - "Name2GFX": "Carter", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\32.png", - "season": "GAMES: 3 MINUTES: 22:03 PTS: 12.3 REB: 5.7 AST: 1.7 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "1.7", - "AvgBlocks": "0.0", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.0", - "AvgRebound": "5.7", - "AvgSteal": "1.3", - "AvgTurnover": "3.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.3", - "AvgKPI": "0.0", - "AvgPlayedTime": "22:03", - "Shot1Percent": "64.3%", - "Shot2Percent": "50.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "50.0%", - "TPoints": 37, - "TShots1": "9/14", - "TShots2": "14/28", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "64.3%", - "TShot2Percent": "50.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "50.0%", - "TAssist": 5, - "TBlocks": 0, - "TDefRebound": 11, - "TOffRebound": 6, - "TRebound": 17, - "TSteal": 4, - "TTurnover": 10, - "TFoul": 11, - "TOpponentFoul": 15, - "TPlusMinus": 0, - "TDunk": 4, - "TKPI": 0, - "TPlayedTime": "66:09", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "9/14", - "CareerTShots2": "14/28", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "64.3%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 37, - "CareerTAssist": 5, - "CareerTBlocks": 0, - "CareerTDefRebound": 11, - "CareerTOffRebound": 6, - "CareerTRebound": 17, - "CareerTSteal": 4, - "CareerTTurnover": 10, - "CareerTFoul": 11, - "CareerTOpponentFoul": 15, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "66:09", - "CareerTGameCount": 3, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 40552, - "num": "35", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Alexandr Shashkov", - "captain": false, - "age": 25, - "height": "210 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 12, - "pt-2": "3/5", - "pt-3": "2/2", - "pt-1": "0/0", - "fg": "5/7", - "ast": 2, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -26, - "dunk": 2, - "kpi": 11, - "time": "17:48", + "kpi": -2, + "time": "9:28", "pts1q": 0, "pts2q": 0, "pts3q": 0, @@ -855,551 +1203,203 @@ "pts1h": 0, "pts2h": 0, "Name1GFX": "Alexandr", - "Name2GFX": "Shashkov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\35.png", - "season": "GAMES: 3 MINUTES: 16:04 PTS: 6.7 REB: 3.3 AST: 1.0", + "Name2GFX": "Shenderov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/24.png", + "season": "GAMES: 1 MINUTES: 09:28 PTS: 2 REB: 1", "isOnCourt": false, - "AvgPoints": "6.7", - "AvgAssist": "1.0", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.0", - "AvgOffRebound": "1.3", - "AvgRebound": "3.3", - "AvgSteal": "0.7", - "AvgTurnover": "0.7", - "AvgFoul": "2.7", - "AvgOpponentFoul": "0.3", + "AvgPoints": "2", + "AvgAssist": "0.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "1", + "AvgOffRebound": "0.0", + "AvgRebound": "1", + "AvgSteal": "0.0", + "AvgTurnover": "0.0", + "AvgFoul": "2", + "AvgOpponentFoul": "0.0", "AvgPlusMinus": null, - "AvgDunk": "0.7", + "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "16:04", - "Shot1Percent": "100.0%", - "Shot2Percent": "54.5%", - "Shot3Percent": "50.0%", - "Shot23Percent": "53.3%", - "TPoints": 20, - "TShots1": "2/2", - "TShots2": "6/11", - "TShots3": "2/4", - "TShots23": "8/15", - "TShot1Percent": "100.0%", - "TShot2Percent": "54.5%", - "TShot3Percent": "50.0%", - "TShot23Percent": "53.3%", - "TAssist": 3, - "TBlocks": 1, - "TDefRebound": 6, - "TOffRebound": 4, - "TRebound": 10, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 8, - "TOpponentFoul": 1, + "AvgPlayedTime": "09:28", + "Shot1Percent": "0.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "25.0%", + "TPoints": 2, + "TShots1": "0/0", + "TShots2": "1/2", + "TShots3": "0/2", + "TShots23": "1/4", + "TShot1Percent": "0.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "25.0%", + "TAssist": 0, + "TBlocks": 0, + "TDefRebound": 1, + "TOffRebound": 0, + "TRebound": 1, + "TSteal": 0, + "TTurnover": 0, + "TFoul": 2, + "TOpponentFoul": 0, "TPlusMinus": 0, - "TDunk": 2, + "TDunk": 0, "TKPI": 0, - "TPlayedTime": "48:12", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "27/36", - "CareerTShots2": "82/147", - "CareerTShots3": "27/76", - "CareerTShots23": "109/223", - "CareerTShot1Percent": "75.0%", - "CareerTShot2Percent": "55.8%", - "CareerTShot3Percent": "35.5%", - "CareerTShot23Percent": "48.9%", - "CareerTPoints": 272, - "CareerTAssist": 39, - "CareerTBlocks": 15, - "CareerTDefRebound": 97, - "CareerTOffRebound": 49, - "CareerTRebound": 146, - "CareerTSteal": 22, - "CareerTTurnover": 35, - "CareerTFoul": 71, - "CareerTOpponentFoul": 38, + "TPlayedTime": "09:28", + "TGameCount": 1, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "1/2", + "CareerTShots3": "0/3", + "CareerTShots23": "1/5", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "20.0%", + "CareerTPoints": 2, + "CareerTAssist": 0, + "CareerTBlocks": 0, + "CareerTDefRebound": 1, + "CareerTOffRebound": 0, + "CareerTRebound": 1, + "CareerTSteal": 0, + "CareerTTurnover": 1, + "CareerTFoul": 2, + "CareerTOpponentFoul": 0, "CareerTPlusMinus": 0, - "CareerTDunk": 18, - "CareerTPlayedTime": "671:18", - "CareerTGameCount": 43, + "CareerTDunk": 0, + "CareerTPlayedTime": "19:39", + "CareerTGameCount": 5, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 53012, + "num": "55", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Sergey Zotkin", + "captain": false, + "age": 22, + "height": "192 cm", + "weight": "82 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 0, + "pt-2": "0/3", + "pt-3": "0/1", + "pt-1": "0/0", + "fg": "0/4", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 0, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -13, + "dunk": 0, + "kpi": -2, + "time": "8:34", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Sergey", + "Name2GFX": "Zotkin", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/55.png", + "season": "GAMES: 4 MINUTES: 10:47 PTS: 1.0 REB: 1.0 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "1.0", + "AvgAssist": "1.2", + "AvgBlocks": "0.5", + "AvgDefRebound": "0.8", + "AvgOffRebound": "0.2", + "AvgRebound": "1.0", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "0.5", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "10:47", + "Shot1Percent": "0.0%", + "Shot2Percent": "25.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "18.2%", + "TPoints": 4, + "TShots1": "0/0", + "TShots2": "2/8", + "TShots3": "0/3", + "TShots23": "2/11", + "TShot1Percent": "0.0%", + "TShot2Percent": "25.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "18.2%", + "TAssist": 5, + "TBlocks": 2, + "TDefRebound": 3, + "TOffRebound": 1, + "TRebound": 4, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 10, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "43:09", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "45/51", + "CareerTShots2": "56/143", + "CareerTShots3": "35/113", + "CareerTShots23": "91/256", + "CareerTShot1Percent": "88.2%", + "CareerTShot2Percent": "39.2%", + "CareerTShot3Percent": "31.0%", + "CareerTShot23Percent": "35.5%", + "CareerTPoints": 262, + "CareerTAssist": 159, + "CareerTBlocks": 3, + "CareerTDefRebound": 75, + "CareerTOffRebound": 19, + "CareerTRebound": 94, + "CareerTSteal": 38, + "CareerTTurnover": 111, + "CareerTFoul": 172, + "CareerTOpponentFoul": 77, + "CareerTPlusMinus": 0, + "CareerTDunk": 3, + "CareerTPlayedTime": "1005:09", + "CareerTGameCount": 80, "CareerTStartCount": 9, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 52397, - "num": "61", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Gleb Firsov", - "captain": false, - "age": 20, - "height": "208 cm", - "weight": "104 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 16, - "pt-2": "7/9", - "pt-3": "0/0", - "pt-1": "2/4", - "fg": "7/9", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 3, - "reb": 4, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -9, - "dunk": 2, - "kpi": 16, - "time": "17:37", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Gleb", - "Name2GFX": "Firsov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\61.png", - "season": "GAMES: 3 MINUTES: 13:50 PTS: 9.7 REB: 2.7 AST: 1.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "1.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.7", - "AvgRebound": "2.7", - "AvgSteal": "0.7", - "AvgTurnover": "1.7", - "AvgFoul": "2.3", - "AvgOpponentFoul": "2.3", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "13:50", - "Shot1Percent": "55.6%", - "Shot2Percent": "70.6%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.6%", - "TPoints": 29, - "TShots1": "5/9", - "TShots2": "12/17", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "55.6%", - "TShot2Percent": "70.6%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.6%", - "TAssist": 4, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 5, - "TRebound": 8, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 7, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "41:32", - "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "22/37", - "CareerTShots2": "40/76", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "59.5%", - "CareerTShot2Percent": "52.6%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "52.6%", - "CareerTPoints": 102, - "CareerTAssist": 20, - "CareerTBlocks": 5, - "CareerTDefRebound": 30, - "CareerTOffRebound": 25, - "CareerTRebound": 55, - "CareerTSteal": 12, - "CareerTTurnover": 20, - "CareerTFoul": 43, - "CareerTOpponentFoul": 32, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "246:16", - "CareerTGameCount": 39, - "CareerTStartCount": 3, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 57608, - "num": "70", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Ivan Egorov", - "captain": false, - "age": 20, - "height": "194 cm", - "weight": "86 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, - "pt-2": "1/3", - "pt-3": "0/2", - "pt-1": "0/0", - "fg": "1/5", - "ast": 3, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 1, - "plusMinus": -8, - "dunk": 0, - "kpi": -1, - "time": "18:20", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Ivan", - "Name2GFX": "Egorov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\70.png", - "season": "GAMES: 3 MINUTES: 13:05 PTS: 2.0 REB: 1.3 AST: 1.3", - "isOnCourt": false, - "AvgPoints": "2.0", - "AvgAssist": "1.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.3", - "AvgOffRebound": "0.0", - "AvgRebound": "1.3", - "AvgSteal": "0.0", - "AvgTurnover": "0.3", - "AvgFoul": "1.3", - "AvgOpponentFoul": "0.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "13:05", - "Shot1Percent": "50.0%", - "Shot2Percent": "33.3%", - "Shot3Percent": "20.0%", - "Shot23Percent": "25.0%", - "TPoints": 6, - "TShots1": "1/2", - "TShots2": "1/3", - "TShots3": "1/5", - "TShots23": "2/8", - "TShot1Percent": "50.0%", - "TShot2Percent": "33.3%", - "TShot3Percent": "20.0%", - "TShot23Percent": "25.0%", - "TAssist": 4, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 0, - "TRebound": 4, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 2, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "39:15", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "8/27", - "CareerTShots3": "3/12", - "CareerTShots23": "11/39", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "29.6%", - "CareerTShot3Percent": "25.0%", - "CareerTShot23Percent": "28.2%", - "CareerTPoints": 33, - "CareerTAssist": 8, - "CareerTBlocks": 0, - "CareerTDefRebound": 7, - "CareerTOffRebound": 0, - "CareerTRebound": 7, - "CareerTSteal": 3, - "CareerTTurnover": 11, - "CareerTFoul": 16, - "CareerTOpponentFoul": 12, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "141:17", - "CareerTGameCount": 21, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 15749, - "num": "93", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Aleksandr Zakharov", - "captain": false, - "age": 32, - "height": "203 cm", - "weight": "97 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 6, - "pt-2": "3/5", - "pt-3": "0/2", - "pt-1": "0/0", - "fg": "3/7", - "ast": 3, - "stl": 0, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 1, - "plusMinus": 6, - "dunk": 0, - "kpi": 5, - "time": "18:10", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Aleksandr", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\93.png", - "season": "GAMES: 2 MINUTES: 20:49 PTS: 7.0 REB: 2.5 AST: 1.5 STL: 1.0", - "isOnCourt": false, - "AvgPoints": "7.0", - "AvgAssist": "1.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.5", - "AvgOffRebound": "0.0", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "1.0", - "AvgFoul": "2.0", - "AvgOpponentFoul": "1.5", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "20:49", - "Shot1Percent": "0.0%", - "Shot2Percent": "77.8%", - "Shot3Percent": "0.0%", - "Shot23Percent": "46.7%", - "TPoints": 14, - "TShots1": "0/0", - "TShots2": "7/9", - "TShots3": "0/6", - "TShots23": "7/15", - "TShot1Percent": "0.0%", - "TShot2Percent": "77.8%", - "TShot3Percent": "0.0%", - "TShot23Percent": "46.7%", - "TAssist": 3, - "TBlocks": 0, - "TDefRebound": 5, - "TOffRebound": 0, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 4, - "TOpponentFoul": 3, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "41:38", - "TGameCount": 2, - "TStartCount": 1, - "CareerTShots1": "113/150", - "CareerTShots2": "167/310", - "CareerTShots3": "98/337", - "CareerTShots23": "265/647", - "CareerTShot1Percent": "75.3%", - "CareerTShot2Percent": "53.9%", - "CareerTShot3Percent": "29.1%", - "CareerTShot23Percent": "41.0%", - "CareerTPoints": 741, - "CareerTAssist": 97, - "CareerTBlocks": 9, - "CareerTDefRebound": 189, - "CareerTOffRebound": 67, - "CareerTRebound": 256, - "CareerTSteal": 44, - "CareerTTurnover": 98, - "CareerTFoul": 236, - "CareerTOpponentFoul": 160, - "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "1829:32", - "CareerTGameCount": 97, - "CareerTStartCount": 43, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 0, - "num": "", - "startRole": "", - "role": "", - "roleShort": "", - "NameGFX": "", - "captain": false, - "age": 0, - "height": 0, - "weight": 0, - "isStart": false, - "isOn": "", - "flag": "", - "pts": 0, - "pt-2": "", - "pt-3": "", - "pt-1": "", - "fg": "", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "", - "pts1q": "", - "pts2q": "", - "pts3q": "", - "pts4q": "", - "pts1h": "", - "pts2h": "", - "Name1GFX": "", - "Name2GFX": "", - "photoGFX": "", - "season": "", - "isOnCourt": false, - "AvgPoints": "", - "AvgAssist": "", - "AvgBlocks": "", - "AvgDefRebound": "", - "AvgOffRebound": "", - "AvgRebound": "", - "AvgSteal": "", - "AvgTurnover": "", - "AvgFoul": "", - "AvgOpponentFoul": "", - "AvgPlusMinus": "", - "AvgDunk": "", - "AvgKPI": "", - "AvgPlayedTime": "", - "Shot1Percent": "", - "Shot2Percent": "", - "Shot3Percent": "", - "Shot23Percent": "", - "TPoints": "", - "TShots1": "", - "TShots2": "", - "TShots3": "", - "TShots23": "", - "TShot1Percent": "", - "TShot2Percent": "", - "TShot3Percent": "", - "TShot23Percent": "", - "TAssist": "", - "TBlocks": "", - "TDefRebound": "", - "TOffRebound": "", - "TRebound": "", - "TSteal": "", - "TTurnover": "", - "TFoul": "", - "TOpponentFoul": "", - "TPlusMinus": "", - "TDunk": "", - "TKPI": "", - "TPlayedTime": "", - "TGameCount": "", - "TStartCount": "", - "CareerTShots1": "", - "CareerTShots2": "", - "CareerTShots3": "", - "CareerTShots23": "", - "CareerTShot1Percent": "", - "CareerTShot2Percent": "", - "CareerTShot3Percent": "", - "CareerTShot23Percent": "", - "CareerTPoints": "", - "CareerTAssist": "", - "CareerTBlocks": "", - "CareerTDefRebound": "", - "CareerTOffRebound": "", - "CareerTRebound": "", - "CareerTSteal": "", - "CareerTTurnover": "", - "CareerTFoul": "", - "CareerTOpponentFoul": "", - "CareerTPlusMinus": "", - "CareerTDunk": "", - "CareerTPlayedTime": "", - "CareerTGameCount": "", - "CareerTStartCount": "", - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 130931, + "id": 1403, "num": "1", "startRole": "Coach", "role": "Coach", "roleShort": "", - "NameGFX": "Evgeny Pashutin", + "NameGFX": "Sergey Kozin", "captain": false, - "age": 56, + "age": 41, "height": 0, "weight": 0, "isStart": false, @@ -1434,8 +1434,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Evgeny", - "Name2GFX": "Pashutin", + "Name1GFX": "Sergey", + "Name2GFX": "Kozin", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1504,18 +1504,18 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n405 games: 236-169 (58.3% wins)", - "HeadCoachStatsTeam": "BETCITY PARMA head coach\n126 games: 56-70 (44.4% wins)" + "HeadCoachStatsCareer": "in The VTB United League career\n55 games: 22-33 (40.0% wins)", + "HeadCoachStatsTeam": "Pari Nizhny Novgorod head coach\n55 games: 22-33 (40.0% wins)" }, { - "id": 128427, + "id": 128924, "num": "2", "startRole": "Coach", "role": "Assistant Coach", "roleShort": "", - "NameGFX": "Zakhar Pashutin", + "NameGFX": "Roman Gorelovskiy", "captain": false, - "age": 51, + "age": 42, "height": 0, "weight": 0, "isStart": false, @@ -1550,8 +1550,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Zakhar", - "Name2GFX": "Pashutin", + "Name1GFX": "Roman", + "Name2GFX": "Gorelovskiy", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1620,11 +1620,11 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "first game as BETCITY PARMA head coach", - "HeadCoachStatsTeam": "first game as BETCITY PARMA head coach" + "HeadCoachStatsCareer": "first game as Pari Nizhny Novgorod head coach", + "HeadCoachStatsTeam": "first game as Pari Nizhny Novgorod head coach" }, { - "id": 3059, + "id": 468, "num": "", "startRole": "Team", "role": "-", @@ -1646,19 +1646,19 @@ "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 0, + "dreb": 3, + "oreb": 1, + "reb": 4, + "to": 1, "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 0, + "fouled": 2, "plusMinus": 0, "dunk": 0, - "kpi": 2, + "kpi": 5, "time": "0:00", "pts1q": 0, "pts2q": 0, diff --git a/static/team2_copy.json b/static/team2_copy.json index 17fdb27..bc5e13f 100644 --- a/static/team2_copy.json +++ b/static/team2_copy.json @@ -1,131 +1,247 @@ [ { - "id": 430506, - "num": "2", + "id": 496039, + "num": "1", "startRole": "Player", "role": "Guard", "roleShort": "G", - "NameGFX": "Brendan Adams", + "NameGFX": "Shane Gatling", "captain": false, - "age": 25, - "height": "193 cm", - "weight": "93 kg", - "isStart": true, + "age": 27, + "height": "188 cm", + "weight": "82 kg", + "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 20, - "pt-2": "3/6", - "pt-3": "4/7", - "pt-1": "2/2", - "fg": "7/13", - "ast": 2, - "stl": 0, + "pts": 5, + "pt-2": "1/3", + "pt-3": "1/2", + "pt-1": "0/0", + "fg": "2/5", + "ast": 3, + "stl": 1, "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 6, + "blkVic": 1, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 2, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 6, - "plusMinus": -17, + "fouled": 1, + "plusMinus": -5, "dunk": 0, - "kpi": 17, - "time": "31:49", + "kpi": 3, + "time": "10:44", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Brendan", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\2.png", - "season": "GAMES: 3 MINUTES: 34:14 PTS: 19.0 REB: 2.0 AST: 4.0 STL: 1.3", + "Name1GFX": "Shane", + "Name2GFX": "Gatling", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/1.png", + "season": "GAMES: 4 MINUTES: 20:30 PTS: 12.0 REB: 2.0 AST: 3.2", "isOnCourt": false, - "AvgPoints": "19.0", - "AvgAssist": "4.0", + "AvgPoints": "12.0", + "AvgAssist": "3.2", "AvgBlocks": "0.0", - "AvgDefRebound": "1.7", - "AvgOffRebound": "0.3", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.8", "AvgRebound": "2.0", - "AvgSteal": "1.3", - "AvgTurnover": "4.0", - "AvgFoul": "1.7", - "AvgOpponentFoul": "3.7", + "AvgSteal": "0.5", + "AvgTurnover": "4.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "2.5", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "34:14", - "Shot1Percent": "71.4%", - "Shot2Percent": "64.7%", - "Shot3Percent": "43.5%", - "Shot23Percent": "52.5%", - "TPoints": 57, - "TShots1": "5/7", - "TShots2": "11/17", - "TShots3": "10/23", - "TShots23": "21/40", - "TShot1Percent": "71.4%", - "TShot2Percent": "64.7%", - "TShot3Percent": "43.5%", - "TShot23Percent": "52.5%", - "TAssist": 12, + "AvgPlayedTime": "20:30", + "Shot1Percent": "66.7%", + "Shot2Percent": "54.2%", + "Shot3Percent": "35.3%", + "Shot23Percent": "46.3%", + "TPoints": 48, + "TShots1": "4/6", + "TShots2": "13/24", + "TShots3": "6/17", + "TShots23": "19/41", + "TShot1Percent": "66.7%", + "TShot2Percent": "54.2%", + "TShot3Percent": "35.3%", + "TShot23Percent": "46.3%", + "TAssist": 13, "TBlocks": 0, "TDefRebound": 5, - "TOffRebound": 1, - "TRebound": 6, - "TSteal": 4, - "TTurnover": 12, - "TFoul": 5, - "TOpponentFoul": 11, + "TOffRebound": 3, + "TRebound": 8, + "TSteal": 2, + "TTurnover": 17, + "TFoul": 10, + "TOpponentFoul": 10, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "102:42", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "47/59", - "CareerTShots2": "74/138", - "CareerTShots3": "32/69", - "CareerTShots23": "106/207", - "CareerTShot1Percent": "79.7%", - "CareerTShot2Percent": "53.6%", - "CareerTShot3Percent": "46.4%", - "CareerTShot23Percent": "51.2%", - "CareerTPoints": 291, - "CareerTAssist": 76, - "CareerTBlocks": 2, - "CareerTDefRebound": 29, - "CareerTOffRebound": 10, - "CareerTRebound": 39, - "CareerTSteal": 11, - "CareerTTurnover": 44, - "CareerTFoul": 26, - "CareerTOpponentFoul": 64, + "TPlayedTime": "82:00", + "TGameCount": 4, + "TStartCount": 2, + "CareerTShots1": "4/6", + "CareerTShots2": "13/24", + "CareerTShots3": "6/17", + "CareerTShots23": "19/41", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "54.2%", + "CareerTShot3Percent": "35.3%", + "CareerTShot23Percent": "46.3%", + "CareerTPoints": 48, + "CareerTAssist": 13, + "CareerTBlocks": 0, + "CareerTDefRebound": 5, + "CareerTOffRebound": 3, + "CareerTRebound": 8, + "CareerTSteal": 2, + "CareerTTurnover": 17, + "CareerTFoul": 10, + "CareerTOpponentFoul": 10, "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "565:25", - "CareerTGameCount": 19, - "CareerTStartCount": 18, + "CareerTDunk": 0, + "CareerTPlayedTime": "82:00", + "CareerTGameCount": 4, + "CareerTStartCount": 2, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 102694, + "id": 490798, + "num": "2", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Norbert Lukacs", + "captain": false, + "age": 24, + "height": "203 cm", + "weight": "93 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/hu.svg", + "pts": 5, + "pt-2": "1/2", + "pt-3": "0/0", + "pt-1": "3/3", + "fg": "1/2", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 0, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -13, + "dunk": 0, + "kpi": 6, + "time": "15:29", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Norbert", + "Name2GFX": "Lukacs", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/2.png", + "season": "GAMES: 4 MINUTES: 21:02 PTS: 2.2 REB: 3.8 STL: 1.2", + "isOnCourt": false, + "AvgPoints": "2.2", + "AvgAssist": "0.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "0.2", + "AvgRebound": "3.8", + "AvgSteal": "1.2", + "AvgTurnover": "0.8", + "AvgFoul": "3.2", + "AvgOpponentFoul": "1.2", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "21:02", + "Shot1Percent": "100.0%", + "Shot2Percent": "14.3%", + "Shot3Percent": "0.0%", + "Shot23Percent": "7.1%", + "TPoints": 9, + "TShots1": "7/7", + "TShots2": "1/7", + "TShots3": "0/7", + "TShots23": "1/14", + "TShot1Percent": "100.0%", + "TShot2Percent": "14.3%", + "TShot3Percent": "0.0%", + "TShot23Percent": "7.1%", + "TAssist": 3, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 1, + "TRebound": 15, + "TSteal": 5, + "TTurnover": 3, + "TFoul": 13, + "TOpponentFoul": 5, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "84:08", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "7/7", + "CareerTShots2": "1/7", + "CareerTShots3": "0/7", + "CareerTShots23": "1/14", + "CareerTShot1Percent": "100.0%", + "CareerTShot2Percent": "14.3%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "7.1%", + "CareerTPoints": 9, + "CareerTAssist": 3, + "CareerTBlocks": 1, + "CareerTDefRebound": 14, + "CareerTOffRebound": 1, + "CareerTRebound": 15, + "CareerTSteal": 5, + "CareerTTurnover": 3, + "CareerTFoul": 13, + "CareerTOpponentFoul": 5, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "84:08", + "CareerTGameCount": 4, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 54206, "num": "3", "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Lev Svinin", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Semen Burinskiy", "captain": false, - "age": 18, - "height": "206 cm", - "weight": "89 kg", + "age": 20, + "height": "182 cm", + "weight": "75 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -148,706 +264,938 @@ "foulC": 0, "foulB": 0, "fouled": 0, + "plusMinus": -6, + "dunk": 0, + "kpi": 0, + "time": "1:15", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Semen", + "Name2GFX": "Burinskiy", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/3.png", + "season": "GAMES: 3 MINUTES: 02:48", + "isOnCourt": false, + "AvgPoints": "0.0", + "AvgAssist": "0.3", + "AvgBlocks": "0.0", + "AvgDefRebound": "0.0", + "AvgOffRebound": "0.0", + "AvgRebound": "0.0", + "AvgSteal": "0.3", + "AvgTurnover": "0.0", + "AvgFoul": "1.0", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "02:48", + "Shot1Percent": "0.0%", + "Shot2Percent": "0.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "0.0%", + "TPoints": 0, + "TShots1": "0/0", + "TShots2": "0/1", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "0.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "0.0%", + "TAssist": 1, + "TBlocks": 0, + "TDefRebound": 0, + "TOffRebound": 0, + "TRebound": 0, + "TSteal": 1, + "TTurnover": 0, + "TFoul": 3, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "08:24", + "TGameCount": 3, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "0/1", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "0.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "0.0%", + "CareerTPoints": 0, + "CareerTAssist": 1, + "CareerTBlocks": 0, + "CareerTDefRebound": 0, + "CareerTOffRebound": 0, + "CareerTRebound": 0, + "CareerTSteal": 1, + "CareerTTurnover": 0, + "CareerTFoul": 3, + "CareerTOpponentFoul": 0, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "08:24", + "CareerTGameCount": 3, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 31060, + "num": "7", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Alexander Khomenko", + "captain": false, + "age": 26, + "height": "192 cm", + "weight": "92 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 19, + "pt-2": "5/5", + "pt-3": "2/4", + "pt-1": "3/5", + "fg": "7/9", + "ast": 4, + "stl": 2, + "blk": 0, + "blkVic": 0, + "dreb": 5, + "oreb": 1, + "reb": 6, + "to": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 5, + "plusMinus": -1, + "dunk": 0, + "kpi": 26, + "time": "28:50", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Alexander", + "Name2GFX": "Khomenko", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/7.png", + "season": "GAMES: 4 MINUTES: 28:46 PTS: 13.0 REB: 2.8 AST: 2.0 STL: 1.0", + "isOnCourt": false, + "AvgPoints": "13.0", + "AvgAssist": "2.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "2.2", + "AvgOffRebound": "0.5", + "AvgRebound": "2.8", + "AvgSteal": "1.0", + "AvgTurnover": "2.2", + "AvgFoul": "3.0", + "AvgOpponentFoul": "4.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "28:46", + "Shot1Percent": "83.3%", + "Shot2Percent": "61.1%", + "Shot3Percent": "35.7%", + "Shot23Percent": "50.0%", + "TPoints": 52, + "TShots1": "15/18", + "TShots2": "11/18", + "TShots3": "5/14", + "TShots23": "16/32", + "TShot1Percent": "83.3%", + "TShot2Percent": "61.1%", + "TShot3Percent": "35.7%", + "TShot23Percent": "50.0%", + "TAssist": 8, + "TBlocks": 0, + "TDefRebound": 9, + "TOffRebound": 2, + "TRebound": 11, + "TSteal": 4, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 19, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "115:04", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "336/431", + "CareerTShots2": "207/473", + "CareerTShots3": "113/309", + "CareerTShots23": "320/782", + "CareerTShot1Percent": "78.0%", + "CareerTShot2Percent": "43.8%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "40.9%", + "CareerTPoints": 1089, + "CareerTAssist": 367, + "CareerTBlocks": 6, + "CareerTDefRebound": 298, + "CareerTOffRebound": 92, + "CareerTRebound": 390, + "CareerTSteal": 146, + "CareerTTurnover": 232, + "CareerTFoul": 400, + "CareerTOpponentFoul": 584, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "2931:27", + "CareerTGameCount": 166, + "CareerTStartCount": 75, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 41495, + "num": "8", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Sergey Grishaev", + "captain": false, + "age": 22, + "height": "208 cm", + "weight": "99 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 0, + "pt-2": "0/0", + "pt-3": "0/0", + "pt-1": "0/0", + "fg": "0/0", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 0, + "dunk": 0, + "kpi": 0, + "time": "0:00", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Sergey", + "Name2GFX": "Grishaev", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/8.png", + "season": "GAMES: 1 MINUTES: 03:55", + "isOnCourt": false, + "AvgPoints": "0.0", + "AvgAssist": "0.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "0.0", + "AvgOffRebound": "0.0", + "AvgRebound": "0.0", + "AvgSteal": "0.0", + "AvgTurnover": "0.0", + "AvgFoul": "0.0", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "03:55", + "Shot1Percent": "0.0%", + "Shot2Percent": "0.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "0.0%", + "TPoints": 0, + "TShots1": "0/0", + "TShots2": "0/0", + "TShots3": "0/1", + "TShots23": "0/0", + "TShot1Percent": "0.0%", + "TShot2Percent": "0.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "0.0%", + "TAssist": 0, + "TBlocks": 0, + "TDefRebound": 0, + "TOffRebound": 0, + "TRebound": 0, + "TSteal": 0, + "TTurnover": 0, + "TFoul": 0, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "03:55", + "TGameCount": 1, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "0/0", + "CareerTShots3": "0/1", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "0.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "0.0%", + "CareerTPoints": 0, + "CareerTAssist": 0, + "CareerTBlocks": 0, + "CareerTDefRebound": 0, + "CareerTOffRebound": 0, + "CareerTRebound": 0, + "CareerTSteal": 0, + "CareerTTurnover": 0, + "CareerTFoul": 0, + "CareerTOpponentFoul": 0, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "03:55", + "CareerTGameCount": 1, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 28193, + "num": "9", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Ilya Karpenkov", + "captain": false, + "age": 28, + "height": "204 cm", + "weight": "125 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "5/6", + "pt-3": "0/0", + "pt-1": "1/2", + "fg": "5/6", + "ast": 4, + "stl": 1, + "blk": 1, + "blkVic": 1, + "dreb": 2, + "oreb": 2, + "reb": 4, + "to": 4, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -5, + "dunk": 0, + "kpi": 14, + "time": "27:05", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Ilya", + "Name2GFX": "Karpenkov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/9.png", + "season": "GAMES: 4 MINUTES: 18:38 PTS: 8.5 REB: 5.8 AST: 1.8", + "isOnCourt": false, + "AvgPoints": "8.5", + "AvgAssist": "1.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "2.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.8", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:38", + "Shot1Percent": "80.0%", + "Shot2Percent": "83.3%", + "Shot3Percent": "0.0%", + "Shot23Percent": "78.9%", + "TPoints": 34, + "TShots1": "4/5", + "TShots2": "15/18", + "TShots3": "0/1", + "TShots23": "15/19", + "TShot1Percent": "80.0%", + "TShot2Percent": "83.3%", + "TShot3Percent": "0.0%", + "TShot23Percent": "78.9%", + "TAssist": 7, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 9, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 7, + "TFoul": 14, + "TOpponentFoul": 7, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "74:35", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "53/64", + "CareerTShots2": "147/230", + "CareerTShots3": "1/8", + "CareerTShots23": "148/238", + "CareerTShot1Percent": "82.8%", + "CareerTShot2Percent": "63.9%", + "CareerTShot3Percent": "12.5%", + "CareerTShot23Percent": "62.2%", + "CareerTPoints": 350, + "CareerTAssist": 75, + "CareerTBlocks": 14, + "CareerTDefRebound": 96, + "CareerTOffRebound": 81, + "CareerTRebound": 177, + "CareerTSteal": 14, + "CareerTTurnover": 60, + "CareerTFoul": 126, + "CareerTOpponentFoul": 84, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "804:32", + "CareerTGameCount": 51, + "CareerTStartCount": 24, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 25424, + "num": "11", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Ilya Platonov", + "captain": false, + "age": 27, + "height": "201 cm", + "weight": "96 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 8, + "pt-2": "0/2", + "pt-3": "2/5", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 0, + "reb": 1, + "to": 2, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -6, + "dunk": 0, + "kpi": 2, + "time": "32:44", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Ilya", + "Name2GFX": "Platonov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/11.png", + "season": "GAMES: 4 MINUTES: 26:56 PTS: 8.0 REB: 1.8 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "8.0", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.8", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.8", + "AvgOpponentFoul": "0.5", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "26:56", + "Shot1Percent": "100.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "37.5%", + "Shot23Percent": "42.3%", + "TPoints": 32, + "TShots1": "4/4", + "TShots2": "5/10", + "TShots3": "6/16", + "TShots23": "11/26", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "37.5%", + "TShot23Percent": "42.3%", + "TAssist": 5, + "TBlocks": 0, + "TDefRebound": 4, + "TOffRebound": 3, + "TRebound": 7, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 11, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "107:46", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "102/137", + "CareerTShots2": "126/235", + "CareerTShots3": "102/279", + "CareerTShots23": "228/514", + "CareerTShot1Percent": "74.5%", + "CareerTShot2Percent": "53.6%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "44.4%", + "CareerTPoints": 660, + "CareerTAssist": 79, + "CareerTBlocks": 11, + "CareerTDefRebound": 239, + "CareerTOffRebound": 94, + "CareerTRebound": 333, + "CareerTSteal": 72, + "CareerTTurnover": 126, + "CareerTFoul": 201, + "CareerTOpponentFoul": 148, + "CareerTPlusMinus": 0, + "CareerTDunk": 3, + "CareerTPlayedTime": "2140:04", + "CareerTGameCount": 108, + "CareerTStartCount": 79, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 490795, + "num": "12", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Hunter Dean", + "captain": false, + "age": 24, + "height": "209 cm", + "weight": "113 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 7, + "pt-2": "3/5", + "pt-3": "0/0", + "pt-1": "1/2", + "fg": "3/5", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 1, + "reb": 4, + "to": 1, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -4, + "dunk": 2, + "kpi": 7, + "time": "12:55", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Hunter", + "Name2GFX": "Dean", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/12.png", + "season": "GAMES: 4 MINUTES: 18:40 PTS: 6.2 REB: 5.0", + "isOnCourt": false, + "AvgPoints": "6.2", + "AvgAssist": "0.0", + "AvgBlocks": "0.8", + "AvgDefRebound": "3.2", + "AvgOffRebound": "1.8", + "AvgRebound": "5.0", + "AvgSteal": "0.5", + "AvgTurnover": "1.8", + "AvgFoul": "2.5", + "AvgOpponentFoul": "1.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:40", + "Shot1Percent": "83.3%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "50.0%", + "TPoints": 25, + "TShots1": "5/6", + "TShots2": "10/20", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "83.3%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "50.0%", + "TAssist": 0, + "TBlocks": 3, + "TDefRebound": 13, + "TOffRebound": 7, + "TRebound": 20, + "TSteal": 2, + "TTurnover": 7, + "TFoul": 10, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "74:43", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "5/6", + "CareerTShots2": "10/20", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "83.3%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "50.0%", + "CareerTPoints": 25, + "CareerTAssist": 0, + "CareerTBlocks": 3, + "CareerTDefRebound": 13, + "CareerTOffRebound": 7, + "CareerTRebound": 20, + "CareerTSteal": 2, + "CareerTTurnover": 7, + "CareerTFoul": 10, + "CareerTOpponentFoul": 6, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "74:43", + "CareerTGameCount": 4, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 2133, + "num": "13", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Dmitrii Khvostov", + "captain": true, + "age": 36, + "height": "190 cm", + "weight": "86 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "1/2", + "pt-3": "3/6", + "pt-1": "0/0", + "fg": "4/8", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 8, + "dunk": 0, + "kpi": 9, + "time": "21:09", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Dmitrii", + "Name2GFX": "Khvostov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/13.png", + "season": "GAMES: 4 MINUTES: 20:16 PTS: 8.0 REB: 1.5 AST: 3.2", + "isOnCourt": false, + "AvgPoints": "8.0", + "AvgAssist": "3.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.5", + "AvgOffRebound": "0.0", + "AvgRebound": "1.5", + "AvgSteal": "0.8", + "AvgTurnover": "1.5", + "AvgFoul": "1.5", + "AvgOpponentFoul": "3.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:16", + "Shot1Percent": "100.0%", + "Shot2Percent": "60.0%", + "Shot3Percent": "46.2%", + "Shot23Percent": "50.0%", + "TPoints": 32, + "TShots1": "8/8", + "TShots2": "3/5", + "TShots3": "6/13", + "TShots23": "9/18", + "TShot1Percent": "100.0%", + "TShot2Percent": "60.0%", + "TShot3Percent": "46.2%", + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 6, + "TOffRebound": 0, + "TRebound": 6, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 6, + "TOpponentFoul": 12, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "81:05", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "295/340", + "CareerTShots2": "291/647", + "CareerTShots3": "338/879", + "CareerTShots23": "629/1526", + "CareerTShot1Percent": "86.8%", + "CareerTShot2Percent": "45.0%", + "CareerTShot3Percent": "38.5%", + "CareerTShot23Percent": "41.2%", + "CareerTPoints": 1891, + "CareerTAssist": 1174, + "CareerTBlocks": 11, + "CareerTDefRebound": 405, + "CareerTOffRebound": 72, + "CareerTRebound": 477, + "CareerTSteal": 200, + "CareerTTurnover": 466, + "CareerTFoul": 747, + "CareerTOpponentFoul": 644, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "6671:19", + "CareerTGameCount": 324, + "CareerTStartCount": 201, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 46431, + "num": "21", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Kirill Popov", + "captain": false, + "age": 27, + "height": "203 cm", + "weight": "104 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "0/3", + "pt-3": "2/5", + "pt-1": "3/3", + "fg": "2/8", + "ast": 2, + "stl": 1, + "blk": 2, + "blkVic": 0, + "dreb": 7, + "oreb": 0, + "reb": 7, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 4, + "plusMinus": 1, + "dunk": 0, + "kpi": 13, + "time": "31:47", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Kirill", + "Name2GFX": "Popov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/21.png", + "season": "GAMES: 4 MINUTES: 23:47 PTS: 12.5 REB: 5.8 AST: 1.0 BLK: 1.2", + "isOnCourt": false, + "AvgPoints": "12.5", + "AvgAssist": "1.0", + "AvgBlocks": "1.2", + "AvgDefRebound": "4.5", + "AvgOffRebound": "1.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "4.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "23:47", + "Shot1Percent": "81.0%", + "Shot2Percent": "31.6%", + "Shot3Percent": "43.8%", + "Shot23Percent": "37.1%", + "TPoints": 50, + "TShots1": "17/21", + "TShots2": "6/19", + "TShots3": "7/16", + "TShots23": "13/35", + "TShot1Percent": "81.0%", + "TShot2Percent": "31.6%", + "TShot3Percent": "43.8%", + "TShot23Percent": "37.1%", + "TAssist": 4, + "TBlocks": 5, + "TDefRebound": 18, + "TOffRebound": 5, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 6, + "TFoul": 9, + "TOpponentFoul": 18, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:09", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "30/45", + "CareerTShots2": "31/71", + "CareerTShots3": "10/27", + "CareerTShots23": "41/98", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "43.7%", + "CareerTShot3Percent": "37.0%", + "CareerTShot23Percent": "41.8%", + "CareerTPoints": 122, + "CareerTAssist": 7, + "CareerTBlocks": 6, + "CareerTDefRebound": 43, + "CareerTOffRebound": 23, + "CareerTRebound": 66, + "CareerTSteal": 9, + "CareerTTurnover": 23, + "CareerTFoul": 45, + "CareerTOpponentFoul": 41, + "CareerTPlusMinus": 0, + "CareerTDunk": 8, + "CareerTPlayedTime": "301:07", + "CareerTGameCount": 34, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 113427, + "num": "24", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Alexandr Shenderov", + "captain": false, + "age": 17, + "height": "188 cm", + "weight": "60 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 2, + "pt-2": "1/2", + "pt-3": "0/2", + "pt-1": "0/0", + "fg": "1/4", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 0, + "reb": 1, + "to": 0, + "foul": 2, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, "plusMinus": -1, "dunk": 0, - "kpi": 0, - "time": "3:49", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Lev", - "Name2GFX": "Svinin", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\3.png", - "season": "GAMES: 3 MINUTES: 09:15 PTS: 1.0 REB: 1.0", - "isOnCourt": false, - "AvgPoints": "1.0", - "AvgAssist": "0.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.0", - "AvgOffRebound": "0.0", - "AvgRebound": "1.0", - "AvgSteal": "0.3", - "AvgTurnover": "0.0", - "AvgFoul": "1.0", - "AvgOpponentFoul": "0.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "09:15", - "Shot1Percent": "75.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 3, - "TShots1": "3/4", - "TShots2": "0/1", - "TShots3": "0/4", - "TShots23": "0/5", - "TShot1Percent": "75.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 1, - "TBlocks": 0, - "TDefRebound": 3, - "TOffRebound": 0, - "TRebound": 3, - "TSteal": 1, - "TTurnover": 0, - "TFoul": 3, - "TOpponentFoul": 2, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "27:46", - "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "11/14", - "CareerTShots2": "20/29", - "CareerTShots3": "9/40", - "CareerTShots23": "29/69", - "CareerTShot1Percent": "78.6%", - "CareerTShot2Percent": "69.0%", - "CareerTShot3Percent": "22.5%", - "CareerTShot23Percent": "42.0%", - "CareerTPoints": 78, - "CareerTAssist": 15, - "CareerTBlocks": 5, - "CareerTDefRebound": 18, - "CareerTOffRebound": 27, - "CareerTRebound": 45, - "CareerTSteal": 11, - "CareerTTurnover": 13, - "CareerTFoul": 48, - "CareerTOpponentFoul": 12, - "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "350:37", - "CareerTGameCount": 43, - "CareerTStartCount": 3, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491404, - "num": "4", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Jalen Adams", - "captain": false, - "age": 29, - "height": "191 cm", - "weight": "88 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/5", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 2, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -22, - "dunk": 0, - "kpi": 8, - "time": "22:18", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\4.png", - "season": "GAMES: 3 MINUTES: 23:44 PTS: 12.3 REB: 4.0 AST: 3.3 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "3.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.7", - "AvgOffRebound": "1.3", - "AvgRebound": "4.0", - "AvgSteal": "1.3", - "AvgTurnover": "1.3", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:44", - "Shot1Percent": "87.5%", - "Shot2Percent": "64.3%", - "Shot3Percent": "40.0%", - "Shot23Percent": "54.2%", - "TPoints": 37, - "TShots1": "7/8", - "TShots2": "9/14", - "TShots3": "4/10", - "TShots23": "13/24", - "TShot1Percent": "87.5%", - "TShot2Percent": "64.3%", - "TShot3Percent": "40.0%", - "TShot23Percent": "54.2%", - "TAssist": 10, - "TBlocks": 1, - "TDefRebound": 8, - "TOffRebound": 4, - "TRebound": 12, - "TSteal": 4, - "TTurnover": 4, - "TFoul": 6, - "TOpponentFoul": 8, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "71:13", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "7/8", - "CareerTShots2": "9/14", - "CareerTShots3": "4/10", - "CareerTShots23": "13/24", - "CareerTShot1Percent": "87.5%", - "CareerTShot2Percent": "64.3%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "54.2%", - "CareerTPoints": 37, - "CareerTAssist": 10, - "CareerTBlocks": 1, - "CareerTDefRebound": 8, - "CareerTOffRebound": 4, - "CareerTRebound": 12, - "CareerTSteal": 4, - "CareerTTurnover": 4, - "CareerTFoul": 6, - "CareerTOpponentFoul": 8, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "71:13", - "CareerTGameCount": 3, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 432333, - "num": "6", - "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Victor Sanders", - "captain": false, - "age": 30, - "height": "196 cm", - "weight": "90 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 11, - "pt-2": "3/5", - "pt-3": "1/3", - "pt-1": "2/4", - "fg": "4/8", - "ast": 6, - "stl": 5, - "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 4, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 5, - "plusMinus": -6, - "dunk": 0, - "kpi": 16, - "time": "35:58", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Victor", - "Name2GFX": "Sanders", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\6.png", - "season": "GAMES: 3 MINUTES: 33:00 PTS: 9.7 REB: 2.0 AST: 5.3 STL: 2.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "5.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "2.3", - "AvgTurnover": "2.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "3.3", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "33:00", - "Shot1Percent": "66.7%", - "Shot2Percent": "62.5%", - "Shot3Percent": "31.2%", - "Shot23Percent": "41.7%", - "TPoints": 29, - "TShots1": "4/6", - "TShots2": "5/8", - "TShots3": "5/16", - "TShots23": "10/24", - "TShot1Percent": "66.7%", - "TShot2Percent": "62.5%", - "TShot3Percent": "31.2%", - "TShot23Percent": "41.7%", - "TAssist": 16, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 7, - "TTurnover": 7, - "TFoul": 11, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "99:01", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "72/108", - "CareerTShots2": "98/196", - "CareerTShots3": "89/231", - "CareerTShots23": "187/427", - "CareerTShot1Percent": "66.7%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "38.5%", - "CareerTShot23Percent": "43.8%", - "CareerTPoints": 535, - "CareerTAssist": 137, - "CareerTBlocks": 2, - "CareerTDefRebound": 86, - "CareerTOffRebound": 18, - "CareerTRebound": 104, - "CareerTSteal": 59, - "CareerTTurnover": 98, - "CareerTFoul": 99, - "CareerTOpponentFoul": 179, - "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "1106:25", - "CareerTGameCount": 39, - "CareerTStartCount": 39, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 15638, - "num": "11", - "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Stanislav Ilnitskiy", - "captain": true, - "age": 31, - "height": "201 cm", - "weight": "98 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, - "pt-2": "1/1", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "1/1", - "ast": 2, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 0, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -6, - "dunk": 0, - "kpi": 6, - "time": "15:05", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Stanislav", - "Name2GFX": "Ilnitskiy", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\11.png", - "season": "GAMES: 3 MINUTES: 20:50 PTS: 1.0 REB: 6.0 STL: 1.0", - "isOnCourt": false, - "AvgPoints": "1.0", - "AvgAssist": "0.7", - "AvgBlocks": "0.7", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.3", - "AvgRebound": "6.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.3", - "AvgFoul": "3.3", - "AvgOpponentFoul": "1.3", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "20:50", - "Shot1Percent": "50.0%", - "Shot2Percent": "25.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "14.3%", - "TPoints": 3, - "TShots1": "1/2", - "TShots2": "1/4", - "TShots3": "0/3", - "TShots23": "1/7", - "TShot1Percent": "50.0%", - "TShot2Percent": "25.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "14.3%", - "TAssist": 2, - "TBlocks": 2, - "TDefRebound": 11, - "TOffRebound": 7, - "TRebound": 18, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 4, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "62:32", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "209/321", - "CareerTShots2": "232/456", - "CareerTShots3": "192/517", - "CareerTShots23": "424/973", - "CareerTShot1Percent": "65.1%", - "CareerTShot2Percent": "50.9%", - "CareerTShot3Percent": "37.1%", - "CareerTShot23Percent": "43.6%", - "CareerTPoints": 1249, - "CareerTAssist": 230, - "CareerTBlocks": 40, - "CareerTDefRebound": 640, - "CareerTOffRebound": 330, - "CareerTRebound": 970, - "CareerTSteal": 127, - "CareerTTurnover": 157, - "CareerTFoul": 787, - "CareerTOpponentFoul": 401, - "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "5423:53", - "CareerTGameCount": 327, - "CareerTStartCount": 115, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 57610, - "num": "18", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Mikhail Stafeev", - "captain": false, - "age": 20, - "height": "202 cm", - "weight": "102 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Stafeev", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\18.png", - "season": "GAMES: 0 MINUTES:", - "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, - "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491405, - "num": "32", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Terrell Carter", - "captain": false, - "age": 29, - "height": "208 cm", - "weight": "132 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 6, - "pt-2": "2/4", - "pt-3": "0/0", - "pt-1": "2/2", - "fg": "2/4", - "ast": 1, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 3, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 4, - "plusMinus": -11, - "dunk": 0, - "kpi": 7, - "time": "19:06", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Terrell", - "Name2GFX": "Carter", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\32.png", - "season": "GAMES: 3 MINUTES: 22:03 PTS: 12.3 REB: 5.7 AST: 1.7 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "1.7", - "AvgBlocks": "0.0", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.0", - "AvgRebound": "5.7", - "AvgSteal": "1.3", - "AvgTurnover": "3.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.3", - "AvgKPI": "0.0", - "AvgPlayedTime": "22:03", - "Shot1Percent": "64.3%", - "Shot2Percent": "50.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "50.0%", - "TPoints": 37, - "TShots1": "9/14", - "TShots2": "14/28", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "64.3%", - "TShot2Percent": "50.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "50.0%", - "TAssist": 5, - "TBlocks": 0, - "TDefRebound": 11, - "TOffRebound": 6, - "TRebound": 17, - "TSteal": 4, - "TTurnover": 10, - "TFoul": 11, - "TOpponentFoul": 15, - "TPlusMinus": 0, - "TDunk": 4, - "TKPI": 0, - "TPlayedTime": "66:09", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "9/14", - "CareerTShots2": "14/28", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "64.3%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 37, - "CareerTAssist": 5, - "CareerTBlocks": 0, - "CareerTDefRebound": 11, - "CareerTOffRebound": 6, - "CareerTRebound": 17, - "CareerTSteal": 4, - "CareerTTurnover": 10, - "CareerTFoul": 11, - "CareerTOpponentFoul": 15, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "66:09", - "CareerTGameCount": 3, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 40552, - "num": "35", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Alexandr Shashkov", - "captain": false, - "age": 25, - "height": "210 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 12, - "pt-2": "3/5", - "pt-3": "2/2", - "pt-1": "0/0", - "fg": "5/7", - "ast": 2, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -26, - "dunk": 2, - "kpi": 11, - "time": "17:48", + "kpi": -2, + "time": "9:28", "pts1q": 0, "pts2q": 0, "pts3q": 0, @@ -855,551 +1203,203 @@ "pts1h": 0, "pts2h": 0, "Name1GFX": "Alexandr", - "Name2GFX": "Shashkov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\35.png", - "season": "GAMES: 3 MINUTES: 16:04 PTS: 6.7 REB: 3.3 AST: 1.0", + "Name2GFX": "Shenderov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/24.png", + "season": "GAMES: 1 MINUTES: 09:28 PTS: 2 REB: 1", "isOnCourt": false, - "AvgPoints": "6.7", - "AvgAssist": "1.0", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.0", - "AvgOffRebound": "1.3", - "AvgRebound": "3.3", - "AvgSteal": "0.7", - "AvgTurnover": "0.7", - "AvgFoul": "2.7", - "AvgOpponentFoul": "0.3", + "AvgPoints": "2", + "AvgAssist": "0.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "1", + "AvgOffRebound": "0.0", + "AvgRebound": "1", + "AvgSteal": "0.0", + "AvgTurnover": "0.0", + "AvgFoul": "2", + "AvgOpponentFoul": "0.0", "AvgPlusMinus": null, - "AvgDunk": "0.7", + "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "16:04", - "Shot1Percent": "100.0%", - "Shot2Percent": "54.5%", - "Shot3Percent": "50.0%", - "Shot23Percent": "53.3%", - "TPoints": 20, - "TShots1": "2/2", - "TShots2": "6/11", - "TShots3": "2/4", - "TShots23": "8/15", - "TShot1Percent": "100.0%", - "TShot2Percent": "54.5%", - "TShot3Percent": "50.0%", - "TShot23Percent": "53.3%", - "TAssist": 3, - "TBlocks": 1, - "TDefRebound": 6, - "TOffRebound": 4, - "TRebound": 10, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 8, - "TOpponentFoul": 1, + "AvgPlayedTime": "09:28", + "Shot1Percent": "0.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "25.0%", + "TPoints": 2, + "TShots1": "0/0", + "TShots2": "1/2", + "TShots3": "0/2", + "TShots23": "1/4", + "TShot1Percent": "0.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "25.0%", + "TAssist": 0, + "TBlocks": 0, + "TDefRebound": 1, + "TOffRebound": 0, + "TRebound": 1, + "TSteal": 0, + "TTurnover": 0, + "TFoul": 2, + "TOpponentFoul": 0, "TPlusMinus": 0, - "TDunk": 2, + "TDunk": 0, "TKPI": 0, - "TPlayedTime": "48:12", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "27/36", - "CareerTShots2": "82/147", - "CareerTShots3": "27/76", - "CareerTShots23": "109/223", - "CareerTShot1Percent": "75.0%", - "CareerTShot2Percent": "55.8%", - "CareerTShot3Percent": "35.5%", - "CareerTShot23Percent": "48.9%", - "CareerTPoints": 272, - "CareerTAssist": 39, - "CareerTBlocks": 15, - "CareerTDefRebound": 97, - "CareerTOffRebound": 49, - "CareerTRebound": 146, - "CareerTSteal": 22, - "CareerTTurnover": 35, - "CareerTFoul": 71, - "CareerTOpponentFoul": 38, + "TPlayedTime": "09:28", + "TGameCount": 1, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "1/2", + "CareerTShots3": "0/3", + "CareerTShots23": "1/5", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "20.0%", + "CareerTPoints": 2, + "CareerTAssist": 0, + "CareerTBlocks": 0, + "CareerTDefRebound": 1, + "CareerTOffRebound": 0, + "CareerTRebound": 1, + "CareerTSteal": 0, + "CareerTTurnover": 1, + "CareerTFoul": 2, + "CareerTOpponentFoul": 0, "CareerTPlusMinus": 0, - "CareerTDunk": 18, - "CareerTPlayedTime": "671:18", - "CareerTGameCount": 43, + "CareerTDunk": 0, + "CareerTPlayedTime": "19:39", + "CareerTGameCount": 5, + "CareerTStartCount": 0, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 53012, + "num": "55", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Sergey Zotkin", + "captain": false, + "age": 22, + "height": "192 cm", + "weight": "82 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 0, + "pt-2": "0/3", + "pt-3": "0/1", + "pt-1": "0/0", + "fg": "0/4", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 0, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -13, + "dunk": 0, + "kpi": -2, + "time": "8:34", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Sergey", + "Name2GFX": "Zotkin", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/55.png", + "season": "GAMES: 4 MINUTES: 10:47 PTS: 1.0 REB: 1.0 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "1.0", + "AvgAssist": "1.2", + "AvgBlocks": "0.5", + "AvgDefRebound": "0.8", + "AvgOffRebound": "0.2", + "AvgRebound": "1.0", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "0.5", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "10:47", + "Shot1Percent": "0.0%", + "Shot2Percent": "25.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "18.2%", + "TPoints": 4, + "TShots1": "0/0", + "TShots2": "2/8", + "TShots3": "0/3", + "TShots23": "2/11", + "TShot1Percent": "0.0%", + "TShot2Percent": "25.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "18.2%", + "TAssist": 5, + "TBlocks": 2, + "TDefRebound": 3, + "TOffRebound": 1, + "TRebound": 4, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 10, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "43:09", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "45/51", + "CareerTShots2": "56/143", + "CareerTShots3": "35/113", + "CareerTShots23": "91/256", + "CareerTShot1Percent": "88.2%", + "CareerTShot2Percent": "39.2%", + "CareerTShot3Percent": "31.0%", + "CareerTShot23Percent": "35.5%", + "CareerTPoints": 262, + "CareerTAssist": 159, + "CareerTBlocks": 3, + "CareerTDefRebound": 75, + "CareerTOffRebound": 19, + "CareerTRebound": 94, + "CareerTSteal": 38, + "CareerTTurnover": 111, + "CareerTFoul": 172, + "CareerTOpponentFoul": 77, + "CareerTPlusMinus": 0, + "CareerTDunk": 3, + "CareerTPlayedTime": "1005:09", + "CareerTGameCount": 80, "CareerTStartCount": 9, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 52397, - "num": "61", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Gleb Firsov", - "captain": false, - "age": 20, - "height": "208 cm", - "weight": "104 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 16, - "pt-2": "7/9", - "pt-3": "0/0", - "pt-1": "2/4", - "fg": "7/9", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 3, - "reb": 4, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -9, - "dunk": 2, - "kpi": 16, - "time": "17:37", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Gleb", - "Name2GFX": "Firsov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\61.png", - "season": "GAMES: 3 MINUTES: 13:50 PTS: 9.7 REB: 2.7 AST: 1.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "1.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.7", - "AvgRebound": "2.7", - "AvgSteal": "0.7", - "AvgTurnover": "1.7", - "AvgFoul": "2.3", - "AvgOpponentFoul": "2.3", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "13:50", - "Shot1Percent": "55.6%", - "Shot2Percent": "70.6%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.6%", - "TPoints": 29, - "TShots1": "5/9", - "TShots2": "12/17", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "55.6%", - "TShot2Percent": "70.6%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.6%", - "TAssist": 4, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 5, - "TRebound": 8, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 7, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "41:32", - "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "22/37", - "CareerTShots2": "40/76", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "59.5%", - "CareerTShot2Percent": "52.6%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "52.6%", - "CareerTPoints": 102, - "CareerTAssist": 20, - "CareerTBlocks": 5, - "CareerTDefRebound": 30, - "CareerTOffRebound": 25, - "CareerTRebound": 55, - "CareerTSteal": 12, - "CareerTTurnover": 20, - "CareerTFoul": 43, - "CareerTOpponentFoul": 32, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "246:16", - "CareerTGameCount": 39, - "CareerTStartCount": 3, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 57608, - "num": "70", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Ivan Egorov", - "captain": false, - "age": 20, - "height": "194 cm", - "weight": "86 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, - "pt-2": "1/3", - "pt-3": "0/2", - "pt-1": "0/0", - "fg": "1/5", - "ast": 3, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 1, - "plusMinus": -8, - "dunk": 0, - "kpi": -1, - "time": "18:20", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Ivan", - "Name2GFX": "Egorov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\70.png", - "season": "GAMES: 3 MINUTES: 13:05 PTS: 2.0 REB: 1.3 AST: 1.3", - "isOnCourt": false, - "AvgPoints": "2.0", - "AvgAssist": "1.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.3", - "AvgOffRebound": "0.0", - "AvgRebound": "1.3", - "AvgSteal": "0.0", - "AvgTurnover": "0.3", - "AvgFoul": "1.3", - "AvgOpponentFoul": "0.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "13:05", - "Shot1Percent": "50.0%", - "Shot2Percent": "33.3%", - "Shot3Percent": "20.0%", - "Shot23Percent": "25.0%", - "TPoints": 6, - "TShots1": "1/2", - "TShots2": "1/3", - "TShots3": "1/5", - "TShots23": "2/8", - "TShot1Percent": "50.0%", - "TShot2Percent": "33.3%", - "TShot3Percent": "20.0%", - "TShot23Percent": "25.0%", - "TAssist": 4, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 0, - "TRebound": 4, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 2, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "39:15", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "8/27", - "CareerTShots3": "3/12", - "CareerTShots23": "11/39", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "29.6%", - "CareerTShot3Percent": "25.0%", - "CareerTShot23Percent": "28.2%", - "CareerTPoints": 33, - "CareerTAssist": 8, - "CareerTBlocks": 0, - "CareerTDefRebound": 7, - "CareerTOffRebound": 0, - "CareerTRebound": 7, - "CareerTSteal": 3, - "CareerTTurnover": 11, - "CareerTFoul": 16, - "CareerTOpponentFoul": 12, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "141:17", - "CareerTGameCount": 21, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 15749, - "num": "93", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Aleksandr Zakharov", - "captain": false, - "age": 32, - "height": "203 cm", - "weight": "97 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 6, - "pt-2": "3/5", - "pt-3": "0/2", - "pt-1": "0/0", - "fg": "3/7", - "ast": 3, - "stl": 0, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 1, - "plusMinus": 6, - "dunk": 0, - "kpi": 5, - "time": "18:10", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Aleksandr", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\93.png", - "season": "GAMES: 2 MINUTES: 20:49 PTS: 7.0 REB: 2.5 AST: 1.5 STL: 1.0", - "isOnCourt": false, - "AvgPoints": "7.0", - "AvgAssist": "1.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.5", - "AvgOffRebound": "0.0", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "1.0", - "AvgFoul": "2.0", - "AvgOpponentFoul": "1.5", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "20:49", - "Shot1Percent": "0.0%", - "Shot2Percent": "77.8%", - "Shot3Percent": "0.0%", - "Shot23Percent": "46.7%", - "TPoints": 14, - "TShots1": "0/0", - "TShots2": "7/9", - "TShots3": "0/6", - "TShots23": "7/15", - "TShot1Percent": "0.0%", - "TShot2Percent": "77.8%", - "TShot3Percent": "0.0%", - "TShot23Percent": "46.7%", - "TAssist": 3, - "TBlocks": 0, - "TDefRebound": 5, - "TOffRebound": 0, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 4, - "TOpponentFoul": 3, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "41:38", - "TGameCount": 2, - "TStartCount": 1, - "CareerTShots1": "113/150", - "CareerTShots2": "167/310", - "CareerTShots3": "98/337", - "CareerTShots23": "265/647", - "CareerTShot1Percent": "75.3%", - "CareerTShot2Percent": "53.9%", - "CareerTShot3Percent": "29.1%", - "CareerTShot23Percent": "41.0%", - "CareerTPoints": 741, - "CareerTAssist": 97, - "CareerTBlocks": 9, - "CareerTDefRebound": 189, - "CareerTOffRebound": 67, - "CareerTRebound": 256, - "CareerTSteal": 44, - "CareerTTurnover": 98, - "CareerTFoul": 236, - "CareerTOpponentFoul": 160, - "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "1829:32", - "CareerTGameCount": 97, - "CareerTStartCount": 43, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 0, - "num": "", - "startRole": "", - "role": "", - "roleShort": "", - "NameGFX": "", - "captain": false, - "age": 0, - "height": 0, - "weight": 0, - "isStart": false, - "isOn": "", - "flag": "", - "pts": 0, - "pt-2": "", - "pt-3": "", - "pt-1": "", - "fg": "", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "", - "pts1q": "", - "pts2q": "", - "pts3q": "", - "pts4q": "", - "pts1h": "", - "pts2h": "", - "Name1GFX": "", - "Name2GFX": "", - "photoGFX": "", - "season": "", - "isOnCourt": false, - "AvgPoints": "", - "AvgAssist": "", - "AvgBlocks": "", - "AvgDefRebound": "", - "AvgOffRebound": "", - "AvgRebound": "", - "AvgSteal": "", - "AvgTurnover": "", - "AvgFoul": "", - "AvgOpponentFoul": "", - "AvgPlusMinus": "", - "AvgDunk": "", - "AvgKPI": "", - "AvgPlayedTime": "", - "Shot1Percent": "", - "Shot2Percent": "", - "Shot3Percent": "", - "Shot23Percent": "", - "TPoints": "", - "TShots1": "", - "TShots2": "", - "TShots3": "", - "TShots23": "", - "TShot1Percent": "", - "TShot2Percent": "", - "TShot3Percent": "", - "TShot23Percent": "", - "TAssist": "", - "TBlocks": "", - "TDefRebound": "", - "TOffRebound": "", - "TRebound": "", - "TSteal": "", - "TTurnover": "", - "TFoul": "", - "TOpponentFoul": "", - "TPlusMinus": "", - "TDunk": "", - "TKPI": "", - "TPlayedTime": "", - "TGameCount": "", - "TStartCount": "", - "CareerTShots1": "", - "CareerTShots2": "", - "CareerTShots3": "", - "CareerTShots23": "", - "CareerTShot1Percent": "", - "CareerTShot2Percent": "", - "CareerTShot3Percent": "", - "CareerTShot23Percent": "", - "CareerTPoints": "", - "CareerTAssist": "", - "CareerTBlocks": "", - "CareerTDefRebound": "", - "CareerTOffRebound": "", - "CareerTRebound": "", - "CareerTSteal": "", - "CareerTTurnover": "", - "CareerTFoul": "", - "CareerTOpponentFoul": "", - "CareerTPlusMinus": "", - "CareerTDunk": "", - "CareerTPlayedTime": "", - "CareerTGameCount": "", - "CareerTStartCount": "", - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 130931, + "id": 1403, "num": "1", "startRole": "Coach", "role": "Coach", "roleShort": "", - "NameGFX": "Evgeny Pashutin", + "NameGFX": "Sergey Kozin", "captain": false, - "age": 56, + "age": 41, "height": 0, "weight": 0, "isStart": false, @@ -1434,8 +1434,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Evgeny", - "Name2GFX": "Pashutin", + "Name1GFX": "Sergey", + "Name2GFX": "Kozin", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1504,18 +1504,18 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "in The VTB United League career\n405 games: 236-169 (58.3% wins)", - "HeadCoachStatsTeam": "BETCITY PARMA head coach\n126 games: 56-70 (44.4% wins)" + "HeadCoachStatsCareer": "in The VTB United League career\n55 games: 22-33 (40.0% wins)", + "HeadCoachStatsTeam": "Pari Nizhny Novgorod head coach\n55 games: 22-33 (40.0% wins)" }, { - "id": 128427, + "id": 128924, "num": "2", "startRole": "Coach", "role": "Assistant Coach", "roleShort": "", - "NameGFX": "Zakhar Pashutin", + "NameGFX": "Roman Gorelovskiy", "captain": false, - "age": 51, + "age": 42, "height": 0, "weight": 0, "isStart": false, @@ -1550,8 +1550,8 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Zakhar", - "Name2GFX": "Pashutin", + "Name1GFX": "Roman", + "Name2GFX": "Gorelovskiy", "photoGFX": "", "season": "", "isOnCourt": false, @@ -1620,11 +1620,11 @@ "CareerTPlayedTime": "0:00", "CareerTGameCount": 0, "CareerTStartCount": 0, - "HeadCoachStatsCareer": "first game as BETCITY PARMA head coach", - "HeadCoachStatsTeam": "first game as BETCITY PARMA head coach" + "HeadCoachStatsCareer": "first game as Pari Nizhny Novgorod head coach", + "HeadCoachStatsTeam": "first game as Pari Nizhny Novgorod head coach" }, { - "id": 3059, + "id": 468, "num": "", "startRole": "Team", "role": "-", @@ -1646,19 +1646,19 @@ "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 0, + "dreb": 3, + "oreb": 1, + "reb": 4, + "to": 1, "foul": 0, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 0, + "fouled": 2, "plusMinus": 0, "dunk": 0, - "kpi": 2, + "kpi": 5, "time": "0:00", "pts1q": 0, "pts2q": 0, diff --git a/static/team_stats.json b/static/team_stats.json index ea37c4f..f6754e2 100644 --- a/static/team_stats.json +++ b/static/team_stats.json @@ -3,120 +3,120 @@ "name": "points", "nameGFX_rus": "Очки", "nameGFX_eng": "points", - "val1": "103", - "val2": "83" + "val1": "86", + "val2": "77" }, { "name": "goal2", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "28", - "val2": "25" + "val1": "20", + "val2": "17" }, { "name": "shot2", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "42", - "val2": "43" + "val1": "40", + "val2": "33" }, { "name": "goal3", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "9", - "val2": "7" + "val1": "11", + "val2": "10" }, { "name": "shot3", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "24", - "val2": "17" + "val1": "29", + "val2": "25" }, { "name": "goal1", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "20", - "val2": "12" + "val1": "13", + "val2": "13" }, { "name": "shot1", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "21", - "val2": "16" + "val1": "18", + "val2": "17" }, { "name": "assist", "nameGFX_rus": "Передачи", "nameGFX_eng": "assists", - "val1": "29", - "val2": "24" + "val1": "21", + "val2": "18" }, { "name": "pass", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "32", - "val2": "24" + "val1": "39", + "val2": "37" }, { "name": "steal", "nameGFX_rus": "Перехваты", "nameGFX_eng": "steals", "val1": "10", - "val2": "9" + "val2": "6" }, { "name": "block", "nameGFX_rus": "Блокшоты", "nameGFX_eng": "blocks", "val1": "3", - "val2": "0" + "val2": "3" }, { "name": "blocked", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "0", + "val1": "3", "val2": "3" }, { "name": "defReb", "nameGFX_rus": "подборы в защите", "nameGFX_eng": "", - "val1": "19", - "val2": "15" + "val1": "27", + "val2": "28" }, { "name": "offReb", "nameGFX_rus": "подборы в нападении", "nameGFX_eng": "", - "val1": "14", - "val2": "8" + "val1": "11", + "val2": "5" }, { "name": "foulsOn", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "24", - "val2": "23" + "val1": "26", + "val2": "22" }, { "name": "turnover", "nameGFX_rus": "Потери", "nameGFX_eng": "turnovers", - "val1": "16", - "val2": "19" + "val1": "12", + "val2": "17" }, { "name": "foul", "nameGFX_rus": "Фолы", "nameGFX_eng": "fouls", - "val1": "23", - "val2": "24" + "val1": "22", + "val2": "26" }, { "name": "foulT", @@ -136,14 +136,14 @@ "name": "foulC", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "0", + "val1": "2", "val2": "0" }, { "name": "foulB", "nameGFX_rus": "", "nameGFX_eng": "", - "val1": "0", + "val1": "1", "val2": "0" }, { @@ -157,140 +157,140 @@ "name": "dunk", "nameGFX_rus": "данки", "nameGFX_eng": "dunks", - "val1": "7", - "val2": "4" + "val1": "1", + "val2": "2" }, { "name": "fastBreak", "nameGFX_rus": "", "nameGFX_eng": "fast breaks", - "val1": "6", - "val2": "4" + "val1": "2", + "val2": "3" }, { "name": "plusMinus", "nameGFX_rus": "+/-", "nameGFX_eng": "+/-", - "val1": "100", - "val2": "-100" + "val1": "45", + "val2": "-45" }, { "name": "pt-1", "nameGFX_rus": "Штрафные", "nameGFX_eng": "free throws", - "val1": "20/21", - "val2": "12/16" + "val1": "13/18", + "val2": "13/17" }, { "name": "pt-2", "nameGFX_rus": "2-очковые", "nameGFX_eng": "2-points", - "val1": "28/42", - "val2": "25/43" + "val1": "20/40", + "val2": "17/33" }, { "name": "pt-3", "nameGFX_rus": "3-очковые", "nameGFX_eng": "3-points", - "val1": "9/24", - "val2": "7/17" + "val1": "11/29", + "val2": "10/25" }, { "name": "fg", "nameGFX_rus": "очки с игры", "nameGFX_eng": "field goals", - "val1": "37/66", - "val2": "32/60" + "val1": "31/69", + "val2": "27/58" }, { "name": "pt-1_pro", "nameGFX_rus": "штрафные, процент", "nameGFX_eng": "free throws pro", - "val1": "95%", - "val2": "75%" + "val1": "72%", + "val2": "76%" }, { "name": "pt-2_pro", "nameGFX_rus": "2-очковые, процент", "nameGFX_eng": "2-points pro", - "val1": "67%", - "val2": "58%" + "val1": "50%", + "val2": "52%" }, { "name": "pt-3_pro", "nameGFX_rus": "3-очковые, процент", "nameGFX_eng": "3-points pro", "val1": "38%", - "val2": "41%" + "val2": "40%" }, { "name": "fg_pro", "nameGFX_rus": "Очки с игры, процент", "nameGFX_eng": "field goals pro", - "val1": "56%", - "val2": "53%" + "val1": "45%", + "val2": "47%" }, { "name": "Reb", "nameGFX_rus": "Подборы", "nameGFX_eng": "rebounds", - "val1": "33", - "val2": "23" + "val1": "38", + "val2": "33" }, { "name": "avgAge", "nameGFX_rus": "", "nameGFX_eng": "avg Age", - "val1": "26.8", - "val2": "25.4" + "val1": "30.4", + "val2": "25.0" }, { "name": "ptsStart", "nameGFX_rus": "", "nameGFX_eng": "Start PTS", - "val1": "74", - "val2": "51" + "val1": "46", + "val2": "58" }, { "name": "ptsStart_pro", "nameGFX_rus": "", "nameGFX_eng": "Start PTS, %", - "val1": "72%", - "val2": "61%" + "val1": "53%", + "val2": "75%" }, { "name": "ptsBench", "nameGFX_rus": "", "nameGFX_eng": "Bench PTS", - "val1": "29", - "val2": "32" + "val1": "40", + "val2": "19" }, { "name": "ptsBench_pro", "nameGFX_rus": "", "nameGFX_eng": "Bench PTS, %", - "val1": "28%", - "val2": "39%" + "val1": "47%", + "val2": "25%" }, { "name": "avgHeight", "nameGFX_rus": "", "nameGFX_eng": "avg height", - "val1": "198.8 cm", - "val2": "201.1 cm" + "val1": "199.2 cm", + "val2": "196.7 cm" }, { "name": "timeout_left", "nameGFX_rus": "", "nameGFX_eng": "timeout left", - "val1": "2", + "val1": "1", "val2": "1" }, { "name": "timeout_str", "nameGFX_rus": "", "nameGFX_eng": "timeout str", - "val1": "2 Time-outs left in 2nd half", + "val1": "1 Time-out left in 2nd half", "val2": "1 Time-out left in 2nd half" } ] \ No newline at end of file diff --git a/static/topTeam1.json b/static/topTeam1.json index d4ef308..1ac08a1 100644 --- a/static/topTeam1.json +++ b/static/topTeam1.json @@ -1,969 +1,273 @@ [ { - "id": 489627, - "num": "4", + "id": 360807, + "num": "17", "startRole": "Player", "role": "Center", "roleShort": "C", - "NameGFX": "Marcus Bingham", - "captain": false, - "age": 25, - "height": "213 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 27, - "pt-2": "10/13", - "pt-3": "2/2", - "pt-1": "1/1", - "fg": "12/15", - "ast": 1, - "stl": 3, - "blk": 1, - "blkVic": 0, - "dreb": 3, - "oreb": 2, - "reb": 5, - "to": 0, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 20, - "dunk": 2, - "kpi": 34, - "time": "23:10", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Marcus", - "Name2GFX": "Bingham", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\4.png", - "season": "GAMES: 2 MINUTES: 25:17 PTS: 24.5 REB: 6.5 STL: 2.5", - "isOnCourt": false, - "AvgPoints": "24.5", - "AvgAssist": "0.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "4.5", - "AvgOffRebound": "2.0", - "AvgRebound": "6.5", - "AvgSteal": "2.5", - "AvgTurnover": "0.5", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.5", - "AvgPlusMinus": null, - "AvgDunk": "1.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "25:17", - "Shot1Percent": "100.0%", - "Shot2Percent": "72.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "75.0%", - "TPoints": 49, - "TShots1": "4/4", - "TShots2": "18/25", - "TShots3": "3/3", - "TShots23": "21/28", - "TShot1Percent": "100.0%", - "TShot2Percent": "72.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "75.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 9, - "TOffRebound": 4, - "TRebound": 13, - "TSteal": 5, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 5, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "50:34", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "4/4", - "CareerTShots2": "18/25", - "CareerTShots3": "3/3", - "CareerTShots23": "21/28", - "CareerTShot1Percent": "100.0%", - "CareerTShot2Percent": "72.0%", - "CareerTShot3Percent": "100.0%", - "CareerTShot23Percent": "75.0%", - "CareerTPoints": 49, - "CareerTAssist": 1, - "CareerTBlocks": 1, - "CareerTDefRebound": 9, - "CareerTOffRebound": 4, - "CareerTRebound": 13, - "CareerTSteal": 5, - "CareerTTurnover": 1, - "CareerTFoul": 4, - "CareerTOpponentFoul": 5, - "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "50:34", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 25868, - "num": "27", - "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Andrey Lopatin", - "captain": false, - "age": 27, - "height": "208 cm", - "weight": "101 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 15, - "pt-2": "6/6", - "pt-3": "0/2", - "pt-1": "3/4", - "fg": "6/8", - "ast": 5, - "stl": 2, - "blk": 0, - "blkVic": 0, - "dreb": 3, - "oreb": 4, - "reb": 7, - "to": 4, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 16, - "dunk": 1, - "kpi": 23, - "time": "23:52", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Andrey", - "Name2GFX": "Lopatin", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\27.png", - "season": "GAMES: 2 MINUTES: 23:05 PTS: 9.5 REB: 4.0 AST: 3.5 STL: 2.0", - "isOnCourt": false, - "AvgPoints": "9.5", - "AvgAssist": "3.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "2.0", - "AvgRebound": "4.0", - "AvgSteal": "2.0", - "AvgTurnover": "2.5", - "AvgFoul": "0.5", - "AvgOpponentFoul": "1.5", - "AvgPlusMinus": null, - "AvgDunk": "0.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:05", - "Shot1Percent": "83.3%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.0%", - "TPoints": 19, - "TShots1": "5/6", - "TShots2": "7/7", - "TShots3": "0/3", - "TShots23": "7/10", - "TShot1Percent": "83.3%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.0%", - "TAssist": 7, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 4, - "TRebound": 8, - "TSteal": 4, - "TTurnover": 5, - "TFoul": 1, - "TOpponentFoul": 3, - "TPlusMinus": 0, - "TDunk": 1, - "TKPI": 0, - "TPlayedTime": "46:11", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "251/311", - "CareerTShots2": "256/501", - "CareerTShots3": "195/488", - "CareerTShots23": "451/989", - "CareerTShot1Percent": "80.7%", - "CareerTShot2Percent": "51.1%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "45.6%", - "CareerTPoints": 1348, - "CareerTAssist": 210, - "CareerTBlocks": 45, - "CareerTDefRebound": 410, - "CareerTOffRebound": 181, - "CareerTRebound": 591, - "CareerTSteal": 154, - "CareerTTurnover": 206, - "CareerTFoul": 304, - "CareerTOpponentFoul": 310, - "CareerTPlusMinus": 0, - "CareerTDunk": 32, - "CareerTPlayedTime": "3661:53", - "CareerTGameCount": 192, - "CareerTStartCount": 113, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 429185, - "num": "11", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Paris Lee", - "captain": false, - "age": 30, - "height": "184 cm", - "weight": "85 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 14, - "pt-2": "2/3", - "pt-3": "3/8", - "pt-1": "1/1", - "fg": "5/11", - "ast": 8, - "stl": 2, - "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 2, - "foul": 1, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 34, - "dunk": 0, - "kpi": 19, - "time": "30:29", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Paris", - "Name2GFX": "Lee", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\11.png", - "season": "GAMES: 2 MINUTES: 30:40 PTS: 16.0 REB: 3.0 AST: 7.0 STL: 1.5", - "isOnCourt": false, - "AvgPoints": "16.0", - "AvgAssist": "7.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "3.0", - "AvgOffRebound": "0.0", - "AvgRebound": "3.0", - "AvgSteal": "1.5", - "AvgTurnover": "1.0", - "AvgFoul": "0.5", - "AvgOpponentFoul": "3.5", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "30:40", - "Shot1Percent": "60.0%", - "Shot2Percent": "50.0%", - "Shot3Percent": "43.8%", - "Shot23Percent": "45.8%", - "TPoints": 32, - "TShots1": "3/5", - "TShots2": "4/8", - "TShots3": "7/16", - "TShots23": "11/24", - "TShot1Percent": "60.0%", - "TShot2Percent": "50.0%", - "TShot3Percent": "43.8%", - "TShot23Percent": "45.8%", - "TAssist": 14, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 3, - "TTurnover": 2, - "TFoul": 1, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "61:21", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "3/5", - "CareerTShots2": "4/8", - "CareerTShots3": "7/16", - "CareerTShots23": "11/24", - "CareerTShot1Percent": "60.0%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "43.8%", - "CareerTShot23Percent": "45.8%", - "CareerTPoints": 32, - "CareerTAssist": 14, - "CareerTBlocks": 0, - "CareerTDefRebound": 6, - "CareerTOffRebound": 0, - "CareerTRebound": 6, - "CareerTSteal": 3, - "CareerTTurnover": 2, - "CareerTFoul": 1, - "CareerTOpponentFoul": 7, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "61:21", - "CareerTGameCount": 2, - "CareerTStartCount": 2, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 394537, - "num": "12", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Dyshawn Pierre", + "NameGFX": "Livio Jean-Charles", "captain": false, "age": 31, - "height": "198 cm", + "height": "206 cm", "weight": "104 kg", - "isStart": false, + "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ca.svg", - "pts": 13, - "pt-2": "1/5", - "pt-3": "1/2", - "pt-1": "8/8", - "fg": "2/7", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, + "flag": "https://flagicons.lipis.dev/flags/4x3/fr.svg", + "pts": 12, + "pt-2": "3/7", + "pt-3": "0/0", + "pt-1": "6/9", + "fg": "3/7", + "ast": 1, + "stl": 3, + "blk": 2, + "blkVic": 1, + "dreb": 2, + "oreb": 4, + "reb": 6, "to": 1, "foul": 1, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 7, - "plusMinus": 2, + "fouled": 5, + "plusMinus": 11, "dunk": 0, - "kpi": 17, - "time": "21:14", + "kpi": 20, + "time": "18:03", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Dyshawn", - "Name2GFX": "Pierre", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\12.png", - "season": "GAMES: 2 MINUTES: 23:36 PTS: 14.5 REB: 3.5 AST: 1.0", + "Name1GFX": "Livio", + "Name2GFX": "Jean-Charles", + "photoGFX": "D:\\Photos/vtb/CSKA/17.png", + "season": "GAMES: 5 MINUTES: 18:36 PTS: 11.2 REB: 4.0 AST: 1.0 STL: 1.2", "isOnCourt": false, - "AvgPoints": "14.5", + "AvgPoints": "11.2", "AvgAssist": "1.0", - "AvgBlocks": "0.5", - "AvgDefRebound": "1.5", - "AvgOffRebound": "2.0", - "AvgRebound": "3.5", - "AvgSteal": "0.0", - "AvgTurnover": "1.0", - "AvgFoul": "1.5", - "AvgOpponentFoul": "5.0", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.8", + "AvgOffRebound": "2.2", + "AvgRebound": "4.0", + "AvgSteal": "1.2", + "AvgTurnover": "2.0", + "AvgFoul": "2.6", + "AvgOpponentFoul": "3.4", "AvgPlusMinus": null, - "AvgDunk": "1.0", + "AvgDunk": "0.6", "AvgKPI": "0.0", - "AvgPlayedTime": "23:36", - "Shot1Percent": "88.9%", - "Shot2Percent": "56.2%", - "Shot3Percent": "50.0%", - "Shot23Percent": "55.6%", - "TPoints": 29, - "TShots1": "8/9", - "TShots2": "9/16", - "TShots3": "1/2", - "TShots23": "10/18", - "TShot1Percent": "88.9%", - "TShot2Percent": "56.2%", - "TShot3Percent": "50.0%", - "TShot23Percent": "55.6%", - "TAssist": 2, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 4, - "TRebound": 7, - "TSteal": 0, - "TTurnover": 2, - "TFoul": 3, - "TOpponentFoul": 10, + "AvgPlayedTime": "18:36", + "Shot1Percent": "69.6%", + "Shot2Percent": "62.5%", + "Shot3Percent": "0.0%", + "Shot23Percent": "62.5%", + "TPoints": 56, + "TShots1": "16/23", + "TShots2": "20/32", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "69.6%", + "TShot2Percent": "62.5%", + "TShot3Percent": "0.0%", + "TShot23Percent": "62.5%", + "TAssist": 5, + "TBlocks": 3, + "TDefRebound": 9, + "TOffRebound": 11, + "TRebound": 20, + "TSteal": 6, + "TTurnover": 10, + "TFoul": 13, + "TOpponentFoul": 17, "TPlusMinus": 0, - "TDunk": 2, + "TDunk": 3, "TKPI": 0, - "TPlayedTime": "47:13", - "TGameCount": 2, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "9/16", - "CareerTShots3": "1/2", - "CareerTShots23": "10/18", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "56.2%", - "CareerTShot3Percent": "50.0%", - "CareerTShot23Percent": "55.6%", - "CareerTPoints": 29, - "CareerTAssist": 2, - "CareerTBlocks": 1, - "CareerTDefRebound": 3, - "CareerTOffRebound": 4, - "CareerTRebound": 7, - "CareerTSteal": 0, - "CareerTTurnover": 2, - "CareerTFoul": 3, - "CareerTOpponentFoul": 10, + "TPlayedTime": "93:04", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "284/411", + "CareerTShots2": "634/984", + "CareerTShots3": "19/49", + "CareerTShots23": "653/1033", + "CareerTShot1Percent": "69.1%", + "CareerTShot2Percent": "64.4%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "63.2%", + "CareerTPoints": 1609, + "CareerTAssist": 207, + "CareerTBlocks": 106, + "CareerTDefRebound": 393, + "CareerTOffRebound": 257, + "CareerTRebound": 650, + "CareerTSteal": 85, + "CareerTTurnover": 180, + "CareerTFoul": 294, + "CareerTOpponentFoul": 367, "CareerTPlusMinus": 0, - "CareerTDunk": 2, - "CareerTPlayedTime": "47:13", - "CareerTGameCount": 2, - "CareerTStartCount": 0, + "CareerTDunk": 105, + "CareerTPlayedTime": "2926:36", + "CareerTGameCount": 154, + "CareerTStartCount": 107, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 393164, - "num": "9", + "id": 429877, + "num": "1", "startRole": "Player", "role": "Shooting guard", "roleShort": "SG", - "NameGFX": "C.J. Bryce", + "NameGFX": "Antonius Cleveland", "captain": false, - "age": 28, + "age": 31, "height": "196 cm", - "weight": "92 kg", - "isStart": true, + "weight": "90 kg", + "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 9, - "pt-2": "3/6", - "pt-3": "0/2", - "pt-1": "3/3", - "fg": "3/8", + "pts": 12, + "pt-2": "3/3", + "pt-3": "2/3", + "pt-1": "0/0", + "fg": "5/6", "ast": 6, - "stl": 0, + "stl": 3, + "blk": 1, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 7, + "plusMinus": 6, + "dunk": 0, + "kpi": 22, + "time": "20:44", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Antonius", + "Name2GFX": "Cleveland", + "photoGFX": "D:\\Photos/vtb/CSKA/1.png", + "season": "GAMES: 5 MINUTES: 20:50 PTS: 9.6 REB: 1.4 AST: 3.6 STL: 1.8", + "isOnCourt": false, + "AvgPoints": "9.6", + "AvgAssist": "3.6", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.2", + "AvgRebound": "1.4", + "AvgSteal": "1.8", + "AvgTurnover": "1.8", + "AvgFoul": "2.4", + "AvgOpponentFoul": "3.4", + "AvgPlusMinus": null, + "AvgDunk": "0.8", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:50", + "Shot1Percent": "42.9%", + "Shot2Percent": "65.2%", + "Shot3Percent": "38.5%", + "Shot23Percent": "55.6%", + "TPoints": 48, + "TShots1": "3/7", + "TShots2": "15/23", + "TShots3": "5/13", + "TShots23": "20/36", + "TShot1Percent": "42.9%", + "TShot2Percent": "65.2%", + "TShot3Percent": "38.5%", + "TShot23Percent": "55.6%", + "TAssist": 18, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 1, + "TRebound": 7, + "TSteal": 9, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 17, + "TPlusMinus": 0, + "TDunk": 4, + "TKPI": 0, + "TPlayedTime": "104:10", + "TGameCount": 5, + "TStartCount": 1, + "CareerTShots1": "149/207", + "CareerTShots2": "230/415", + "CareerTShots3": "74/198", + "CareerTShots23": "304/613", + "CareerTShot1Percent": "72.0%", + "CareerTShot2Percent": "55.4%", + "CareerTShot3Percent": "37.4%", + "CareerTShot23Percent": "49.6%", + "CareerTPoints": 831, + "CareerTAssist": 186, + "CareerTBlocks": 44, + "CareerTDefRebound": 196, + "CareerTOffRebound": 49, + "CareerTRebound": 245, + "CareerTSteal": 102, + "CareerTTurnover": 123, + "CareerTFoul": 142, + "CareerTOpponentFoul": 179, + "CareerTPlusMinus": 0, + "CareerTDunk": 54, + "CareerTPlayedTime": "1524:09", + "CareerTGameCount": 61, + "CareerTStartCount": 25, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 21751, + "num": "7", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Ivan Ukhov", + "captain": false, + "age": 30, + "height": "193 cm", + "weight": "89 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "2/3", + "pt-3": "2/4", + "pt-1": "1/3", + "fg": "4/7", + "ast": 4, + "stl": 1, "blk": 0, "blkVic": 0, - "dreb": 3, - "oreb": 0, - "reb": 3, + "dreb": 4, + "oreb": 1, + "reb": 5, "to": 1, "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 4, - "plusMinus": 15, - "dunk": 1, - "kpi": 13, - "time": "28:37", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "C.J.", - "Name2GFX": "Bryce", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\9.png", - "season": "GAMES: 2 MINUTES: 31:19 PTS: 15.5 REB: 5.0 AST: 4.5", - "isOnCourt": false, - "AvgPoints": "15.5", - "AvgAssist": "4.5", - "AvgBlocks": "0.5", - "AvgDefRebound": "3.5", - "AvgOffRebound": "1.5", - "AvgRebound": "5.0", - "AvgSteal": "0.5", - "AvgTurnover": "1.0", - "AvgFoul": "3.0", - "AvgOpponentFoul": "3.0", - "AvgPlusMinus": null, - "AvgDunk": "0.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "31:19", - "Shot1Percent": "100.0%", - "Shot2Percent": "40.0%", - "Shot3Percent": "40.0%", - "Shot23Percent": "40.0%", - "TPoints": 31, - "TShots1": "7/7", - "TShots2": "6/15", - "TShots3": "4/10", - "TShots23": "10/25", - "TShot1Percent": "100.0%", - "TShot2Percent": "40.0%", - "TShot3Percent": "40.0%", - "TShot23Percent": "40.0%", - "TAssist": 9, - "TBlocks": 1, - "TDefRebound": 7, - "TOffRebound": 3, - "TRebound": 10, - "TSteal": 1, - "TTurnover": 2, - "TFoul": 6, - "TOpponentFoul": 6, - "TPlusMinus": 0, - "TDunk": 1, - "TKPI": 0, - "TPlayedTime": "62:38", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "85/96", - "CareerTShots2": "109/218", - "CareerTShots3": "34/63", - "CareerTShots23": "143/281", - "CareerTShot1Percent": "88.5%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "54.0%", - "CareerTShot23Percent": "50.9%", - "CareerTPoints": 405, - "CareerTAssist": 102, - "CareerTBlocks": 4, - "CareerTDefRebound": 70, - "CareerTOffRebound": 27, - "CareerTRebound": 97, - "CareerTSteal": 21, - "CareerTTurnover": 87, - "CareerTFoul": 69, - "CareerTOpponentFoul": 107, - "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "787:51", - "CareerTGameCount": 29, - "CareerTStartCount": 13, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 44983, - "num": "2", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Mikhail Belenitskii", - "captain": false, - "age": 23, - "height": "204 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 9, - "pt-2": "3/5", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "4/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, - "oreb": 1, - "reb": 2, - "to": 1, - "foul": 5, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": 13, - "dunk": 1, - "kpi": 9, - "time": "19:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Belenitskii", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\2.png", - "season": "GAMES: 2 MINUTES: 15:02 PTS: 6.5 REB: 2.5 AST: 1.5 STL: 1.5", - "isOnCourt": false, - "AvgPoints": "6.5", - "AvgAssist": "1.5", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.5", - "AvgOffRebound": "1.0", - "AvgRebound": "2.5", - "AvgSteal": "1.5", - "AvgTurnover": "0.5", - "AvgFoul": "5.0", - "AvgOpponentFoul": "1.5", - "AvgPlusMinus": null, - "AvgDunk": "0.5", - "AvgKPI": "0.0", - "AvgPlayedTime": "15:02", - "Shot1Percent": "100.0%", - "Shot2Percent": "66.7%", - "Shot3Percent": "100.0%", - "Shot23Percent": "71.4%", - "TPoints": 13, - "TShots1": "2/2", - "TShots2": "4/6", - "TShots3": "1/1", - "TShots23": "5/7", - "TShot1Percent": "100.0%", - "TShot2Percent": "66.7%", - "TShot3Percent": "100.0%", - "TShot23Percent": "71.4%", - "TAssist": 3, - "TBlocks": 0, - "TDefRebound": 3, - "TOffRebound": 2, - "TRebound": 5, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 3, - "TPlusMinus": 0, - "TDunk": 1, - "TKPI": 0, - "TPlayedTime": "30:04", - "TGameCount": 2, - "TStartCount": 2, - "CareerTShots1": "122/178", - "CareerTShots2": "123/254", - "CareerTShots3": "62/214", - "CareerTShots23": "185/468", - "CareerTShot1Percent": "68.5%", - "CareerTShot2Percent": "48.4%", - "CareerTShot3Percent": "29.0%", - "CareerTShot23Percent": "39.5%", - "CareerTPoints": 554, - "CareerTAssist": 114, - "CareerTBlocks": 30, - "CareerTDefRebound": 228, - "CareerTOffRebound": 128, - "CareerTRebound": 356, - "CareerTSteal": 98, - "CareerTTurnover": 107, - "CareerTFoul": 300, - "CareerTOpponentFoul": 201, - "CareerTPlusMinus": 0, - "CareerTDunk": 25, - "CareerTPlayedTime": "2147:28", - "CareerTGameCount": 127, - "CareerTStartCount": 83, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 260539, - "num": "3", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Jalen Reynolds", - "captain": true, - "age": 32, - "height": "208 cm", - "weight": "113 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/3", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/4", - "ast": 3, - "stl": 1, - "blk": 1, - "blkVic": 0, - "dreb": 0, - "oreb": 3, - "reb": 3, - "to": 4, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, "fouled": 5, - "plusMinus": -3, - "dunk": 2, - "kpi": 11, - "time": "20:31", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Reynolds", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\3.png", - "season": "GAMES: 2 MINUTES: 17:14 PTS: 10.0 REB: 2.5 AST: 2.5 STL: 1.0 BLK: 1.0", - "isOnCourt": false, - "AvgPoints": "10.0", - "AvgAssist": "2.5", - "AvgBlocks": "1.0", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.5", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "2.5", - "AvgFoul": "2.5", - "AvgOpponentFoul": "5.0", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "17:14", - "Shot1Percent": "80.0%", - "Shot2Percent": "75.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "66.7%", - "TPoints": 20, - "TShots1": "8/10", - "TShots2": "6/8", - "TShots3": "0/1", - "TShots23": "6/9", - "TShot1Percent": "80.0%", - "TShot2Percent": "75.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "66.7%", - "TAssist": 5, - "TBlocks": 2, - "TDefRebound": 2, - "TOffRebound": 3, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 5, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 2, - "TKPI": 0, - "TPlayedTime": "34:28", - "TGameCount": 2, - "TStartCount": 0, - "CareerTShots1": "448/592", - "CareerTShots2": "822/1368", - "CareerTShots3": "133/408", - "CareerTShots23": "955/1776", - "CareerTShot1Percent": "75.7%", - "CareerTShot2Percent": "60.1%", - "CareerTShot3Percent": "32.6%", - "CareerTShot23Percent": "53.8%", - "CareerTPoints": 2491, - "CareerTAssist": 257, - "CareerTBlocks": 127, - "CareerTDefRebound": 731, - "CareerTOffRebound": 321, - "CareerTRebound": 1052, - "CareerTSteal": 200, - "CareerTTurnover": 344, - "CareerTFoul": 493, - "CareerTOpponentFoul": 601, - "CareerTPlusMinus": 0, - "CareerTDunk": 165, - "CareerTPlayedTime": "3688:17", - "CareerTGameCount": 174, - "CareerTStartCount": 45, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 15644, - "num": "13", - "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Denis Zakharov", - "captain": false, - "age": 32, - "height": "193 cm", - "weight": "88 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 3, - "pt-2": "0/0", - "pt-3": "1/4", - "pt-1": "0/0", - "fg": "1/4", - "ast": 0, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 4, - "oreb": 0, - "reb": 4, - "to": 1, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -1, + "plusMinus": 4, "dunk": 0, - "kpi": 2, - "time": "16:12", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Denis", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\13.png", - "season": "GAMES: 2 MINUTES: 14:15 PTS: 2.5 REB: 2.0 STL: 1.0", - "isOnCourt": false, - "AvgPoints": "2.5", - "AvgAssist": "0.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.5", - "AvgFoul": "3.0", - "AvgOpponentFoul": "1.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "14:15", - "Shot1Percent": "100.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "20.0%", - "Shot23Percent": "20.0%", - "TPoints": 5, - "TShots1": "2/2", - "TShots2": "0/0", - "TShots3": "1/5", - "TShots23": "0/0", - "TShot1Percent": "100.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "20.0%", - "TShot23Percent": "20.0%", - "TAssist": 0, - "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 0, - "TRebound": 4, - "TSteal": 2, - "TTurnover": 1, - "TFoul": 6, - "TOpponentFoul": 2, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "28:31", - "TGameCount": 2, - "TStartCount": 0, - "CareerTShots1": "312/433", - "CareerTShots2": "290/591", - "CareerTShots3": "166/555", - "CareerTShots23": "456/1146", - "CareerTShot1Percent": "72.1%", - "CareerTShot2Percent": "49.1%", - "CareerTShot3Percent": "29.9%", - "CareerTShot23Percent": "39.8%", - "CareerTPoints": 1390, - "CareerTAssist": 310, - "CareerTBlocks": 12, - "CareerTDefRebound": 229, - "CareerTOffRebound": 73, - "CareerTRebound": 302, - "CareerTSteal": 111, - "CareerTTurnover": 207, - "CareerTFoul": 530, - "CareerTOpponentFoul": 432, - "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "3671:13", - "CareerTGameCount": 249, - "CareerTStartCount": 74, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 35532, - "num": "21", - "startRole": "Player", - "role": "Small forward", - "roleShort": "SF", - "NameGFX": "Ivan Belousov", - "captain": false, - "age": 24, - "height": "197 cm", - "weight": "87 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 3, - "pt-2": "0/0", - "pt-3": "1/1", - "pt-1": "0/0", - "fg": "1/1", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, - "foul": 4, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -5, - "dunk": 0, - "kpi": -2, - "time": "7:20", + "kpi": 17, + "time": "17:16", "pts1q": 0, "pts2q": 0, "pts3q": 0, @@ -971,105 +275,337 @@ "pts1h": 0, "pts2h": 0, "Name1GFX": "Ivan", - "Name2GFX": "Belousov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\21.png", - "season": "GAMES: 1 MINUTES: 07:20 PTS: 3", + "Name2GFX": "Ukhov", + "photoGFX": "D:\\Photos/vtb/CSKA/7.png", + "season": "GAMES: 5 MINUTES: 16:38 PTS: 9.4 REB: 3.2 AST: 1.8", "isOnCourt": false, - "AvgPoints": "3", - "AvgAssist": "0.0", + "AvgPoints": "9.4", + "AvgAssist": "1.8", "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "4", - "AvgOpponentFoul": "0.0", + "AvgDefRebound": "1.8", + "AvgOffRebound": "1.4", + "AvgRebound": "3.2", + "AvgSteal": "0.6", + "AvgTurnover": "1.2", + "AvgFoul": "2.4", + "AvgOpponentFoul": "2.2", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "07:20", - "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "100.0%", - "Shot23Percent": "100.0%", - "TPoints": 3, - "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "1/1", - "TShots23": "0/0", - "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "100.0%", - "TShot23Percent": "100.0%", - "TAssist": 0, + "AvgPlayedTime": "16:38", + "Shot1Percent": "57.1%", + "Shot2Percent": "66.7%", + "Shot3Percent": "36.0%", + "Shot23Percent": "45.9%", + "TPoints": 47, + "TShots1": "4/7", + "TShots2": "8/12", + "TShots3": "9/25", + "TShots23": "17/37", + "TShot1Percent": "57.1%", + "TShot2Percent": "66.7%", + "TShot3Percent": "36.0%", + "TShot23Percent": "45.9%", + "TAssist": 9, "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 0, + "TDefRebound": 9, + "TOffRebound": 7, + "TRebound": 16, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 12, + "TOpponentFoul": 11, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "07:20", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "29/33", - "CareerTShots2": "60/128", - "CareerTShots3": "26/74", - "CareerTShots23": "86/202", - "CareerTShot1Percent": "87.9%", - "CareerTShot2Percent": "46.9%", - "CareerTShot3Percent": "35.1%", - "CareerTShot23Percent": "42.6%", - "CareerTPoints": 227, - "CareerTAssist": 64, - "CareerTBlocks": 5, - "CareerTDefRebound": 51, - "CareerTOffRebound": 15, - "CareerTRebound": 66, - "CareerTSteal": 15, - "CareerTTurnover": 61, - "CareerTFoul": 86, - "CareerTOpponentFoul": 36, + "TPlayedTime": "83:14", + "TGameCount": 5, + "TStartCount": 4, + "CareerTShots1": "152/224", + "CareerTShots2": "246/481", + "CareerTShots3": "332/859", + "CareerTShots23": "578/1340", + "CareerTShot1Percent": "67.9%", + "CareerTShot2Percent": "51.1%", + "CareerTShot3Percent": "38.6%", + "CareerTShot23Percent": "43.1%", + "CareerTPoints": 1640, + "CareerTAssist": 560, + "CareerTBlocks": 21, + "CareerTDefRebound": 526, + "CareerTOffRebound": 222, + "CareerTRebound": 748, + "CareerTSteal": 237, + "CareerTTurnover": 295, + "CareerTFoul": 738, + "CareerTOpponentFoul": 321, "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "677:50", - "CareerTGameCount": 44, - "CareerTStartCount": 7, + "CareerTDunk": 1, + "CareerTPlayedTime": "5152:11", + "CareerTGameCount": 312, + "CareerTStartCount": 134, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 33189, - "num": "15", + "id": 333884, + "num": "2", "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Ruslan Abdulbasirov", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Casper Ware", "captain": false, - "age": 31, - "height": "211 cm", - "weight": "100 kg", + "age": 35, + "height": "178 cm", + "weight": "79 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 10, + "pt-2": "2/4", + "pt-3": "2/9", + "pt-1": "0/0", + "fg": "4/13", + "ast": 3, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 3, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 0, + "dunk": 0, + "kpi": 1, + "time": "26:12", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Casper", + "Name2GFX": "Ware", + "photoGFX": "D:\\Photos/vtb/CSKA/2.png", + "season": "GAMES: 5 MINUTES: 22:02 PTS: 9.4 REB: 1.2 AST: 2.6", + "isOnCourt": false, + "AvgPoints": "9.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.2", + "AvgRebound": "1.2", + "AvgSteal": "0.0", + "AvgTurnover": "1.6", + "AvgFoul": "1.6", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "22:02", + "Shot1Percent": "75.0%", + "Shot2Percent": "46.7%", + "Shot3Percent": "32.1%", + "Shot23Percent": "37.2%", + "TPoints": 47, + "TShots1": "6/8", + "TShots2": "7/15", + "TShots3": "9/28", + "TShots23": "16/43", + "TShot1Percent": "75.0%", + "TShot2Percent": "46.7%", + "TShot3Percent": "32.1%", + "TShot23Percent": "37.2%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 5, + "TOffRebound": 1, + "TRebound": 6, + "TSteal": 0, + "TTurnover": 8, + "TFoul": 8, + "TOpponentFoul": 9, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "110:10", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "484/553", + "CareerTShots2": "326/681", + "CareerTShots3": "360/937", + "CareerTShots23": "686/1618", + "CareerTShot1Percent": "87.5%", + "CareerTShot2Percent": "47.9%", + "CareerTShot3Percent": "38.4%", + "CareerTShot23Percent": "42.4%", + "CareerTPoints": 2216, + "CareerTAssist": 672, + "CareerTBlocks": 3, + "CareerTDefRebound": 270, + "CareerTOffRebound": 54, + "CareerTRebound": 324, + "CareerTSteal": 130, + "CareerTTurnover": 310, + "CareerTFoul": 364, + "CareerTOpponentFoul": 580, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "4459:43", + "CareerTGameCount": 176, + "CareerTStartCount": 135, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 40410, + "num": "4", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Samson Ruzhentsev", + "captain": false, + "age": 23, + "height": "202 cm", + "weight": "95 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "4/8", + "pt-3": "0/3", + "pt-1": "1/1", + "fg": "4/11", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 9, + "dunk": 0, + "kpi": 10, + "time": "23:27", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Samson", + "Name2GFX": "Ruzhentsev", + "photoGFX": "D:\\Photos/vtb/CSKA/4.png", + "season": "GAMES: 5 MINUTES: 19:05 PTS: 8.4 REB: 3.4 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "8.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.2", + "AvgDefRebound": "2.2", + "AvgOffRebound": "1.2", + "AvgRebound": "3.4", + "AvgSteal": "0.2", + "AvgTurnover": "0.2", + "AvgFoul": "0.8", + "AvgOpponentFoul": "1.2", + "AvgPlusMinus": null, + "AvgDunk": "0.4", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:05", + "Shot1Percent": "75.0%", + "Shot2Percent": "52.9%", + "Shot3Percent": "46.7%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "3/4", + "TShots2": "9/17", + "TShots3": "7/15", + "TShots23": "16/32", + "TShot1Percent": "75.0%", + "TShot2Percent": "52.9%", + "TShot3Percent": "46.7%", + "TShot23Percent": "50.0%", + "TAssist": 6, + "TBlocks": 1, + "TDefRebound": 11, + "TOffRebound": 6, + "TRebound": 17, + "TSteal": 1, + "TTurnover": 1, + "TFoul": 4, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:27", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "117/141", + "CareerTShots2": "222/402", + "CareerTShots3": "121/312", + "CareerTShots23": "343/714", + "CareerTShot1Percent": "83.0%", + "CareerTShot2Percent": "55.2%", + "CareerTShot3Percent": "38.8%", + "CareerTShot23Percent": "48.0%", + "CareerTPoints": 924, + "CareerTAssist": 135, + "CareerTBlocks": 27, + "CareerTDefRebound": 239, + "CareerTOffRebound": 93, + "CareerTRebound": 332, + "CareerTSteal": 62, + "CareerTTurnover": 123, + "CareerTFoul": 145, + "CareerTOpponentFoul": 158, + "CareerTPlusMinus": 0, + "CareerTDunk": 46, + "CareerTPlayedTime": "1900:31", + "CareerTGameCount": 116, + "CareerTStartCount": 56, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 46302, + "num": "10", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Chadov", + "captain": false, + "age": 23, + "height": "205 cm", + "weight": "103 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, + "pts": 8, "pt-2": "1/1", - "pt-3": "0/1", + "pt-3": "2/2", "pt-1": "0/0", - "fg": "1/2", - "ast": 1, + "fg": "3/3", + "ast": 0, "stl": 0, - "blk": 1, + "blk": 0, "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 1, + "dreb": 1, + "oreb": 2, + "reb": 3, + "to": 0, "foul": 0, "foulT": 0, "foulD": 0, @@ -1078,141 +614,25 @@ "fouled": 0, "plusMinus": 9, "dunk": 0, - "kpi": 2, - "time": "9:04", + "kpi": 11, + "time": "4:46", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Ruslan", - "Name2GFX": "Abdulbasirov", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\15.png", - "season": "GAMES: 1 MINUTES: 09:04 PTS: 2 AST: 1 BLK: 1", + "Name1GFX": "Aleksandr", + "Name2GFX": "Chadov", + "photoGFX": "D:\\Photos/vtb/CSKA/10.png", + "season": "GAMES: 2 MINUTES: 05:17 PTS: 5.0 REB: 1.5", "isOnCourt": false, - "AvgPoints": "2", - "AvgAssist": "1", - "AvgBlocks": "1", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", - "AvgTurnover": "1", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "09:04", - "Shot1Percent": "0.0%", - "Shot2Percent": "100.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "50.0%", - "TPoints": 2, - "TShots1": "0/0", - "TShots2": "1/1", - "TShots3": "0/1", - "TShots23": "1/2", - "TShot1Percent": "0.0%", - "TShot2Percent": "100.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "50.0%", - "TAssist": 1, - "TBlocks": 1, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 0, - "TOpponentFoul": 0, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "09:04", - "TGameCount": 1, - "TStartCount": 0, - "CareerTShots1": "43/55", - "CareerTShots2": "88/147", - "CareerTShots3": "29/67", - "CareerTShots23": "117/214", - "CareerTShot1Percent": "78.2%", - "CareerTShot2Percent": "59.9%", - "CareerTShot3Percent": "43.3%", - "CareerTShot23Percent": "54.7%", - "CareerTPoints": 306, - "CareerTAssist": 33, - "CareerTBlocks": 54, - "CareerTDefRebound": 166, - "CareerTOffRebound": 83, - "CareerTRebound": 249, - "CareerTSteal": 22, - "CareerTTurnover": 59, - "CareerTFoul": 87, - "CareerTOpponentFoul": 56, - "CareerTPlusMinus": 0, - "CareerTDunk": 24, - "CareerTPlayedTime": "1151:54", - "CareerTGameCount": 58, - "CareerTStartCount": 26, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 257926, - "num": "1", - "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Magomednabi KHalilulaev", - "captain": false, - "age": 19, - "height": "186 cm", - "weight": "84 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 0, - "pt-2": "0/0", - "pt-3": "0/0", - "pt-1": "0/0", - "fg": "0/0", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": 0, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "0:00", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Magomednabi", - "Name2GFX": "KHalilulaev", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\1.png", - "season": "GAMES: 0 MINUTES:", - "isOnCourt": false, - "AvgPoints": "0.0", + "AvgPoints": "5.0", "AvgAssist": "0.0", "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", + "AvgDefRebound": "0.5", + "AvgOffRebound": "1.0", + "AvgRebound": "1.5", "AvgSteal": "0.0", "AvgTurnover": "0.0", "AvgFoul": "0.0", @@ -1220,25 +640,25 @@ "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", + "AvgPlayedTime": "05:17", "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", - "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, + "Shot2Percent": "100.0%", + "Shot3Percent": "66.7%", + "Shot23Percent": "80.0%", + "TPoints": 10, "TShots1": "0/0", - "TShots2": "0/0", - "TShots3": "0/0", - "TShots23": "0/0", + "TShots2": "2/2", + "TShots3": "2/3", + "TShots23": "4/5", "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", - "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", + "TShot2Percent": "100.0%", + "TShot3Percent": "66.7%", + "TShot23Percent": "80.0%", "TAssist": 0, "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, + "TDefRebound": 1, + "TOffRebound": 2, + "TRebound": 3, "TSteal": 0, "TTurnover": 0, "TFoul": 0, @@ -1246,46 +666,626 @@ "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, + "TPlayedTime": "10:35", + "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "0/0", - "CareerTShots2": "0/0", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "0.0%", - "CareerTShot2Percent": "0.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "0.0%", - "CareerTPoints": 0, - "CareerTAssist": 0, - "CareerTBlocks": 0, - "CareerTDefRebound": 0, - "CareerTOffRebound": 0, - "CareerTRebound": 0, - "CareerTSteal": 0, - "CareerTTurnover": 0, - "CareerTFoul": 0, - "CareerTOpponentFoul": 0, + "CareerTShots1": "161/217", + "CareerTShots2": "305/556", + "CareerTShots3": "102/298", + "CareerTShots23": "407/854", + "CareerTShot1Percent": "74.2%", + "CareerTShot2Percent": "54.9%", + "CareerTShot3Percent": "34.2%", + "CareerTShot23Percent": "47.7%", + "CareerTPoints": 1077, + "CareerTAssist": 129, + "CareerTBlocks": 47, + "CareerTDefRebound": 319, + "CareerTOffRebound": 214, + "CareerTRebound": 533, + "CareerTSteal": 66, + "CareerTTurnover": 106, + "CareerTFoul": 342, + "CareerTOpponentFoul": 262, "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, - "CareerTStartCount": 0, + "CareerTDunk": 26, + "CareerTPlayedTime": "2851:15", + "CareerTGameCount": 166, + "CareerTStartCount": 85, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 54356, - "num": "19", + "id": 333011, + "num": "3", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Tonye Jekiri", + "captain": false, + "age": 31, + "height": "212 cm", + "weight": "111 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ng.svg", + "pts": 6, + "pt-2": "2/7", + "pt-3": "0/0", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 1, + "dreb": 4, + "oreb": 1, + "reb": 5, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 1, + "fouled": 1, + "plusMinus": -2, + "dunk": 0, + "kpi": 3, + "time": "21:57", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Tonye", + "Name2GFX": "Jekiri", + "photoGFX": "D:\\Photos/vtb/CSKA/3.png", + "season": "GAMES: 4 MINUTES: 19:34 PTS: 9.5 REB: 4.8 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "9.5", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "3.5", + "AvgOffRebound": "1.2", + "AvgRebound": "4.8", + "AvgSteal": "0.8", + "AvgTurnover": "0.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "2.0", + "AvgPlusMinus": null, + "AvgDunk": "1.2", + "AvgKPI": "0.0", + "AvgPlayedTime": "19:34", + "Shot1Percent": "80.0%", + "Shot2Percent": "55.6%", + "Shot3Percent": "0.0%", + "Shot23Percent": "55.6%", + "TPoints": 38, + "TShots1": "8/10", + "TShots2": "15/27", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "80.0%", + "TShot2Percent": "55.6%", + "TShot3Percent": "0.0%", + "TShot23Percent": "55.6%", + "TAssist": 5, + "TBlocks": 0, + "TDefRebound": 14, + "TOffRebound": 5, + "TRebound": 19, + "TSteal": 3, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 8, + "TPlusMinus": 0, + "TDunk": 5, + "TKPI": 0, + "TPlayedTime": "78:18", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "331/416", + "CareerTShots2": "410/708", + "CareerTShots3": "7/19", + "CareerTShots23": "417/727", + "CareerTShot1Percent": "79.6%", + "CareerTShot2Percent": "57.9%", + "CareerTShot3Percent": "36.8%", + "CareerTShot23Percent": "57.4%", + "CareerTPoints": 1172, + "CareerTAssist": 149, + "CareerTBlocks": 51, + "CareerTDefRebound": 437, + "CareerTOffRebound": 247, + "CareerTRebound": 684, + "CareerTSteal": 89, + "CareerTTurnover": 127, + "CareerTFoul": 259, + "CareerTOpponentFoul": 372, + "CareerTPlusMinus": 0, + "CareerTDunk": 101, + "CareerTPlayedTime": "2555:34", + "CareerTGameCount": 128, + "CareerTStartCount": 22, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 404, + "num": "41", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Nikita Kurbanov", + "captain": false, + "age": 39, + "height": "202 cm", + "weight": "100 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 6, + "pt-2": "1/2", + "pt-3": "1/1", + "pt-1": "1/1", + "fg": "2/3", + "ast": 1, + "stl": 1, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 1, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": 0, + "dunk": 0, + "kpi": 10, + "time": "16:33", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Nikita", + "Name2GFX": "Kurbanov", + "photoGFX": "D:\\Photos/vtb/CSKA/41.png", + "season": "GAMES: 5 MINUTES: 15:00 PTS: 3.4 REB: 3.6 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "3.4", + "AvgAssist": "1.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "2.4", + "AvgOffRebound": "1.2", + "AvgRebound": "3.6", + "AvgSteal": "0.2", + "AvgTurnover": "0.8", + "AvgFoul": "1.0", + "AvgOpponentFoul": "1.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "15:00", + "Shot1Percent": "66.7%", + "Shot2Percent": "37.5%", + "Shot3Percent": "50.0%", + "Shot23Percent": "42.9%", + "TPoints": 17, + "TShots1": "2/3", + "TShots2": "3/8", + "TShots3": "3/6", + "TShots23": "6/14", + "TShot1Percent": "66.7%", + "TShot2Percent": "37.5%", + "TShot3Percent": "50.0%", + "TShot23Percent": "42.9%", + "TAssist": 6, + "TBlocks": 0, + "TDefRebound": 12, + "TOffRebound": 6, + "TRebound": 18, + "TSteal": 1, + "TTurnover": 4, + "TFoul": 5, + "TOpponentFoul": 5, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "75:01", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "572/702", + "CareerTShots2": "642/1056", + "CareerTShots3": "249/657", + "CareerTShots23": "891/1713", + "CareerTShot1Percent": "81.5%", + "CareerTShot2Percent": "60.8%", + "CareerTShot3Percent": "37.9%", + "CareerTShot23Percent": "52.0%", + "CareerTPoints": 2603, + "CareerTAssist": 634, + "CareerTBlocks": 143, + "CareerTDefRebound": 1254, + "CareerTOffRebound": 499, + "CareerTRebound": 1753, + "CareerTSteal": 340, + "CareerTTurnover": 439, + "CareerTFoul": 793, + "CareerTOpponentFoul": 626, + "CareerTPlusMinus": 0, + "CareerTDunk": 38, + "CareerTPlayedTime": "8742:22", + "CareerTGameCount": 448, + "CareerTStartCount": 320, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 2505, + "num": "11", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Semen Antonov", + "captain": true, + "age": 36, + "height": "202 cm", + "weight": "100 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 5, + "pt-2": "0/0", + "pt-3": "1/2", + "pt-1": "2/2", + "fg": "1/2", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 1, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": 2, + "dunk": 0, + "kpi": 2, + "time": "16:26", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Semen", + "Name2GFX": "Antonov", + "photoGFX": "D:\\Photos/vtb/CSKA/11.png", + "season": "GAMES: 5 MINUTES: 15:22 PTS: 4.8 REB: 1.8", + "isOnCourt": false, + "AvgPoints": "4.8", + "AvgAssist": "0.8", + "AvgBlocks": "0.6", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.6", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "0.4", + "AvgFoul": "1.8", + "AvgOpponentFoul": "0.4", + "AvgPlusMinus": null, + "AvgDunk": "0.2", + "AvgKPI": "0.0", + "AvgPlayedTime": "15:22", + "Shot1Percent": "100.0%", + "Shot2Percent": "66.7%", + "Shot3Percent": "50.0%", + "Shot23Percent": "53.3%", + "TPoints": 24, + "TShots1": "2/2", + "TShots2": "2/3", + "TShots3": "6/12", + "TShots23": "8/15", + "TShot1Percent": "100.0%", + "TShot2Percent": "66.7%", + "TShot3Percent": "50.0%", + "TShot23Percent": "53.3%", + "TAssist": 4, + "TBlocks": 3, + "TDefRebound": 6, + "TOffRebound": 3, + "TRebound": 9, + "TSteal": 1, + "TTurnover": 2, + "TFoul": 9, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 1, + "TKPI": 0, + "TPlayedTime": "76:51", + "TGameCount": 5, + "TStartCount": 0, + "CareerTShots1": "406/527", + "CareerTShots2": "716/1283", + "CareerTShots3": "392/1091", + "CareerTShots23": "1108/2374", + "CareerTShot1Percent": "77.0%", + "CareerTShot2Percent": "55.8%", + "CareerTShot3Percent": "35.9%", + "CareerTShot23Percent": "46.7%", + "CareerTPoints": 3014, + "CareerTAssist": 499, + "CareerTBlocks": 229, + "CareerTDefRebound": 962, + "CareerTOffRebound": 436, + "CareerTRebound": 1398, + "CareerTSteal": 190, + "CareerTTurnover": 306, + "CareerTFoul": 962, + "CareerTOpponentFoul": 565, + "CareerTPlusMinus": 0, + "CareerTDunk": 21, + "CareerTPlayedTime": "8550:18", + "CareerTGameCount": 427, + "CareerTStartCount": 190, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 30355, + "num": "8", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Anton Astapkovich", + "captain": false, + "age": 31, + "height": "202 cm", + "weight": "98 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 4, + "pt-2": "2/3", + "pt-3": "0/3", + "pt-1": "0/0", + "fg": "2/6", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 5, + "oreb": 1, + "reb": 6, + "to": 0, + "foul": 0, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -2, + "dunk": 1, + "kpi": 10, + "time": "18:48", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Anton", + "Name2GFX": "Astapkovich", + "photoGFX": "D:\\Photos/vtb/CSKA/8.png", + "season": "GAMES: 5 MINUTES: 23:25 PTS: 8.4 REB: 5.8 AST: 2.6", + "isOnCourt": false, + "AvgPoints": "8.4", + "AvgAssist": "2.6", + "AvgBlocks": "0.4", + "AvgDefRebound": "4.8", + "AvgOffRebound": "1.0", + "AvgRebound": "5.8", + "AvgSteal": "0.4", + "AvgTurnover": "0.6", + "AvgFoul": "0.6", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.2", + "AvgKPI": "0.0", + "AvgPlayedTime": "23:25", + "Shot1Percent": "100.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "50.0%", + "Shot23Percent": "50.0%", + "TPoints": 42, + "TShots1": "1/1", + "TShots2": "7/14", + "TShots3": "9/18", + "TShots23": "16/32", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "50.0%", + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 2, + "TDefRebound": 24, + "TOffRebound": 5, + "TRebound": 29, + "TSteal": 2, + "TTurnover": 3, + "TFoul": 3, + "TOpponentFoul": 9, + "TPlusMinus": 0, + "TDunk": 1, + "TKPI": 0, + "TPlayedTime": "117:09", + "TGameCount": 5, + "TStartCount": 5, + "CareerTShots1": "397/463", + "CareerTShots2": "482/920", + "CareerTShots3": "298/736", + "CareerTShots23": "780/1656", + "CareerTShot1Percent": "85.7%", + "CareerTShot2Percent": "52.4%", + "CareerTShot3Percent": "40.5%", + "CareerTShot23Percent": "47.1%", + "CareerTPoints": 2255, + "CareerTAssist": 529, + "CareerTBlocks": 49, + "CareerTDefRebound": 731, + "CareerTOffRebound": 195, + "CareerTRebound": 926, + "CareerTSteal": 182, + "CareerTTurnover": 329, + "CareerTFoul": 483, + "CareerTOpponentFoul": 599, + "CareerTPlusMinus": 0, + "CareerTDunk": 18, + "CareerTPlayedTime": "5731:26", + "CareerTGameCount": 273, + "CareerTStartCount": 110, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 35878, + "num": "9", "startRole": "Player", "role": "Guard", "roleShort": "G", - "NameGFX": "Roman Ilyuk", + "NameGFX": "Vladimir Karpenko", "captain": false, - "age": 20, - "height": "188 cm", - "weight": "82 kg", + "age": 25, + "height": "192 cm", + "weight": "80 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 3, + "pt-2": "0/2", + "pt-3": "1/2", + "pt-1": "0/0", + "fg": "1/4", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 2, + "oreb": 0, + "reb": 2, + "to": 0, + "foul": 2, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": 8, + "dunk": 0, + "kpi": 2, + "time": "15:48", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Vladimir", + "Name2GFX": "Karpenko", + "photoGFX": "D:\\Photos/vtb/CSKA/9.png", + "season": "GAMES: 3 MINUTES: 10:14 PTS: 2.7 REB: 1.0", + "isOnCourt": false, + "AvgPoints": "2.7", + "AvgAssist": "0.7", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.0", + "AvgRebound": "1.0", + "AvgSteal": "0.3", + "AvgTurnover": "0.3", + "AvgFoul": "2.3", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "10:14", + "Shot1Percent": "0.0%", + "Shot2Percent": "33.3%", + "Shot3Percent": "28.6%", + "Shot23Percent": "30.0%", + "TPoints": 8, + "TShots1": "0/0", + "TShots2": "1/3", + "TShots3": "2/7", + "TShots23": "3/10", + "TShot1Percent": "0.0%", + "TShot2Percent": "33.3%", + "TShot3Percent": "28.6%", + "TShot23Percent": "30.0%", + "TAssist": 2, + "TBlocks": 0, + "TDefRebound": 3, + "TOffRebound": 0, + "TRebound": 3, + "TSteal": 1, + "TTurnover": 1, + "TFoul": 7, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "30:44", + "TGameCount": 3, + "TStartCount": 0, + "CareerTShots1": "28/37", + "CareerTShots2": "74/151", + "CareerTShots3": "45/143", + "CareerTShots23": "119/294", + "CareerTShot1Percent": "75.7%", + "CareerTShot2Percent": "49.0%", + "CareerTShot3Percent": "31.5%", + "CareerTShot23Percent": "40.5%", + "CareerTPoints": 311, + "CareerTAssist": 92, + "CareerTBlocks": 3, + "CareerTDefRebound": 70, + "CareerTOffRebound": 37, + "CareerTRebound": 107, + "CareerTSteal": 52, + "CareerTTurnover": 53, + "CareerTFoul": 136, + "CareerTOpponentFoul": 54, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "988:14", + "CareerTGameCount": 86, + "CareerTStartCount": 4, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 18590, + "num": "5", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Aleksandr Gankevich", + "captain": false, + "age": 30, + "height": "201 cm", + "weight": "109 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -1318,76 +1318,76 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Roman", - "Name2GFX": "Ilyuk", - "photoGFX": "D:\\Photos\\vtb\\UNICS\\19.png", - "season": "GAMES: 0 MINUTES:", + "Name1GFX": "Aleksandr", + "Name2GFX": "Gankevich", + "photoGFX": "D:\\Photos/vtb/CSKA/5.png", + "season": "GAMES: 2 MINUTES: 09:55 PTS: 2.0 REB: 1.5 AST: 1.5", "isOnCourt": false, - "AvgPoints": "0.0", - "AvgAssist": "0.0", + "AvgPoints": "2.0", + "AvgAssist": "1.5", "AvgBlocks": "0.0", - "AvgDefRebound": "0.0", - "AvgOffRebound": "0.0", - "AvgRebound": "0.0", - "AvgSteal": "0.0", + "AvgDefRebound": "0.5", + "AvgOffRebound": "1.0", + "AvgRebound": "1.5", + "AvgSteal": "0.5", "AvgTurnover": "0.0", - "AvgFoul": "0.0", - "AvgOpponentFoul": "0.0", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.0", "AvgPlusMinus": null, - "AvgDunk": "0.0", + "AvgDunk": "0.5", "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", + "AvgPlayedTime": "09:55", "Shot1Percent": "0.0%", - "Shot2Percent": "0.0%", + "Shot2Percent": "50.0%", "Shot3Percent": "0.0%", - "Shot23Percent": "0.0%", - "TPoints": 0, - "TShots1": "0/0", - "TShots2": "0/0", + "Shot23Percent": "50.0%", + "TPoints": 4, + "TShots1": "0/2", + "TShots2": "2/4", "TShots3": "0/0", "TShots23": "0/0", "TShot1Percent": "0.0%", - "TShot2Percent": "0.0%", + "TShot2Percent": "50.0%", "TShot3Percent": "0.0%", - "TShot23Percent": "0.0%", - "TAssist": 0, + "TShot23Percent": "50.0%", + "TAssist": 3, "TBlocks": 0, - "TDefRebound": 0, - "TOffRebound": 0, - "TRebound": 0, - "TSteal": 0, + "TDefRebound": 1, + "TOffRebound": 2, + "TRebound": 3, + "TSteal": 1, "TTurnover": 0, - "TFoul": 0, - "TOpponentFoul": 0, + "TFoul": 7, + "TOpponentFoul": 2, "TPlusMinus": 0, - "TDunk": 0, + "TDunk": 1, "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, + "TPlayedTime": "19:51", + "TGameCount": 2, "TStartCount": 0, - "CareerTShots1": "7/18", - "CareerTShots2": "14/24", - "CareerTShots3": "0/4", - "CareerTShots23": "14/28", - "CareerTShot1Percent": "38.9%", - "CareerTShot2Percent": "58.3%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 35, - "CareerTAssist": 23, - "CareerTBlocks": 1, - "CareerTDefRebound": 6, - "CareerTOffRebound": 6, - "CareerTRebound": 12, - "CareerTSteal": 5, - "CareerTTurnover": 17, - "CareerTFoul": 17, - "CareerTOpponentFoul": 19, + "CareerTShots1": "164/304", + "CareerTShots2": "312/515", + "CareerTShots3": "16/64", + "CareerTShots23": "328/579", + "CareerTShot1Percent": "53.9%", + "CareerTShot2Percent": "60.6%", + "CareerTShot3Percent": "25.0%", + "CareerTShot23Percent": "56.6%", + "CareerTPoints": 836, + "CareerTAssist": 245, + "CareerTBlocks": 24, + "CareerTDefRebound": 278, + "CareerTOffRebound": 186, + "CareerTRebound": 464, + "CareerTSteal": 82, + "CareerTTurnover": 176, + "CareerTFoul": 420, + "CareerTOpponentFoul": 292, "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "122:32", - "CareerTGameCount": 27, - "CareerTStartCount": 0, + "CareerTDunk": 28, + "CareerTPlayedTime": "2643:57", + "CareerTGameCount": 149, + "CareerTStartCount": 42, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" } diff --git a/static/topTeam2.json b/static/topTeam2.json index 5c27a1f..844349e 100644 --- a/static/topTeam2.json +++ b/static/topTeam2.json @@ -1,842 +1,726 @@ [ { - "id": 430506, - "num": "2", + "id": 31060, + "num": "7", "startRole": "Player", "role": "Guard", "roleShort": "G", - "NameGFX": "Brendan Adams", + "NameGFX": "Alexander Khomenko", "captain": false, - "age": 25, - "height": "193 cm", - "weight": "93 kg", + "age": 26, + "height": "192 cm", + "weight": "92 kg", "isStart": true, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 20, - "pt-2": "3/6", - "pt-3": "4/7", - "pt-1": "2/2", - "fg": "7/13", - "ast": 2, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 6, - "foul": 2, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 6, - "plusMinus": -17, - "dunk": 0, - "kpi": 17, - "time": "31:49", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Brendan", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\2.png", - "season": "GAMES: 3 MINUTES: 34:14 PTS: 19.0 REB: 2.0 AST: 4.0 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "19.0", - "AvgAssist": "4.0", - "AvgBlocks": "0.0", - "AvgDefRebound": "1.7", - "AvgOffRebound": "0.3", - "AvgRebound": "2.0", - "AvgSteal": "1.3", - "AvgTurnover": "4.0", - "AvgFoul": "1.7", - "AvgOpponentFoul": "3.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "34:14", - "Shot1Percent": "71.4%", - "Shot2Percent": "64.7%", - "Shot3Percent": "43.5%", - "Shot23Percent": "52.5%", - "TPoints": 57, - "TShots1": "5/7", - "TShots2": "11/17", - "TShots3": "10/23", - "TShots23": "21/40", - "TShot1Percent": "71.4%", - "TShot2Percent": "64.7%", - "TShot3Percent": "43.5%", - "TShot23Percent": "52.5%", - "TAssist": 12, - "TBlocks": 0, - "TDefRebound": 5, - "TOffRebound": 1, - "TRebound": 6, - "TSteal": 4, - "TTurnover": 12, - "TFoul": 5, - "TOpponentFoul": 11, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "102:42", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "47/59", - "CareerTShots2": "74/138", - "CareerTShots3": "32/69", - "CareerTShots23": "106/207", - "CareerTShot1Percent": "79.7%", - "CareerTShot2Percent": "53.6%", - "CareerTShot3Percent": "46.4%", - "CareerTShot23Percent": "51.2%", - "CareerTPoints": 291, - "CareerTAssist": 76, - "CareerTBlocks": 2, - "CareerTDefRebound": 29, - "CareerTOffRebound": 10, - "CareerTRebound": 39, - "CareerTSteal": 11, - "CareerTTurnover": 44, - "CareerTFoul": 26, - "CareerTOpponentFoul": 64, - "CareerTPlusMinus": 0, - "CareerTDunk": 6, - "CareerTPlayedTime": "565:25", - "CareerTGameCount": 19, - "CareerTStartCount": 18, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 52397, - "num": "61", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Gleb Firsov", - "captain": false, - "age": 20, - "height": "208 cm", - "weight": "104 kg", - "isStart": false, - "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 16, - "pt-2": "7/9", - "pt-3": "0/0", - "pt-1": "2/4", + "pts": 19, + "pt-2": "5/5", + "pt-3": "2/4", + "pt-1": "3/5", "fg": "7/9", - "ast": 2, - "stl": 0, + "ast": 4, + "stl": 2, "blk": 0, "blkVic": 0, - "dreb": 1, - "oreb": 3, - "reb": 4, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -9, - "dunk": 2, - "kpi": 16, - "time": "17:37", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Gleb", - "Name2GFX": "Firsov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\61.png", - "season": "GAMES: 3 MINUTES: 13:50 PTS: 9.7 REB: 2.7 AST: 1.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "1.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "1.0", - "AvgOffRebound": "1.7", - "AvgRebound": "2.7", - "AvgSteal": "0.7", - "AvgTurnover": "1.7", - "AvgFoul": "2.3", - "AvgOpponentFoul": "2.3", - "AvgPlusMinus": null, - "AvgDunk": "1.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "13:50", - "Shot1Percent": "55.6%", - "Shot2Percent": "70.6%", - "Shot3Percent": "0.0%", - "Shot23Percent": "70.6%", - "TPoints": 29, - "TShots1": "5/9", - "TShots2": "12/17", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "55.6%", - "TShot2Percent": "70.6%", - "TShot3Percent": "0.0%", - "TShot23Percent": "70.6%", - "TAssist": 4, - "TBlocks": 1, - "TDefRebound": 3, - "TOffRebound": 5, - "TRebound": 8, - "TSteal": 2, - "TTurnover": 5, - "TFoul": 7, - "TOpponentFoul": 7, - "TPlusMinus": 0, - "TDunk": 3, - "TKPI": 0, - "TPlayedTime": "41:32", - "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "22/37", - "CareerTShots2": "40/76", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "59.5%", - "CareerTShot2Percent": "52.6%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "52.6%", - "CareerTPoints": 102, - "CareerTAssist": 20, - "CareerTBlocks": 5, - "CareerTDefRebound": 30, - "CareerTOffRebound": 25, - "CareerTRebound": 55, - "CareerTSteal": 12, - "CareerTTurnover": 20, - "CareerTFoul": 43, - "CareerTOpponentFoul": 32, - "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "246:16", - "CareerTGameCount": 39, - "CareerTStartCount": 3, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 40552, - "num": "35", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Alexandr Shashkov", - "captain": false, - "age": 25, - "height": "210 cm", - "weight": "104 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 12, - "pt-2": "3/5", - "pt-3": "2/2", - "pt-1": "0/0", - "fg": "5/7", - "ast": 2, - "stl": 1, - "blk": 0, - "blkVic": 0, - "dreb": 1, + "dreb": 5, "oreb": 1, - "reb": 2, - "to": 1, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": -26, - "dunk": 2, - "kpi": 11, - "time": "17:48", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Alexandr", - "Name2GFX": "Shashkov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\35.png", - "season": "GAMES: 3 MINUTES: 16:04 PTS: 6.7 REB: 3.3 AST: 1.0", - "isOnCourt": false, - "AvgPoints": "6.7", - "AvgAssist": "1.0", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.0", - "AvgOffRebound": "1.3", - "AvgRebound": "3.3", - "AvgSteal": "0.7", - "AvgTurnover": "0.7", - "AvgFoul": "2.7", - "AvgOpponentFoul": "0.3", - "AvgPlusMinus": null, - "AvgDunk": "0.7", - "AvgKPI": "0.0", - "AvgPlayedTime": "16:04", - "Shot1Percent": "100.0%", - "Shot2Percent": "54.5%", - "Shot3Percent": "50.0%", - "Shot23Percent": "53.3%", - "TPoints": 20, - "TShots1": "2/2", - "TShots2": "6/11", - "TShots3": "2/4", - "TShots23": "8/15", - "TShot1Percent": "100.0%", - "TShot2Percent": "54.5%", - "TShot3Percent": "50.0%", - "TShot23Percent": "53.3%", - "TAssist": 3, - "TBlocks": 1, - "TDefRebound": 6, - "TOffRebound": 4, - "TRebound": 10, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 8, - "TOpponentFoul": 1, - "TPlusMinus": 0, - "TDunk": 2, - "TKPI": 0, - "TPlayedTime": "48:12", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "27/36", - "CareerTShots2": "82/147", - "CareerTShots3": "27/76", - "CareerTShots23": "109/223", - "CareerTShot1Percent": "75.0%", - "CareerTShot2Percent": "55.8%", - "CareerTShot3Percent": "35.5%", - "CareerTShot23Percent": "48.9%", - "CareerTPoints": 272, - "CareerTAssist": 39, - "CareerTBlocks": 15, - "CareerTDefRebound": 97, - "CareerTOffRebound": 49, - "CareerTRebound": 146, - "CareerTSteal": 22, - "CareerTTurnover": 35, - "CareerTFoul": 71, - "CareerTOpponentFoul": 38, - "CareerTPlusMinus": 0, - "CareerTDunk": 18, - "CareerTPlayedTime": "671:18", - "CareerTGameCount": 43, - "CareerTStartCount": 9, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 432333, - "num": "6", - "startRole": "Player", - "role": "Shooting guard", - "roleShort": "SG", - "NameGFX": "Victor Sanders", - "captain": false, - "age": 30, - "height": "196 cm", - "weight": "90 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 11, - "pt-2": "3/5", - "pt-3": "1/3", - "pt-1": "2/4", - "fg": "4/8", - "ast": 6, - "stl": 5, - "blk": 0, - "blkVic": 0, - "dreb": 2, - "oreb": 0, - "reb": 2, - "to": 4, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 5, - "plusMinus": -6, - "dunk": 0, - "kpi": 16, - "time": "35:58", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Victor", - "Name2GFX": "Sanders", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\6.png", - "season": "GAMES: 3 MINUTES: 33:00 PTS: 9.7 REB: 2.0 AST: 5.3 STL: 2.3", - "isOnCourt": false, - "AvgPoints": "9.7", - "AvgAssist": "5.3", - "AvgBlocks": "0.0", - "AvgDefRebound": "2.0", - "AvgOffRebound": "0.0", - "AvgRebound": "2.0", - "AvgSteal": "2.3", - "AvgTurnover": "2.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "3.3", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "33:00", - "Shot1Percent": "66.7%", - "Shot2Percent": "62.5%", - "Shot3Percent": "31.2%", - "Shot23Percent": "41.7%", - "TPoints": 29, - "TShots1": "4/6", - "TShots2": "5/8", - "TShots3": "5/16", - "TShots23": "10/24", - "TShot1Percent": "66.7%", - "TShot2Percent": "62.5%", - "TShot3Percent": "31.2%", - "TShot23Percent": "41.7%", - "TAssist": 16, - "TBlocks": 0, - "TDefRebound": 6, - "TOffRebound": 0, - "TRebound": 6, - "TSteal": 7, - "TTurnover": 7, - "TFoul": 11, - "TOpponentFoul": 10, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "99:01", - "TGameCount": 3, - "TStartCount": 3, - "CareerTShots1": "72/108", - "CareerTShots2": "98/196", - "CareerTShots3": "89/231", - "CareerTShots23": "187/427", - "CareerTShot1Percent": "66.7%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "38.5%", - "CareerTShot23Percent": "43.8%", - "CareerTPoints": 535, - "CareerTAssist": 137, - "CareerTBlocks": 2, - "CareerTDefRebound": 86, - "CareerTOffRebound": 18, - "CareerTRebound": 104, - "CareerTSteal": 59, - "CareerTTurnover": 98, - "CareerTFoul": 99, - "CareerTOpponentFoul": 179, - "CareerTPlusMinus": 0, - "CareerTDunk": 5, - "CareerTPlayedTime": "1106:25", - "CareerTGameCount": 39, - "CareerTStartCount": 39, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491404, - "num": "4", - "startRole": "Player", - "role": "Guard", - "roleShort": "G", - "NameGFX": "Jalen Adams", - "captain": false, - "age": 29, - "height": "191 cm", - "weight": "88 kg", - "isStart": false, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 8, - "pt-2": "2/5", - "pt-3": "0/1", - "pt-1": "4/4", - "fg": "2/6", - "ast": 3, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, - "to": 2, - "foul": 3, - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 2, - "plusMinus": -22, - "dunk": 0, - "kpi": 8, - "time": "22:18", - "pts1q": 0, - "pts2q": 0, - "pts3q": 0, - "pts4q": 0, - "pts1h": 0, - "pts2h": 0, - "Name1GFX": "Jalen", - "Name2GFX": "Adams", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\4.png", - "season": "GAMES: 3 MINUTES: 23:44 PTS: 12.3 REB: 4.0 AST: 3.3 STL: 1.3", - "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "3.3", - "AvgBlocks": "0.3", - "AvgDefRebound": "2.7", - "AvgOffRebound": "1.3", - "AvgRebound": "4.0", - "AvgSteal": "1.3", - "AvgTurnover": "1.3", - "AvgFoul": "2.0", - "AvgOpponentFoul": "2.7", - "AvgPlusMinus": null, - "AvgDunk": "0.0", - "AvgKPI": "0.0", - "AvgPlayedTime": "23:44", - "Shot1Percent": "87.5%", - "Shot2Percent": "64.3%", - "Shot3Percent": "40.0%", - "Shot23Percent": "54.2%", - "TPoints": 37, - "TShots1": "7/8", - "TShots2": "9/14", - "TShots3": "4/10", - "TShots23": "13/24", - "TShot1Percent": "87.5%", - "TShot2Percent": "64.3%", - "TShot3Percent": "40.0%", - "TShot23Percent": "54.2%", - "TAssist": 10, - "TBlocks": 1, - "TDefRebound": 8, - "TOffRebound": 4, - "TRebound": 12, - "TSteal": 4, - "TTurnover": 4, - "TFoul": 6, - "TOpponentFoul": 8, - "TPlusMinus": 0, - "TDunk": 0, - "TKPI": 0, - "TPlayedTime": "71:13", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "7/8", - "CareerTShots2": "9/14", - "CareerTShots3": "4/10", - "CareerTShots23": "13/24", - "CareerTShot1Percent": "87.5%", - "CareerTShot2Percent": "64.3%", - "CareerTShot3Percent": "40.0%", - "CareerTShot23Percent": "54.2%", - "CareerTPoints": 37, - "CareerTAssist": 10, - "CareerTBlocks": 1, - "CareerTDefRebound": 8, - "CareerTOffRebound": 4, - "CareerTRebound": 12, - "CareerTSteal": 4, - "CareerTTurnover": 4, - "CareerTFoul": 6, - "CareerTOpponentFoul": 8, - "CareerTPlusMinus": 0, - "CareerTDunk": 0, - "CareerTPlayedTime": "71:13", - "CareerTGameCount": 3, - "CareerTStartCount": 0, - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" - }, - { - "id": 491405, - "num": "32", - "startRole": "Player", - "role": "Center", - "roleShort": "C", - "NameGFX": "Terrell Carter", - "captain": false, - "age": 29, - "height": "208 cm", - "weight": "132 kg", - "isStart": true, - "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", - "pts": 6, - "pt-2": "2/4", - "pt-3": "0/0", - "pt-1": "2/2", - "fg": "2/4", - "ast": 1, - "stl": 1, - "blk": 0, - "blkVic": 1, - "dreb": 2, - "oreb": 1, - "reb": 3, + "reb": 6, "to": 3, "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, - "fouled": 4, - "plusMinus": -11, + "fouled": 5, + "plusMinus": -1, "dunk": 0, - "kpi": 7, - "time": "19:06", + "kpi": 26, + "time": "28:50", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Terrell", - "Name2GFX": "Carter", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\32.png", - "season": "GAMES: 3 MINUTES: 22:03 PTS: 12.3 REB: 5.7 AST: 1.7 STL: 1.3", + "Name1GFX": "Alexander", + "Name2GFX": "Khomenko", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/7.png", + "season": "GAMES: 4 MINUTES: 28:46 PTS: 13.0 REB: 2.8 AST: 2.0 STL: 1.0", "isOnCourt": false, - "AvgPoints": "12.3", - "AvgAssist": "1.7", + "AvgPoints": "13.0", + "AvgAssist": "2.0", "AvgBlocks": "0.0", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.0", - "AvgRebound": "5.7", - "AvgSteal": "1.3", - "AvgTurnover": "3.3", - "AvgFoul": "3.7", - "AvgOpponentFoul": "5.0", + "AvgDefRebound": "2.2", + "AvgOffRebound": "0.5", + "AvgRebound": "2.8", + "AvgSteal": "1.0", + "AvgTurnover": "2.2", + "AvgFoul": "3.0", + "AvgOpponentFoul": "4.8", "AvgPlusMinus": null, - "AvgDunk": "1.3", + "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "22:03", - "Shot1Percent": "64.3%", - "Shot2Percent": "50.0%", - "Shot3Percent": "0.0%", + "AvgPlayedTime": "28:46", + "Shot1Percent": "83.3%", + "Shot2Percent": "61.1%", + "Shot3Percent": "35.7%", "Shot23Percent": "50.0%", - "TPoints": 37, - "TShots1": "9/14", - "TShots2": "14/28", - "TShots3": "0/0", - "TShots23": "0/0", - "TShot1Percent": "64.3%", - "TShot2Percent": "50.0%", - "TShot3Percent": "0.0%", + "TPoints": 52, + "TShots1": "15/18", + "TShots2": "11/18", + "TShots3": "5/14", + "TShots23": "16/32", + "TShot1Percent": "83.3%", + "TShot2Percent": "61.1%", + "TShot3Percent": "35.7%", "TShot23Percent": "50.0%", - "TAssist": 5, + "TAssist": 8, "TBlocks": 0, - "TDefRebound": 11, - "TOffRebound": 6, - "TRebound": 17, + "TDefRebound": 9, + "TOffRebound": 2, + "TRebound": 11, "TSteal": 4, - "TTurnover": 10, - "TFoul": 11, - "TOpponentFoul": 15, + "TTurnover": 9, + "TFoul": 12, + "TOpponentFoul": 19, "TPlusMinus": 0, - "TDunk": 4, + "TDunk": 0, "TKPI": 0, - "TPlayedTime": "66:09", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "9/14", - "CareerTShots2": "14/28", - "CareerTShots3": "0/0", - "CareerTShots23": "0/0", - "CareerTShot1Percent": "64.3%", - "CareerTShot2Percent": "50.0%", - "CareerTShot3Percent": "0.0%", - "CareerTShot23Percent": "50.0%", - "CareerTPoints": 37, - "CareerTAssist": 5, - "CareerTBlocks": 0, - "CareerTDefRebound": 11, - "CareerTOffRebound": 6, - "CareerTRebound": 17, - "CareerTSteal": 4, - "CareerTTurnover": 10, - "CareerTFoul": 11, - "CareerTOpponentFoul": 15, + "TPlayedTime": "115:04", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "336/431", + "CareerTShots2": "207/473", + "CareerTShots3": "113/309", + "CareerTShots23": "320/782", + "CareerTShot1Percent": "78.0%", + "CareerTShot2Percent": "43.8%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "40.9%", + "CareerTPoints": 1089, + "CareerTAssist": 367, + "CareerTBlocks": 6, + "CareerTDefRebound": 298, + "CareerTOffRebound": 92, + "CareerTRebound": 390, + "CareerTSteal": 146, + "CareerTTurnover": 232, + "CareerTFoul": 400, + "CareerTOpponentFoul": 584, "CareerTPlusMinus": 0, - "CareerTDunk": 4, - "CareerTPlayedTime": "66:09", - "CareerTGameCount": 3, - "CareerTStartCount": 2, + "CareerTDunk": 0, + "CareerTPlayedTime": "2931:27", + "CareerTGameCount": 166, + "CareerTStartCount": 75, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 15749, - "num": "93", + "id": 28193, + "num": "9", + "startRole": "Player", + "role": "Center", + "roleShort": "C", + "NameGFX": "Ilya Karpenkov", + "captain": false, + "age": 28, + "height": "204 cm", + "weight": "125 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "5/6", + "pt-3": "0/0", + "pt-1": "1/2", + "fg": "5/6", + "ast": 4, + "stl": 1, + "blk": 1, + "blkVic": 1, + "dreb": 2, + "oreb": 2, + "reb": 4, + "to": 4, + "foul": 3, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 2, + "plusMinus": -5, + "dunk": 0, + "kpi": 14, + "time": "27:05", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Ilya", + "Name2GFX": "Karpenkov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/9.png", + "season": "GAMES: 4 MINUTES: 18:38 PTS: 8.5 REB: 5.8 AST: 1.8", + "isOnCourt": false, + "AvgPoints": "8.5", + "AvgAssist": "1.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "2.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.8", + "AvgFoul": "3.5", + "AvgOpponentFoul": "1.8", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:38", + "Shot1Percent": "80.0%", + "Shot2Percent": "83.3%", + "Shot3Percent": "0.0%", + "Shot23Percent": "78.9%", + "TPoints": 34, + "TShots1": "4/5", + "TShots2": "15/18", + "TShots3": "0/1", + "TShots23": "15/19", + "TShot1Percent": "80.0%", + "TShot2Percent": "83.3%", + "TShot3Percent": "0.0%", + "TShot23Percent": "78.9%", + "TAssist": 7, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 9, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 7, + "TFoul": 14, + "TOpponentFoul": 7, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "74:35", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "53/64", + "CareerTShots2": "147/230", + "CareerTShots3": "1/8", + "CareerTShots23": "148/238", + "CareerTShot1Percent": "82.8%", + "CareerTShot2Percent": "63.9%", + "CareerTShot3Percent": "12.5%", + "CareerTShot23Percent": "62.2%", + "CareerTPoints": 350, + "CareerTAssist": 75, + "CareerTBlocks": 14, + "CareerTDefRebound": 96, + "CareerTOffRebound": 81, + "CareerTRebound": 177, + "CareerTSteal": 14, + "CareerTTurnover": 60, + "CareerTFoul": 126, + "CareerTOpponentFoul": 84, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "804:32", + "CareerTGameCount": 51, + "CareerTStartCount": 24, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 2133, + "num": "13", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Dmitrii Khvostov", + "captain": true, + "age": 36, + "height": "190 cm", + "weight": "86 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 11, + "pt-2": "1/2", + "pt-3": "3/6", + "pt-1": "0/0", + "fg": "4/8", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 3, + "plusMinus": 8, + "dunk": 0, + "kpi": 9, + "time": "21:09", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Dmitrii", + "Name2GFX": "Khvostov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/13.png", + "season": "GAMES: 4 MINUTES: 20:16 PTS: 8.0 REB: 1.5 AST: 3.2", + "isOnCourt": false, + "AvgPoints": "8.0", + "AvgAssist": "3.2", + "AvgBlocks": "0.0", + "AvgDefRebound": "1.5", + "AvgOffRebound": "0.0", + "AvgRebound": "1.5", + "AvgSteal": "0.8", + "AvgTurnover": "1.5", + "AvgFoul": "1.5", + "AvgOpponentFoul": "3.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "20:16", + "Shot1Percent": "100.0%", + "Shot2Percent": "60.0%", + "Shot3Percent": "46.2%", + "Shot23Percent": "50.0%", + "TPoints": 32, + "TShots1": "8/8", + "TShots2": "3/5", + "TShots3": "6/13", + "TShots23": "9/18", + "TShot1Percent": "100.0%", + "TShot2Percent": "60.0%", + "TShot3Percent": "46.2%", + "TShot23Percent": "50.0%", + "TAssist": 13, + "TBlocks": 0, + "TDefRebound": 6, + "TOffRebound": 0, + "TRebound": 6, + "TSteal": 3, + "TTurnover": 6, + "TFoul": 6, + "TOpponentFoul": 12, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "81:05", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "295/340", + "CareerTShots2": "291/647", + "CareerTShots3": "338/879", + "CareerTShots23": "629/1526", + "CareerTShot1Percent": "86.8%", + "CareerTShot2Percent": "45.0%", + "CareerTShot3Percent": "38.5%", + "CareerTShot23Percent": "41.2%", + "CareerTPoints": 1891, + "CareerTAssist": 1174, + "CareerTBlocks": 11, + "CareerTDefRebound": 405, + "CareerTOffRebound": 72, + "CareerTRebound": 477, + "CareerTSteal": 200, + "CareerTTurnover": 466, + "CareerTFoul": 747, + "CareerTOpponentFoul": 644, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "6671:19", + "CareerTGameCount": 324, + "CareerTStartCount": 201, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 46431, + "num": "21", + "startRole": "Player", + "role": "Power forward", + "roleShort": "PF", + "NameGFX": "Kirill Popov", + "captain": false, + "age": 27, + "height": "203 cm", + "weight": "104 kg", + "isStart": true, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 9, + "pt-2": "0/3", + "pt-3": "2/5", + "pt-1": "3/3", + "fg": "2/8", + "ast": 2, + "stl": 1, + "blk": 2, + "blkVic": 0, + "dreb": 7, + "oreb": 0, + "reb": 7, + "to": 2, + "foul": 4, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 4, + "plusMinus": 1, + "dunk": 0, + "kpi": 13, + "time": "31:47", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Kirill", + "Name2GFX": "Popov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/21.png", + "season": "GAMES: 4 MINUTES: 23:47 PTS: 12.5 REB: 5.8 AST: 1.0 BLK: 1.2", + "isOnCourt": false, + "AvgPoints": "12.5", + "AvgAssist": "1.0", + "AvgBlocks": "1.2", + "AvgDefRebound": "4.5", + "AvgOffRebound": "1.2", + "AvgRebound": "5.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.5", + "AvgFoul": "2.2", + "AvgOpponentFoul": "4.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "23:47", + "Shot1Percent": "81.0%", + "Shot2Percent": "31.6%", + "Shot3Percent": "43.8%", + "Shot23Percent": "37.1%", + "TPoints": 50, + "TShots1": "17/21", + "TShots2": "6/19", + "TShots3": "7/16", + "TShots23": "13/35", + "TShot1Percent": "81.0%", + "TShot2Percent": "31.6%", + "TShot3Percent": "43.8%", + "TShot23Percent": "37.1%", + "TAssist": 4, + "TBlocks": 5, + "TDefRebound": 18, + "TOffRebound": 5, + "TRebound": 23, + "TSteal": 1, + "TTurnover": 6, + "TFoul": 9, + "TOpponentFoul": 18, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "95:09", + "TGameCount": 4, + "TStartCount": 1, + "CareerTShots1": "30/45", + "CareerTShots2": "31/71", + "CareerTShots3": "10/27", + "CareerTShots23": "41/98", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "43.7%", + "CareerTShot3Percent": "37.0%", + "CareerTShot23Percent": "41.8%", + "CareerTPoints": 122, + "CareerTAssist": 7, + "CareerTBlocks": 6, + "CareerTDefRebound": 43, + "CareerTOffRebound": 23, + "CareerTRebound": 66, + "CareerTSteal": 9, + "CareerTTurnover": 23, + "CareerTFoul": 45, + "CareerTOpponentFoul": 41, + "CareerTPlusMinus": 0, + "CareerTDunk": 8, + "CareerTPlayedTime": "301:07", + "CareerTGameCount": 34, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 25424, + "num": "11", "startRole": "Player", "role": "Small forward", "roleShort": "SF", - "NameGFX": "Aleksandr Zakharov", + "NameGFX": "Ilya Platonov", "captain": false, - "age": 32, - "height": "203 cm", - "weight": "97 kg", - "isStart": false, + "age": 27, + "height": "201 cm", + "weight": "96 kg", + "isStart": true, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 6, - "pt-2": "3/5", - "pt-3": "0/2", - "pt-1": "0/0", - "fg": "3/7", - "ast": 3, - "stl": 0, + "pts": 8, + "pt-2": "0/2", + "pt-3": "2/5", + "pt-1": "2/2", + "fg": "2/7", + "ast": 1, + "stl": 1, "blk": 0, - "blkVic": 1, - "dreb": 2, + "blkVic": 0, + "dreb": 1, "oreb": 0, - "reb": 2, - "to": 1, - "foul": 2, + "reb": 1, + "to": 2, + "foul": 3, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 1, - "plusMinus": 6, + "plusMinus": -6, "dunk": 0, - "kpi": 5, - "time": "18:10", + "kpi": 2, + "time": "32:44", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Aleksandr", - "Name2GFX": "Zakharov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\93.png", - "season": "GAMES: 2 MINUTES: 20:49 PTS: 7.0 REB: 2.5 AST: 1.5 STL: 1.0", + "Name1GFX": "Ilya", + "Name2GFX": "Platonov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/11.png", + "season": "GAMES: 4 MINUTES: 26:56 PTS: 8.0 REB: 1.8 AST: 1.2", "isOnCourt": false, - "AvgPoints": "7.0", - "AvgAssist": "1.5", + "AvgPoints": "8.0", + "AvgAssist": "1.2", "AvgBlocks": "0.0", - "AvgDefRebound": "2.5", - "AvgOffRebound": "0.0", - "AvgRebound": "2.5", - "AvgSteal": "1.0", - "AvgTurnover": "1.0", - "AvgFoul": "2.0", - "AvgOpponentFoul": "1.5", + "AvgDefRebound": "1.0", + "AvgOffRebound": "0.8", + "AvgRebound": "1.8", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.8", + "AvgOpponentFoul": "0.5", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "20:49", - "Shot1Percent": "0.0%", - "Shot2Percent": "77.8%", - "Shot3Percent": "0.0%", - "Shot23Percent": "46.7%", - "TPoints": 14, - "TShots1": "0/0", - "TShots2": "7/9", - "TShots3": "0/6", - "TShots23": "7/15", - "TShot1Percent": "0.0%", - "TShot2Percent": "77.8%", - "TShot3Percent": "0.0%", - "TShot23Percent": "46.7%", - "TAssist": 3, + "AvgPlayedTime": "26:56", + "Shot1Percent": "100.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "37.5%", + "Shot23Percent": "42.3%", + "TPoints": 32, + "TShots1": "4/4", + "TShots2": "5/10", + "TShots3": "6/16", + "TShots23": "11/26", + "TShot1Percent": "100.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "37.5%", + "TShot23Percent": "42.3%", + "TAssist": 5, "TBlocks": 0, - "TDefRebound": 5, - "TOffRebound": 0, - "TRebound": 5, - "TSteal": 2, - "TTurnover": 2, - "TFoul": 4, - "TOpponentFoul": 3, + "TDefRebound": 4, + "TOffRebound": 3, + "TRebound": 7, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 11, + "TOpponentFoul": 2, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "41:38", - "TGameCount": 2, - "TStartCount": 1, - "CareerTShots1": "113/150", - "CareerTShots2": "167/310", - "CareerTShots3": "98/337", - "CareerTShots23": "265/647", - "CareerTShot1Percent": "75.3%", - "CareerTShot2Percent": "53.9%", - "CareerTShot3Percent": "29.1%", - "CareerTShot23Percent": "41.0%", - "CareerTPoints": 741, - "CareerTAssist": 97, - "CareerTBlocks": 9, - "CareerTDefRebound": 189, - "CareerTOffRebound": 67, - "CareerTRebound": 256, - "CareerTSteal": 44, - "CareerTTurnover": 98, - "CareerTFoul": 236, - "CareerTOpponentFoul": 160, + "TPlayedTime": "107:46", + "TGameCount": 4, + "TStartCount": 4, + "CareerTShots1": "102/137", + "CareerTShots2": "126/235", + "CareerTShots3": "102/279", + "CareerTShots23": "228/514", + "CareerTShot1Percent": "74.5%", + "CareerTShot2Percent": "53.6%", + "CareerTShot3Percent": "36.6%", + "CareerTShot23Percent": "44.4%", + "CareerTPoints": 660, + "CareerTAssist": 79, + "CareerTBlocks": 11, + "CareerTDefRebound": 239, + "CareerTOffRebound": 94, + "CareerTRebound": 333, + "CareerTSteal": 72, + "CareerTTurnover": 126, + "CareerTFoul": 201, + "CareerTOpponentFoul": 148, "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "1829:32", - "CareerTGameCount": 97, - "CareerTStartCount": 43, + "CareerTDunk": 3, + "CareerTPlayedTime": "2140:04", + "CareerTGameCount": 108, + "CareerTStartCount": 79, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 15638, - "num": "11", + "id": 490795, + "num": "12", "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Stanislav Ilnitskiy", - "captain": true, - "age": 31, - "height": "201 cm", - "weight": "98 kg", - "isStart": true, + "role": "Center", + "roleShort": "C", + "NameGFX": "Hunter Dean", + "captain": false, + "age": 24, + "height": "209 cm", + "weight": "113 kg", + "isStart": false, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, - "pt-2": "1/1", + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 7, + "pt-2": "3/5", "pt-3": "0/0", - "pt-1": "0/0", - "fg": "1/1", - "ast": 2, - "stl": 1, + "pt-1": "1/2", + "fg": "3/5", + "ast": 0, + "stl": 0, "blk": 0, "blkVic": 0, - "dreb": 1, + "dreb": 3, "oreb": 1, - "reb": 2, + "reb": 4, + "to": 1, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -4, + "dunk": 2, + "kpi": 7, + "time": "12:55", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Hunter", + "Name2GFX": "Dean", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/12.png", + "season": "GAMES: 4 MINUTES: 18:40 PTS: 6.2 REB: 5.0", + "isOnCourt": false, + "AvgPoints": "6.2", + "AvgAssist": "0.0", + "AvgBlocks": "0.8", + "AvgDefRebound": "3.2", + "AvgOffRebound": "1.8", + "AvgRebound": "5.0", + "AvgSteal": "0.5", + "AvgTurnover": "1.8", + "AvgFoul": "2.5", + "AvgOpponentFoul": "1.5", + "AvgPlusMinus": null, + "AvgDunk": "0.5", + "AvgKPI": "0.0", + "AvgPlayedTime": "18:40", + "Shot1Percent": "83.3%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "50.0%", + "TPoints": 25, + "TShots1": "5/6", + "TShots2": "10/20", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "83.3%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "50.0%", + "TAssist": 0, + "TBlocks": 3, + "TDefRebound": 13, + "TOffRebound": 7, + "TRebound": 20, + "TSteal": 2, + "TTurnover": 7, + "TFoul": 10, + "TOpponentFoul": 6, + "TPlusMinus": 0, + "TDunk": 2, + "TKPI": 0, + "TPlayedTime": "74:43", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "5/6", + "CareerTShots2": "10/20", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "83.3%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "50.0%", + "CareerTPoints": 25, + "CareerTAssist": 0, + "CareerTBlocks": 3, + "CareerTDefRebound": 13, + "CareerTOffRebound": 7, + "CareerTRebound": 20, + "CareerTSteal": 2, + "CareerTTurnover": 7, + "CareerTFoul": 10, + "CareerTOpponentFoul": 6, + "CareerTPlusMinus": 0, + "CareerTDunk": 2, + "CareerTPlayedTime": "74:43", + "CareerTGameCount": 4, + "CareerTStartCount": 3, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 490798, + "num": "2", + "startRole": "Player", + "role": "Small forward", + "roleShort": "SF", + "NameGFX": "Norbert Lukacs", + "captain": false, + "age": 24, + "height": "203 cm", + "weight": "93 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/hu.svg", + "pts": 5, + "pt-2": "1/2", + "pt-3": "0/0", + "pt-1": "3/3", + "fg": "1/2", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 3, + "oreb": 0, + "reb": 3, "to": 0, "foul": 3, "foulT": 0, @@ -844,216 +728,448 @@ "foulC": 0, "foulB": 0, "fouled": 2, - "plusMinus": -6, + "plusMinus": -13, "dunk": 0, "kpi": 6, - "time": "15:05", + "time": "15:29", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Stanislav", - "Name2GFX": "Ilnitskiy", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\11.png", - "season": "GAMES: 3 MINUTES: 20:50 PTS: 1.0 REB: 6.0 STL: 1.0", + "Name1GFX": "Norbert", + "Name2GFX": "Lukacs", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/2.png", + "season": "GAMES: 4 MINUTES: 21:02 PTS: 2.2 REB: 3.8 STL: 1.2", "isOnCourt": false, - "AvgPoints": "1.0", - "AvgAssist": "0.7", - "AvgBlocks": "0.7", - "AvgDefRebound": "3.7", - "AvgOffRebound": "2.3", - "AvgRebound": "6.0", - "AvgSteal": "1.0", - "AvgTurnover": "0.3", - "AvgFoul": "3.3", - "AvgOpponentFoul": "1.3", + "AvgPoints": "2.2", + "AvgAssist": "0.8", + "AvgBlocks": "0.2", + "AvgDefRebound": "3.5", + "AvgOffRebound": "0.2", + "AvgRebound": "3.8", + "AvgSteal": "1.2", + "AvgTurnover": "0.8", + "AvgFoul": "3.2", + "AvgOpponentFoul": "1.2", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "20:50", - "Shot1Percent": "50.0%", - "Shot2Percent": "25.0%", + "AvgPlayedTime": "21:02", + "Shot1Percent": "100.0%", + "Shot2Percent": "14.3%", "Shot3Percent": "0.0%", - "Shot23Percent": "14.3%", - "TPoints": 3, - "TShots1": "1/2", - "TShots2": "1/4", - "TShots3": "0/3", - "TShots23": "1/7", - "TShot1Percent": "50.0%", - "TShot2Percent": "25.0%", + "Shot23Percent": "7.1%", + "TPoints": 9, + "TShots1": "7/7", + "TShots2": "1/7", + "TShots3": "0/7", + "TShots23": "1/14", + "TShot1Percent": "100.0%", + "TShot2Percent": "14.3%", "TShot3Percent": "0.0%", - "TShot23Percent": "14.3%", - "TAssist": 2, - "TBlocks": 2, - "TDefRebound": 11, - "TOffRebound": 7, - "TRebound": 18, - "TSteal": 3, - "TTurnover": 1, - "TFoul": 10, - "TOpponentFoul": 4, + "TShot23Percent": "7.1%", + "TAssist": 3, + "TBlocks": 1, + "TDefRebound": 14, + "TOffRebound": 1, + "TRebound": 15, + "TSteal": 5, + "TTurnover": 3, + "TFoul": 13, + "TOpponentFoul": 5, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "62:32", - "TGameCount": 3, - "TStartCount": 2, - "CareerTShots1": "209/321", - "CareerTShots2": "232/456", - "CareerTShots3": "192/517", - "CareerTShots23": "424/973", - "CareerTShot1Percent": "65.1%", - "CareerTShot2Percent": "50.9%", - "CareerTShot3Percent": "37.1%", - "CareerTShot23Percent": "43.6%", - "CareerTPoints": 1249, - "CareerTAssist": 230, - "CareerTBlocks": 40, - "CareerTDefRebound": 640, - "CareerTOffRebound": 330, - "CareerTRebound": 970, - "CareerTSteal": 127, - "CareerTTurnover": 157, - "CareerTFoul": 787, - "CareerTOpponentFoul": 401, + "TPlayedTime": "84:08", + "TGameCount": 4, + "TStartCount": 3, + "CareerTShots1": "7/7", + "CareerTShots2": "1/7", + "CareerTShots3": "0/7", + "CareerTShots23": "1/14", + "CareerTShot1Percent": "100.0%", + "CareerTShot2Percent": "14.3%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "7.1%", + "CareerTPoints": 9, + "CareerTAssist": 3, + "CareerTBlocks": 1, + "CareerTDefRebound": 14, + "CareerTOffRebound": 1, + "CareerTRebound": 15, + "CareerTSteal": 5, + "CareerTTurnover": 3, + "CareerTFoul": 13, + "CareerTOpponentFoul": 5, "CareerTPlusMinus": 0, - "CareerTDunk": 1, - "CareerTPlayedTime": "5423:53", - "CareerTGameCount": 327, - "CareerTStartCount": 115, + "CareerTDunk": 0, + "CareerTPlayedTime": "84:08", + "CareerTGameCount": 4, + "CareerTStartCount": 3, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 57608, - "num": "70", + "id": 496039, + "num": "1", "startRole": "Player", "role": "Guard", "roleShort": "G", - "NameGFX": "Ivan Egorov", + "NameGFX": "Shane Gatling", "captain": false, - "age": 20, - "height": "194 cm", - "weight": "86 kg", + "age": 27, + "height": "188 cm", + "weight": "82 kg", "isStart": false, "isOn": "", - "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", - "pts": 2, + "flag": "https://flagicons.lipis.dev/flags/4x3/us.svg", + "pts": 5, "pt-2": "1/3", - "pt-3": "0/2", + "pt-3": "1/2", "pt-1": "0/0", - "fg": "1/5", + "fg": "2/5", "ast": 3, - "stl": 0, + "stl": 1, "blk": 0, - "blkVic": 0, + "blkVic": 1, "dreb": 0, "oreb": 0, "reb": 0, - "to": 1, + "to": 2, "foul": 2, "foulT": 0, "foulD": 0, "foulC": 0, "foulB": 0, "fouled": 1, - "plusMinus": -8, + "plusMinus": -5, "dunk": 0, - "kpi": -1, - "time": "18:20", + "kpi": 3, + "time": "10:44", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Ivan", - "Name2GFX": "Egorov", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\70.png", - "season": "GAMES: 3 MINUTES: 13:05 PTS: 2.0 REB: 1.3 AST: 1.3", + "Name1GFX": "Shane", + "Name2GFX": "Gatling", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/1.png", + "season": "GAMES: 4 MINUTES: 20:30 PTS: 12.0 REB: 2.0 AST: 3.2", "isOnCourt": false, - "AvgPoints": "2.0", - "AvgAssist": "1.3", + "AvgPoints": "12.0", + "AvgAssist": "3.2", "AvgBlocks": "0.0", - "AvgDefRebound": "1.3", - "AvgOffRebound": "0.0", - "AvgRebound": "1.3", - "AvgSteal": "0.0", - "AvgTurnover": "0.3", - "AvgFoul": "1.3", - "AvgOpponentFoul": "0.7", + "AvgDefRebound": "1.2", + "AvgOffRebound": "0.8", + "AvgRebound": "2.0", + "AvgSteal": "0.5", + "AvgTurnover": "4.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "2.5", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "13:05", - "Shot1Percent": "50.0%", - "Shot2Percent": "33.3%", - "Shot3Percent": "20.0%", - "Shot23Percent": "25.0%", - "TPoints": 6, - "TShots1": "1/2", - "TShots2": "1/3", - "TShots3": "1/5", - "TShots23": "2/8", - "TShot1Percent": "50.0%", - "TShot2Percent": "33.3%", - "TShot3Percent": "20.0%", - "TShot23Percent": "25.0%", - "TAssist": 4, + "AvgPlayedTime": "20:30", + "Shot1Percent": "66.7%", + "Shot2Percent": "54.2%", + "Shot3Percent": "35.3%", + "Shot23Percent": "46.3%", + "TPoints": 48, + "TShots1": "4/6", + "TShots2": "13/24", + "TShots3": "6/17", + "TShots23": "19/41", + "TShot1Percent": "66.7%", + "TShot2Percent": "54.2%", + "TShot3Percent": "35.3%", + "TShot23Percent": "46.3%", + "TAssist": 13, "TBlocks": 0, - "TDefRebound": 4, - "TOffRebound": 0, - "TRebound": 4, - "TSteal": 0, - "TTurnover": 1, - "TFoul": 4, - "TOpponentFoul": 2, + "TDefRebound": 5, + "TOffRebound": 3, + "TRebound": 8, + "TSteal": 2, + "TTurnover": 17, + "TFoul": 10, + "TOpponentFoul": 10, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "39:15", - "TGameCount": 3, - "TStartCount": 0, - "CareerTShots1": "8/9", - "CareerTShots2": "8/27", - "CareerTShots3": "3/12", - "CareerTShots23": "11/39", - "CareerTShot1Percent": "88.9%", - "CareerTShot2Percent": "29.6%", - "CareerTShot3Percent": "25.0%", - "CareerTShot23Percent": "28.2%", - "CareerTPoints": 33, - "CareerTAssist": 8, + "TPlayedTime": "82:00", + "TGameCount": 4, + "TStartCount": 2, + "CareerTShots1": "4/6", + "CareerTShots2": "13/24", + "CareerTShots3": "6/17", + "CareerTShots23": "19/41", + "CareerTShot1Percent": "66.7%", + "CareerTShot2Percent": "54.2%", + "CareerTShot3Percent": "35.3%", + "CareerTShot23Percent": "46.3%", + "CareerTPoints": 48, + "CareerTAssist": 13, "CareerTBlocks": 0, - "CareerTDefRebound": 7, - "CareerTOffRebound": 0, - "CareerTRebound": 7, - "CareerTSteal": 3, - "CareerTTurnover": 11, - "CareerTFoul": 16, - "CareerTOpponentFoul": 12, + "CareerTDefRebound": 5, + "CareerTOffRebound": 3, + "CareerTRebound": 8, + "CareerTSteal": 2, + "CareerTTurnover": 17, + "CareerTFoul": 10, + "CareerTOpponentFoul": 10, "CareerTPlusMinus": 0, "CareerTDunk": 0, - "CareerTPlayedTime": "141:17", - "CareerTGameCount": 21, + "CareerTPlayedTime": "82:00", + "CareerTGameCount": 4, + "CareerTStartCount": 2, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 113427, + "num": "24", + "startRole": "Player", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Alexandr Shenderov", + "captain": false, + "age": 17, + "height": "188 cm", + "weight": "60 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 2, + "pt-2": "1/2", + "pt-3": "0/2", + "pt-1": "0/0", + "fg": "1/4", + "ast": 0, + "stl": 0, + "blk": 0, + "blkVic": 0, + "dreb": 1, + "oreb": 0, + "reb": 1, + "to": 0, + "foul": 2, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 0, + "plusMinus": -1, + "dunk": 0, + "kpi": -2, + "time": "9:28", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Alexandr", + "Name2GFX": "Shenderov", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/24.png", + "season": "GAMES: 1 MINUTES: 09:28 PTS: 2 REB: 1", + "isOnCourt": false, + "AvgPoints": "2", + "AvgAssist": "0.0", + "AvgBlocks": "0.0", + "AvgDefRebound": "1", + "AvgOffRebound": "0.0", + "AvgRebound": "1", + "AvgSteal": "0.0", + "AvgTurnover": "0.0", + "AvgFoul": "2", + "AvgOpponentFoul": "0.0", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "09:28", + "Shot1Percent": "0.0%", + "Shot2Percent": "50.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "25.0%", + "TPoints": 2, + "TShots1": "0/0", + "TShots2": "1/2", + "TShots3": "0/2", + "TShots23": "1/4", + "TShot1Percent": "0.0%", + "TShot2Percent": "50.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "25.0%", + "TAssist": 0, + "TBlocks": 0, + "TDefRebound": 1, + "TOffRebound": 0, + "TRebound": 1, + "TSteal": 0, + "TTurnover": 0, + "TFoul": 2, + "TOpponentFoul": 0, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "09:28", + "TGameCount": 1, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "1/2", + "CareerTShots3": "0/3", + "CareerTShots23": "1/5", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "50.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "20.0%", + "CareerTPoints": 2, + "CareerTAssist": 0, + "CareerTBlocks": 0, + "CareerTDefRebound": 1, + "CareerTOffRebound": 0, + "CareerTRebound": 1, + "CareerTSteal": 0, + "CareerTTurnover": 1, + "CareerTFoul": 2, + "CareerTOpponentFoul": 0, + "CareerTPlusMinus": 0, + "CareerTDunk": 0, + "CareerTPlayedTime": "19:39", + "CareerTGameCount": 5, "CareerTStartCount": 0, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 102694, + "id": 53012, + "num": "55", + "startRole": "Player", + "role": "Shooting guard", + "roleShort": "SG", + "NameGFX": "Sergey Zotkin", + "captain": false, + "age": 22, + "height": "192 cm", + "weight": "82 kg", + "isStart": false, + "isOn": "", + "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", + "pts": 0, + "pt-2": "0/3", + "pt-3": "0/1", + "pt-1": "0/0", + "fg": "0/4", + "ast": 2, + "stl": 0, + "blk": 0, + "blkVic": 1, + "dreb": 0, + "oreb": 0, + "reb": 0, + "to": 0, + "foul": 1, + "foulT": 0, + "foulD": 0, + "foulC": 0, + "foulB": 0, + "fouled": 1, + "plusMinus": -13, + "dunk": 0, + "kpi": -2, + "time": "8:34", + "pts1q": 0, + "pts2q": 0, + "pts3q": 0, + "pts4q": 0, + "pts1h": 0, + "pts2h": 0, + "Name1GFX": "Sergey", + "Name2GFX": "Zotkin", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/55.png", + "season": "GAMES: 4 MINUTES: 10:47 PTS: 1.0 REB: 1.0 AST: 1.2", + "isOnCourt": false, + "AvgPoints": "1.0", + "AvgAssist": "1.2", + "AvgBlocks": "0.5", + "AvgDefRebound": "0.8", + "AvgOffRebound": "0.2", + "AvgRebound": "1.0", + "AvgSteal": "0.2", + "AvgTurnover": "1.2", + "AvgFoul": "2.5", + "AvgOpponentFoul": "0.5", + "AvgPlusMinus": null, + "AvgDunk": "0.0", + "AvgKPI": "0.0", + "AvgPlayedTime": "10:47", + "Shot1Percent": "0.0%", + "Shot2Percent": "25.0%", + "Shot3Percent": "0.0%", + "Shot23Percent": "18.2%", + "TPoints": 4, + "TShots1": "0/0", + "TShots2": "2/8", + "TShots3": "0/3", + "TShots23": "2/11", + "TShot1Percent": "0.0%", + "TShot2Percent": "25.0%", + "TShot3Percent": "0.0%", + "TShot23Percent": "18.2%", + "TAssist": 5, + "TBlocks": 2, + "TDefRebound": 3, + "TOffRebound": 1, + "TRebound": 4, + "TSteal": 1, + "TTurnover": 5, + "TFoul": 10, + "TOpponentFoul": 2, + "TPlusMinus": 0, + "TDunk": 0, + "TKPI": 0, + "TPlayedTime": "43:09", + "TGameCount": 4, + "TStartCount": 0, + "CareerTShots1": "45/51", + "CareerTShots2": "56/143", + "CareerTShots3": "35/113", + "CareerTShots23": "91/256", + "CareerTShot1Percent": "88.2%", + "CareerTShot2Percent": "39.2%", + "CareerTShot3Percent": "31.0%", + "CareerTShot23Percent": "35.5%", + "CareerTPoints": 262, + "CareerTAssist": 159, + "CareerTBlocks": 3, + "CareerTDefRebound": 75, + "CareerTOffRebound": 19, + "CareerTRebound": 94, + "CareerTSteal": 38, + "CareerTTurnover": 111, + "CareerTFoul": 172, + "CareerTOpponentFoul": 77, + "CareerTPlusMinus": 0, + "CareerTDunk": 3, + "CareerTPlayedTime": "1005:09", + "CareerTGameCount": 80, + "CareerTStartCount": 9, + "HeadCoachStatsCareer": "", + "HeadCoachStatsTeam": "" + }, + { + "id": 54206, "num": "3", "startRole": "Player", - "role": "Power forward", - "roleShort": "PF", - "NameGFX": "Lev Svinin", + "role": "Guard", + "roleShort": "G", + "NameGFX": "Semen Burinskiy", "captain": false, - "age": 18, - "height": "206 cm", - "weight": "89 kg", + "age": 20, + "height": "182 cm", + "weight": "75 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -1076,100 +1192,100 @@ "foulC": 0, "foulB": 0, "fouled": 0, - "plusMinus": -1, + "plusMinus": -6, "dunk": 0, "kpi": 0, - "time": "3:49", + "time": "1:15", "pts1q": 0, "pts2q": 0, "pts3q": 0, "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Lev", - "Name2GFX": "Svinin", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\3.png", - "season": "GAMES: 3 MINUTES: 09:15 PTS: 1.0 REB: 1.0", + "Name1GFX": "Semen", + "Name2GFX": "Burinskiy", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/3.png", + "season": "GAMES: 3 MINUTES: 02:48", "isOnCourt": false, - "AvgPoints": "1.0", + "AvgPoints": "0.0", "AvgAssist": "0.3", "AvgBlocks": "0.0", - "AvgDefRebound": "1.0", + "AvgDefRebound": "0.0", "AvgOffRebound": "0.0", - "AvgRebound": "1.0", + "AvgRebound": "0.0", "AvgSteal": "0.3", "AvgTurnover": "0.0", "AvgFoul": "1.0", - "AvgOpponentFoul": "0.7", + "AvgOpponentFoul": "0.0", "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "09:15", - "Shot1Percent": "75.0%", + "AvgPlayedTime": "02:48", + "Shot1Percent": "0.0%", "Shot2Percent": "0.0%", "Shot3Percent": "0.0%", "Shot23Percent": "0.0%", - "TPoints": 3, - "TShots1": "3/4", + "TPoints": 0, + "TShots1": "0/0", "TShots2": "0/1", - "TShots3": "0/4", - "TShots23": "0/5", - "TShot1Percent": "75.0%", + "TShots3": "0/0", + "TShots23": "0/0", + "TShot1Percent": "0.0%", "TShot2Percent": "0.0%", "TShot3Percent": "0.0%", "TShot23Percent": "0.0%", "TAssist": 1, "TBlocks": 0, - "TDefRebound": 3, + "TDefRebound": 0, "TOffRebound": 0, - "TRebound": 3, + "TRebound": 0, "TSteal": 1, "TTurnover": 0, "TFoul": 3, - "TOpponentFoul": 2, + "TOpponentFoul": 0, "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "27:46", + "TPlayedTime": "08:24", "TGameCount": 3, - "TStartCount": 1, - "CareerTShots1": "11/14", - "CareerTShots2": "20/29", - "CareerTShots3": "9/40", - "CareerTShots23": "29/69", - "CareerTShot1Percent": "78.6%", - "CareerTShot2Percent": "69.0%", - "CareerTShot3Percent": "22.5%", - "CareerTShot23Percent": "42.0%", - "CareerTPoints": 78, - "CareerTAssist": 15, - "CareerTBlocks": 5, - "CareerTDefRebound": 18, - "CareerTOffRebound": 27, - "CareerTRebound": 45, - "CareerTSteal": 11, - "CareerTTurnover": 13, - "CareerTFoul": 48, - "CareerTOpponentFoul": 12, + "TStartCount": 0, + "CareerTShots1": "0/0", + "CareerTShots2": "0/1", + "CareerTShots3": "0/0", + "CareerTShots23": "0/0", + "CareerTShot1Percent": "0.0%", + "CareerTShot2Percent": "0.0%", + "CareerTShot3Percent": "0.0%", + "CareerTShot23Percent": "0.0%", + "CareerTPoints": 0, + "CareerTAssist": 1, + "CareerTBlocks": 0, + "CareerTDefRebound": 0, + "CareerTOffRebound": 0, + "CareerTRebound": 0, + "CareerTSteal": 1, + "CareerTTurnover": 0, + "CareerTFoul": 3, + "CareerTOpponentFoul": 0, "CareerTPlusMinus": 0, - "CareerTDunk": 3, - "CareerTPlayedTime": "350:37", - "CareerTGameCount": 43, - "CareerTStartCount": 3, + "CareerTDunk": 0, + "CareerTPlayedTime": "08:24", + "CareerTGameCount": 3, + "CareerTStartCount": 0, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" }, { - "id": 57610, - "num": "18", + "id": 41495, + "num": "8", "startRole": "Player", "role": "Small forward", "roleShort": "SF", - "NameGFX": "Mikhail Stafeev", + "NameGFX": "Sergey Grishaev", "captain": false, - "age": 20, - "height": "202 cm", - "weight": "102 kg", + "age": 22, + "height": "208 cm", + "weight": "99 kg", "isStart": false, "isOn": "", "flag": "https://flagicons.lipis.dev/flags/4x3/ru.svg", @@ -1202,10 +1318,10 @@ "pts4q": 0, "pts1h": 0, "pts2h": 0, - "Name1GFX": "Mikhail", - "Name2GFX": "Stafeev", - "photoGFX": "D:\\Photos\\vtb\\BETCITY PARMA\\18.png", - "season": "GAMES: 0 MINUTES:", + "Name1GFX": "Sergey", + "Name2GFX": "Grishaev", + "photoGFX": "D:\\Photos/vtb/Pari Nizhny Novgorod/8.png", + "season": "GAMES: 1 MINUTES: 03:55", "isOnCourt": false, "AvgPoints": "0.0", "AvgAssist": "0.0", @@ -1220,7 +1336,7 @@ "AvgPlusMinus": null, "AvgDunk": "0.0", "AvgKPI": "0.0", - "AvgPlayedTime": "0:00", + "AvgPlayedTime": "03:55", "Shot1Percent": "0.0%", "Shot2Percent": "0.0%", "Shot3Percent": "0.0%", @@ -1228,7 +1344,7 @@ "TPoints": 0, "TShots1": "0/0", "TShots2": "0/0", - "TShots3": "0/0", + "TShots3": "0/1", "TShots23": "0/0", "TShot1Percent": "0.0%", "TShot2Percent": "0.0%", @@ -1246,12 +1362,12 @@ "TPlusMinus": 0, "TDunk": 0, "TKPI": 0, - "TPlayedTime": "", - "TGameCount": 0, + "TPlayedTime": "03:55", + "TGameCount": 1, "TStartCount": 0, "CareerTShots1": "0/0", "CareerTShots2": "0/0", - "CareerTShots3": "0/0", + "CareerTShots3": "0/1", "CareerTShots23": "0/0", "CareerTShot1Percent": "0.0%", "CareerTShot2Percent": "0.0%", @@ -1269,126 +1385,10 @@ "CareerTOpponentFoul": 0, "CareerTPlusMinus": 0, "CareerTDunk": 0, - "CareerTPlayedTime": "00:00", - "CareerTGameCount": 0, + "CareerTPlayedTime": "03:55", + "CareerTGameCount": 1, "CareerTStartCount": 0, "HeadCoachStatsCareer": "", "HeadCoachStatsTeam": "" - }, - { - "id": 0, - "num": "", - "startRole": "", - "role": "", - "roleShort": "", - "NameGFX": "", - "captain": false, - "age": 0, - "height": 0, - "weight": 0, - "isStart": false, - "isOn": "", - "flag": "", - "pts": "", - "pt-2": "", - "pt-3": "", - "pt-1": "", - "fg": "", - "ast": 0, - "stl": 0, - "blk": 0, - "blkVic": 0, - "dreb": 0, - "oreb": 0, - "reb": 0, - "to": 0, - "foul": "", - "foulT": 0, - "foulD": 0, - "foulC": 0, - "foulB": 0, - "fouled": 0, - "plusMinus": 0, - "dunk": 0, - "kpi": 0, - "time": "", - "pts1q": "", - "pts2q": "", - "pts3q": "", - "pts4q": "", - "pts1h": "", - "pts2h": "", - "Name1GFX": "", - "Name2GFX": "", - "photoGFX": "", - "season": "", - "isOnCourt": false, - "AvgPoints": "", - "AvgAssist": "", - "AvgBlocks": "", - "AvgDefRebound": "", - "AvgOffRebound": "", - "AvgRebound": "", - "AvgSteal": "", - "AvgTurnover": "", - "AvgFoul": "", - "AvgOpponentFoul": "", - "AvgPlusMinus": "", - "AvgDunk": "", - "AvgKPI": "", - "AvgPlayedTime": "", - "Shot1Percent": "", - "Shot2Percent": "", - "Shot3Percent": "", - "Shot23Percent": "", - "TPoints": "", - "TShots1": "", - "TShots2": "", - "TShots3": "", - "TShots23": "", - "TShot1Percent": "", - "TShot2Percent": "", - "TShot3Percent": "", - "TShot23Percent": "", - "TAssist": "", - "TBlocks": "", - "TDefRebound": "", - "TOffRebound": "", - "TRebound": "", - "TSteal": "", - "TTurnover": "", - "TFoul": "", - "TOpponentFoul": "", - "TPlusMinus": "", - "TDunk": "", - "TKPI": "", - "TPlayedTime": "", - "TGameCount": "", - "TStartCount": "", - "CareerTShots1": "", - "CareerTShots2": "", - "CareerTShots3": "", - "CareerTShots23": "", - "CareerTShot1Percent": "", - "CareerTShot2Percent": "", - "CareerTShot3Percent": "", - "CareerTShot23Percent": "", - "CareerTPoints": "", - "CareerTAssist": "", - "CareerTBlocks": "", - "CareerTDefRebound": "", - "CareerTOffRebound": "", - "CareerTRebound": "", - "CareerTSteal": "", - "CareerTTurnover": "", - "CareerTFoul": "", - "CareerTOpponentFoul": "", - "CareerTPlusMinus": "", - "CareerTDunk": "", - "CareerTPlayedTime": "", - "CareerTGameCount": "", - "CareerTStartCount": "", - "HeadCoachStatsCareer": "", - "HeadCoachStatsTeam": "" } ] \ No newline at end of file