NHL API - Hockey Statistics
Pricing
from $0.01 / 1,000 results
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
Actor stats
0
Bookmarked
6
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "standings" | Yes* | What data to fetch |
teamId | string | - | No | NHL team ID or abbreviation (e.g., 'TOR' for Toronto, 'BOS' for Boston). Required for team_roster and team_schedule. |
playerId | integer | - | No | NHL player ID for player_stats task |
gameId | integer | - | No | NHL game ID for game_boxscore task |
season | string | - | No | Season in format YYYYYYYY (e.g., 20232024 for 2023-24 season). Defaults to current season. |
date | string | - | No | Date for schedule (YYYY-MM-DD format). Defaults to today. |
leaderCategory | string | "points" | No | Category for leaders (goals, assists, points, wins, gaa, savePct) |
demoMode | boolean | true | No | Return sample data without making API calls |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| NHL Teams List | Fetch all NHL teams with basic info (name, abbreviation, division, conference) | $0.01 |
| Team Roster | Get complete roster for a team including player positions, numbers, and basic stats | $0.01 |
| Team Schedule | Fetch team's upcoming and past games with scores and opponents | $0.01 |
| League Standings | Current NHL standings by division and conference with points, wins, losses | $0.01 |
| Player Statistics | Detailed player stats including goals, assists, points, plus/minus, TOI | $0.02 |
| Game Boxscore | Complete game boxscore with player stats, period scores, shots, penalties | $0.02 |
| League Schedule | Full NHL schedule for a date range with game times and broadcasts | $0.01 |
| Stat Leaders | League leaders in goals, assists, points, saves, GAA, and other categories | $0.02 |
| Fantasy Projections | Player fantasy projections for DraftKings/FanDuel with projected points | $0.03 |
| Betting Odds | Game 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