Skip to contents

Wrappers around the NHL Records backend at records.nhl.com/site/api/.... These cover all 442 documented record-keeping endpoints (franchises, players, draft, trophies, awards, attendance, venues, officials, combine). All 25 wrappers route through .nhl_records_api() in helpers_nhl_records.R which standardizes the cayenneExp filtering, sort + limit + start pagination, and the {data: [...], total: N} tabular response shape.

Details

Franchise

FunctionEndpoint familyPurpose
nhl_records_franchise()franchiseFranchise listing
nhl_records_franchise_detail()franchise-detailFranchise details
nhl_records_franchise_totals()franchise-team-totalsAll-time team totals
nhl_records_franchise_team_totals()franchise-team-totalsTeam totals (alt)
nhl_records_franchise_season_results()franchise-season-resultsPer-season results
nhl_records_franchise_playoff_appearances()franchise-playoff-appearancesPlayoff appearances

Player

FunctionEndpoint familyPurpose
nhl_records_player()playerPlayers listing
nhl_records_player_byteam()playerPlayers filtered by team
nhl_records_player_stats()player-statsPlayer stats
nhl_records_skater_real_time_stats_career()skater-real-time-stats/careerCareer real-time skater stats
nhl_records_skater_real_time_stats_season()skater-real-time-stats/seasonSeason real-time skater stats
nhl_records_goalie_career_stats()goalie-career-statsCareer goalie stats
nhl_records_goalie_season_stats()goalie-season-statsSeason goalie stats
nhl_records_goalie_shutout_streak()goalie-shutout-streakGoalie shutout-streak records

Draft

FunctionEndpoint familyPurpose
nhl_records_draft()draftDraft listing
nhl_records_draft_lottery_odds()draft-lottery-oddsLottery odds
nhl_records_draft_lottery_picks()draft-lottery-picksLottery pick results
nhl_records_draft_prospect()draft-prospectDraft-eligible prospects
nhl_records_combine()draft-combineDraft combine measurements

Honors and miscellany

FunctionEndpoint familyPurpose
nhl_records_trophy()trophyTrophy listing
nhl_records_award_details()trophy/{id}Trophy / award winners
nhl_records_hof_players()hof-playerHall of Fame
nhl_records_officials()officialsOn-ice officials
nhl_records_attendance()attendanceAttendance records
nhl_records_venue()venueArena / venue listing