Darts API
The Darts API offers real-time and historical data from major darts competitions around the world. Get access to live match scores, player profiles, head-to-head stats, fixtures, results, and event standings—all delivered via fast and structured RESTful endpoints. This API is perfect for developers and businesses building apps for darts score tracking, fantasy sports, sports betting, and…
Darts API endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
List of Competitions /competitions/3503 |
You will receive latest Darts competitions. |
| GET |
List of Events /event/3503/{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/3503/{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/3503 |
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… |
Darts API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $200 / month | — |
|
| ULTRA Recommended | $279 / month | — |
|
| MEGA | $399 / month | — |
|