Sportradar Darts v2

Number of APIs: 26

Sportradar's Darts API v2 provides real-time match updates and a database of supplementary statistics.

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.

The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.

To receive trial access, visit this page.

  1. Competition Info GET {{baseUrl}}/:locale/competitions/:urn_competition/info.{{format}}

  2. Competition Seasons GET {{baseUrl}}/:locale/competitions/:urn_competition/seasons.{{format}}

  3. Competitions GET {{baseUrl}}/:locale/competitions.{{format}}

  4. Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}

  5. Competitor Profile GET {{baseUrl}}/:locale/competitors/:urn_competitor/profile.{{format}}

  6. Competitor Summaries GET {{baseUrl}}/:locale/competitors/:urn_competitor/summaries.{{format}}

  7. Daily Summaries GET {{baseUrl}}/:locale/schedules/:urn_date/summaries.{{format}}?offset=0&limit=5

  8. Head to Heads GET {{baseUrl}}/:locale/competitors/:urn_competitor/versus/:urn_competitor2/summaries.{{format}}

  9. Live Timelines GET {{baseUrl}}/:locale/schedules/live/timelines.{{format}}

  10. Live Timelines Delta GET {{baseUrl}}/:locale/schedules/live/timelines_delta.{{format}}