Sportradar Table Tennis v2

Number of APIs: 24

Sportradar's Table Tennis 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, 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. 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. Competitor vs Competitor GET {{baseUrl}}/:locale/competitors/:urn_competitor/versus/:urn_competitor2/summaries.{{format}}

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

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

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