Basketball API
The Basketball API delivers fast, reliable, and real-time basketball data across global leagues, including the NBA, EuroLeague, NCAA, and international tournaments. Access live scores, player stats, game results, fixtures, team info, and standings through secure, developer-friendly RESTful endpoints. Whether you're building a fantasy basketball app, betting platform, sports news site, or live…
Basketball API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
List of Competitions /competitions/7522 |
You will receive latest Basketball competitions. |
| GET |
List of Events /event/7522/{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/7522/{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 |
Event Odds /api/event-odds |
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… |
Basketball API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $200 / month | — |
|
| ULTRA Recommended | $279 / month | — |
|
| MEGA | $399 / month | — |
|