Introduction
The Darts API provides real-time scoring and statistics (when available) and an array of supplementary data.
All major competitions are covered. Select the Darts package in our Coverage Matrix for competitions and data offered.
The API is consistent in structure, format, and behavior with the other General Sport APIs. Primary feeds will return seasons, competitions, team and player data, and real-time scores.
Additional feeds provide a host of complementary stats, including:
- Competitor profiles
- Rankings
- Standings
- Historical results
- Match win probabilities
Real-time customers are also offered two delivery Push Feeds to enhance speed.
API Map
To best utilize the Darts API, you will need several parameters to create your API calls. The map below illustrates how you can obtain the parameters you need.
The primary feeds require only a date or human-readable parameters to call the endpoints. Those feeds provide Sport Event Ids, Competitor Ids, or Season Ids which can be used to generate the match, team, and tournament feeds.

Data Retrieval Sample
To find the probability of a home team win for a given game:
- Call the Daily Summaries for the day the sport event takes place and find the Season Id for the chosen sport event.
- Make note of the Sport Event Id for the given sport event.
- Call the Season Probabilities using the Season Id.
- Find Sport Event Id within the results locate the home team and the outcome probability
The probability of a home team win is displayed.
The primary feeds require only a date or human-readable parameters to call the endpoints. Those feeds provide Sport Event Ids, Competitor Ids, or Season Ids which can be used to generate the match, team, and tournament feeds.
Integration Resources
OpenAPI Spec
Our Darts API is available via OpenAPI. Click below to view and/or download the specs.
Postman Workspace
Run in PostmanOur full Media API suite—including the Darts collection—lives in our public Postman workspace. Fork or follow any collection to get updates automatically.
![]()
Schema Download
Open the zip file below to access our entire Darts API XSD schema.
MCP Server
The Sportradar Darts MCP Server is a Model Context Protocol (MCP) implementation that bridges AI assistants directly to our Darts API feeds. It allows LLMs to use standardized tools to fetch our sports data, helping to power your applications, assist in coding, and streamlining your integration.
For detailed instructions on how to set up and use this integration, visit our MCP Server documentation.
