Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

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.

🗝️

Authentication is required for all API calls.

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:

  1. Call the Daily Summaries for the day the sport event takes place and find the Season Id for the chosen sport event.
  2. Make note of the Sport Event Id for the given sport event.
  3. Call the Season Probabilities using the Season Id.
  4. 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 Links

OpenAPI Spec

Our Darts API is available via OpenAPI. Click below to view and/or download the specs.

Darts v2 OpenAPI

Postman Workspace

Our entire Media APIs are available on Postman. Click the link above to be taken directly to our Darts API collection.

Feel free to follow and/or fork any collections to receive updates.

Schema Download

Open the zip file below to access our entire Darts API XSD schema.

Darts v2 Scema