The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
COL_seasons <- get_team_seasons(team='COL')
playoff_team_stf_20242025 <- get_team_statistics(
season=20242025,
report='scoretrailfirst',
game_types=c(3)
)
COL_defensemen_20242025 <- get_team_roster(
team='COL',
season=20242025,
player_type='defensemen'
)
regular_COL_goalies_statistics_20242025 <- get_team_roster_statistics(
team='COL',
season=20242025,
game_type=2,
player_type='goalies'
)
COL_defensemen_prospects <- get_team_prospects(
team='COL',
player_type='defensemen'
)
COL_schedule_20242025 <- get_team_schedule(team='COL', season=20242025)
skaters_2000s <- get_skaters(start_season=20002001, end_season=20242025)
regular_skater_shootout_20242025 <- get_skater_statistics(
season=20242025,
report='shootout',
game_types=c(2)
)
playoff_toi_leaders_20242025 <- get_skater_leaders(
season=20242025,
game_type=3,
category='toi'
)
skater_milestones <- get_skater_milestones()
goalies_2000s <- get_goalies(start_season=20002001, end_season=20242025)
playoff_goalie_svr_20242025 <- get_goalie_statistics(
season=20242025,
report='startedVsRelieved',
game_types=c(3)
)
playoff_savePctg_leaders_20242025 <- get_goalie_leaders(
season=20242025,
game_type=3,
category='savePctg'
)
goalie_milestones <- get_goalie_milestones()
scores_2025_01_02 <- get_scores(date='2025-01-02')
boxscore_2024030411_FLA_defensemen <- get_game_boxscore(
game=2024030411,
team='away',
player_type='defense'
)
gc_pbp_2024030411 <- get_gc_play_by_play(game=2024030411)
shift_charts_2024030411 <- get_shift_charts(game=2024030411)
game_story_2024030411 <- get_game_story(game=2024030411)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.