Ice Hockey API
The Ice Hockey API delivers fast, accurate, and real-time hockey data from top-tier competitions like the NHL, KHL, SHL, and international championships. Get access to live match scores, player statistics, team data, fixtures, results, and league standings — all through simple, developer-friendly RESTful endpoints. Designed for fantasy sports platforms, betting apps, score trackers, and sports…
Ice Hockey API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
List of Competitions /competitions/7524 |
You will receive latest Ice Hockey competitions. |
| GET |
List of Events /event/7524/{competitionId} |
Based on competition ID, You can fetch the current avaialble events. Once you fetched the events you are ready to work with odds. In event response you will also receives… |
| GET |
List of Event Market /markets/7524/{eventId} |
Based on event ID, You can fetch the current avaialble Markets. Once you fetched the Markets you are ready to work with odds. In Market response you will also receives available… |
| POST |
Market Book Odds /listMarketBook/7524 |
To get the match odds for live events, you need to pass a payload containing 10 items, each with a market ID. In return, you'll receive odds data for each item. Match odds are… |
Ice Hockey API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $200 / month | — |
|
| ULTRA Recommended | $279 / month | — |
|
| MEGA | $399 / month | — |
|