27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Андреев Максим #4690

  • Дата рождения: 06.07.1990
  • Возраст: 35
  • Рост: 184
  • Вес: 92
  • Статус: Любитель 2 звезды
Андреев Максим

Заявки

5-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

5-й дивизион

20.10.2025 Легион 68 Нападающий
7-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

7-й дивизион

09.10.2025 Легион 2023 68 Нападающий
Предсезонный 2025, Группа B (6-й дивизион) Турнир Заявлен Команда Номер Амплуа

Предсезонный турнир

Предсезонный 2025, Группа B (6-й дивизион)

02.09.2025 Легион 68 Нападающий
Летний кубок 2025. 7-й дивизион. Плей-офф Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион. Плей-офф

27.08.2025 Легион 2023 68 Защитник
Летний кубок 2025. 6-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 6-й дивизион

03.07.2025 Легион 68 Защитник
Летний кубок 2025. 7-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион

03.07.2025 Легион 2023 68 Защитник

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4690' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
7-й дивизион

7-й дивизион

Регулярное первенство

1 2
ср.2
1
ср.1
1
ср.1
0
ср.0
4
ср.4
Соперники Дата матча О Ш П +/- ШТ
Легион 2023 - Vikings 13 октября 2025 2 1 1 0 4
Летний кубок 2025. 7-й дивизион. Плей-офф

Летний кубок 2025. 7-й дивизион. Плей-офф

Летний кубок 2025

1 2
ср.2
2
ср.2
0
ср.0
0
ср.0
4
ср.4
Соперники Дата матча О Ш П +/- ШТ
Легион 2023 - Royals United 15 сентября 2025 2 2 0 0 4
Предсезонный 2025, Группа B (6-й дивизион)

Предсезонный 2025, Группа B (6-й дивизион)

Предсезонный турнир

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
25
ср.12.5
Соперники Дата матча О Ш П +/- ШТ
Легион - Феникс 2 06 октября 2025 0 0 0 0 0
Легион - Бастион 29 сентября 2025 0 0 0 0 25
Летний кубок 2025. 6-й дивизион

Летний кубок 2025. 6-й дивизион

Летний кубок 2025

7 4
ср.0.6
1
ср.0.1
3
ср.0.4
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион - ИСМ 16 июля 2025 0 0 0 0 0
Авангард Профилерс - Легион 21 июля 2025 0 0 0 0 0
РамбоВ - Легион 29 июля 2025 1 0 1 0 0
Легион - North Stars 04 августа 2025 0 0 0 0 0
Северный человек - Легион 22 августа 2025 1 1 0 0 0
Легион - РамбоВ 27 августа 2025 1 0 1 0 0
Легион - Северный человек 01 сентября 2025 1 0 1 0 0
Летний кубок 2025. 7-й дивизион

Летний кубок 2025. 7-й дивизион

Летний кубок 2025

5 5
ср.1
3
ср.0.6
2
ср.0.4
0
ср.0
2
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Остров 2 - Легион 2023 08 июля 2025 2 1 1 0 0
Сборная СПб РусГидро - Легион 2023 15 июля 2025 0 0 0 0 0
Легион 2023 - Royals United 23 июля 2025 1 0 1 0 0
Легион 2023 - Остров 2 30 июля 2025 1 1 0 0 0
Легион 2023 - Сборная СПб РусГидро 06 августа 2025 1 1 0 0 2
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4690' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
7-й Дивизион

7-й Дивизион

Регулярное первенство

13 1
ср.0.1
1
ср.0.1
0
ср.0
0
ср.0
8
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Легион 2023 - Рать 1703 18 ноября 2024 0 0 0 0 0
Легион 2023 - GT 18 декабря 2024 0 0 0 0 0
Рать 1703 - Легион 2023 26 января 2025 0 0 0 0 0
Max Pro Start - Легион 2023 12 февраля 2025 0 0 0 0 0
Легион 2023 - Vikings 24 февраля 2025 0 0 0 0 0
Легион 2023 - Vikings 24 марта 2025 0 0 0 0 0
Vikings - Легион 2023 31 марта 2025 0 0 0 0 0
Легион 2023 - Vikings 02 апреля 2025 0 0 0 0 0
Vikings - Легион 2023 07 апреля 2025 0 0 0 0 2
Бунтари - Легион 2023 14 апреля 2025 0 0 0 0 0
Легион 2023 - Бунтари 18 апреля 2025 0 0 0 0 2
Бунтари - Легион 2023 21 апреля 2025 0 0 0 0 2
Легион 2023 - Бунтари 23 апреля 2025 1 1 0 0 2
5-й дивизион

5-й дивизион

Регулярное первенство

14 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.1
Соперники Дата матча О Ш П +/- ШТ
Рать - Легион 05 ноября 2024 0 0 0 0 0
Легион - Отрадное 11 ноября 2024 0 0 0 0 0
Остров - Легион 20 ноября 2024 0 0 0 0 0
Остров - Легион 29 января 2025 0 0 0 0 0
Легион - Ржавый якорь 05 февраля 2025 0 0 0 0 0
Легион - Рать 17 февраля 2025 0 0 0 0 0
Легион - Остров 03 марта 2025 0 0 0 0 0
Отрадное - Легион 20 марта 2025 0 0 0 0 0
Легион - Отрадное 26 марта 2025 0 0 0 0 0
Отрадное - Легион 03 апреля 2025 0 0 0 0 2
Легион - Отрадное 09 апреля 2025 0 0 0 0 0
Рать - Легион 15 апреля 2025 0 0 0 0 0
Легион - Рать 16 апреля 2025 0 0 0 0 0
Рать - Легион 29 апреля 2025 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4690' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

Регулярное первенство

6 0
ср.0
0
ср.0
0
ср.0
0
ср.0
4
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Легион - Рать 08 ноября 2023 0 0 0 0 0
Танк - Легион 14 ноября 2023 0 0 0 0 0
Легион - Вымпел Про 22 ноября 2023 0 0 0 0 4
Легион - Прогресс 17 января 2024 0 0 0 0 0
Легион - Танк 07 февраля 2024 0 0 0 0 0
Легион - Royals 3 21 февраля 2024 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
7-й дивизион 7-й дивизион 0 0 0 0
Летний кубок 2025. 7-й дивизион. Плей-офф Летний кубок 2025. 7-й дивизион. Плей-офф 0 0 0 0
Предсезонный 2025, Группа B (6-й дивизион) Предсезонный 2025, Группа B (6-й дивизион) 0 0 0 0
Летний кубок 2025. 6-й дивизион Летний кубок 2025. 6-й дивизион 0 0 0 0
Летний кубок 2025. 7-й дивизион Летний кубок 2025. 7-й дивизион 0 0 0 0
Сезон 2024-2025 И
7-й Дивизион 7-й Дивизион 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2023-2024 И
5-й дивизион 5-й дивизион 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в