NHL Statistics API
The NHL Statistics API provides comprehensive access to current season player performance data, team standings, and injury information. Query detailed statistics for individual skaters and goalies, search players by name or team, get standings filtered by conference or division, and access real-time injury status updates. Use Cases: - Fantasy hockey leagues and tools - Sports analytics platforms…
NHL Statistics API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search for Player ID /search |
Perform a search on the database to find a player. This is useful for for finding id's that can be used later to retrieve statistics. |
| GET |
Get scoring statistics /stats/scoring/{id-or-slug} |
Return all current scoring statistics for a given player. You may use either an ID (which is faster and always correct,) or a slug (which is more human-readable.) ID's can be… |
| GET |
Get goaltending statistics /stats/goaltending/{id-or-slug} |
Retrieve goaltendings statistics |
| GET |
Get scoring statistics (Bulk) /stats/scoring |
Get the scoring statistics for up to 15 skaters. |
| GET |
Get goaltending statistics (Bulk) /stats/goaltending |
Get the goaltending statistics for up to 15 goalies. |
| GET |
Get division standings /standings/{conference}/{division} |
Get the current standings for a given conference and division. |
NHL Statistics API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 100 / hour |
|