NHL API - Hockey Statistics avatar

NHL API - Hockey Statistics

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NHL API - Hockey Statistics

NHL API - Hockey Statistics

Access NHL hockey statistics, schedules, standings, player stats & game results. Historical data & live updates for sports betting & analytics applications.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

3 days ago

Last modified

Share

NHL API

Fetch NHL hockey data including teams, players, schedules, standings, and game statistics from the official NHL API.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "standings",
"leaderCategory": "points"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"standings"Yes*What data to fetch
teamIdstring-NoNHL team ID or abbreviation (e.g., 'TOR' for Toronto, 'BOS' for Boston). Required for team_roster and team_schedule.
playerIdinteger-NoNHL player ID for player_stats task
gameIdinteger-NoNHL game ID for game_boxscore task
seasonstring-NoSeason in format YYYYYYYY (e.g., 20232024 for 2023-24 season). Defaults to current season.
datestring-NoDate for schedule (YYYY-MM-DD format). Defaults to today.
leaderCategorystring"points"NoCategory for leaders (goals, assists, points, wins, gaa, savePct)
demoModebooleantrueNoReturn sample data without making API calls
webhookUrlstring-NoURL to receive results via POST request (Zapier, Make, n8n, or custom endpoint)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
NHL Teams ListFetch all NHL teams with basic info (name, abbreviation, division, conference)$0.01
Team RosterGet complete roster for a team including player positions, numbers, and basic stats$0.01
Team ScheduleFetch team's upcoming and past games with scores and opponents$0.01
League StandingsCurrent NHL standings by division and conference with points, wins, losses$0.01
Player StatisticsDetailed player stats including goals, assists, points, plus/minus, TOI$0.02
Game BoxscoreComplete game boxscore with player stats, period scores, shots, penalties$0.02
League ScheduleFull NHL schedule for a date range with game times and broadcasts$0.01
Stat LeadersLeague leaders in goals, assists, points, saves, GAA, and other categories$0.02
Fantasy ProjectionsPlayer fantasy projections for DraftKings/FanDuel with projected points$0.03
Betting OddsGame betting lines including moneyline, puck line, totals from multiple sportsbooks$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal