Sportradar Badminton v2

Number of APIs: 19

Sportradar's Badminton API v2 provides real-time match updates and a database of supplementary statistics. Data is collected via Sportradar on-venue scouts and in-house operators.

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.

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. Seasons GET {{baseUrl}}/{{locale}}.{{format}}

  2. Season Links GET {{baseUrl}}/:locale/seasons/:urn_season/stages_groups_cup_rounds.{{format}}

  3. Sport Events Created GET {{baseUrl}}/:locale/sport_events/created.{{format}}?offset=0&start=5&limit=5

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

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

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

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

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

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

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