Sportradar Handball v2

Number of APIs: 36

Sportradar's Handball API v2 provides real-time scoring, in-depth match statistics (when available), and an array of supplementary data. Over 80 leagues are covered and included in one package.

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 complimentary stats, including:

  • Live Standings
  • Player profiles
  • Team profiles
  • Historical results
  • Seasonal statistics
  • Match win probabilities

Real-time customers are also offered two delivery Push Feeds to enhance speed.

An extended Probabilities package is also offered. This add-on includes in-game probability updates and season outrights.

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. Sport Events Created GET {{baseUrl}}/:locale/sport_events/created.{{format}}?offset=0&start=5&limit=5

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

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

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

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

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

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

  8. Competitor vs Competitor GET {{baseUrl}}/:locale/competitors/:urn_competitor/versus/:urn_competitor2/summaries.{{format}}

  9. Live Summaries GET {{baseUrl}}/:locale/schedules/live/summaries.{{format}}

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