{{ currentSeasonName }} GoaliesSkaters
Complete roster and statistics for all goaliesplayers across all divisions
GoaliesSkaters and statistics for {{ getDivisionName(selectedDivision) }} division only
GoaliesSkaters and statistics for {{ getTeamName(selectedTeam) }} only
GoaliesPlayers and statistics for {{ getTeamName(selectedTeam) }} ({{ getDivisionName(selectedDivision) }} division)
{{ totalPlayers }}
Total Players
{{ getContextLabel() }}
{{ totalGoals }}
Total Goals
{{ getContextLabel() }}
{{ totalAssists }}
Total Assists
{{ getContextLabel() }}
{{ totalPoints }}
Total Points
{{ getContextLabel() }}
{{ totalPenaltyMinutes }}
Total PIM
{{ getContextLabel() }}
{{ totalGoalies }}
Total Goalies
{{ getContextLabel() }}
{{ totalGoalsAgainst }}
Total Goals Against
{{ getContextLabel() }}
{{ avgGAA }}
Avg GAA
{{ getContextLabel() }}
{{ totalShutouts }}
Total Shutouts
{{ getContextLabel() }}
Player | Team | GP | G | A | PTS | PPG | PIM | WIN% | Division |
---|---|---|---|---|---|---|---|---|---|
{{ getPlayerInitials(player) }} {{ player.name }} {{ team.acronym }}*, |
{{ player.games_played || 0 }} | {{ player.stats.goals }} | {{ player.stats.assists }} | {{ player.stats.points }} | {{ (player.stats.ppg || 0).toFixed(2) }} | {{ player.stats.penalty_minutes || 0 }} | {{ (player.stats.win_percentage || 0).toFixed(1) }}% | {{ getPlayerDivisions(player) }} |
Goalie | Team | GP | GA | W | L | SO | GAA | Division |
---|---|---|---|---|---|---|---|---|
{{ getPlayerInitials(goalie) }} {{ goalie.name }} {{ team.team_acronym }}*, |
{{ goalie.games_played || 0 }} | {{ goalie.stats.goals_against }} | {{ goalie.stats.wins }} | {{ goalie.stats.losses }} | {{ goalie.stats.shutouts }} | {{ (goalie.stats.gaa || 0).toFixed(2) }} | {{ getGoalieDivisions(goalie) }} |
Page {{ currentPage }} of {{ totalPages }} ({{ totalCount }} goaliesplayers)