Sportradar Rugby Sevens v3
Number of APIs: 29
Sportradar's Rugby Sevens API v3 provides real-time scoring, in-depth match statistics (when available), and an array of supplementary data. All major competitions are covered and available in three packages: Rugby Union, Rugby League, and Rugby Sevens.
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:
- Player profiles
- Team profiles
- Historical results
- Match statistics for top tier competitions
- Season statistics for top tier competitions
- Match win probabilities
Real-time customers are also offered two delivery Push Feeds to enhance speed.
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.
-
Competition Info GET {{baseUrl}}/:locale/competitions/:urn_competition/info.{{format}}
-
Competition Seasons GET {{baseUrl}}/:locale/competitions/:urn_competition/seasons.{{format}}
-
Competitions GET {{baseUrl}}/:locale/competitions.{{format}}
-
Competitors Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Competitor Profile GET {{baseUrl}}/:locale/competitors/:urn_competitor/profile.{{format}}
-
Competitor Summaries GET {{baseUrl}}/:locale/competitors/:urn_competitor/summaries.{{format}}
-
Daily Summaries GET {{baseUrl}}/:locale/schedules/:urn_date/summaries.{{format}}?offset=0&limit=5
-
Live Summaries GET {{baseUrl}}/:locale/schedules/live/summaries.{{format}}
-
Live Timelines GET {{baseUrl}}/:locale/schedules/live/timelines.{{format}}
-
Live Timelines Delta GET {{baseUrl}}/:locale/schedules/live/timelines_delta.{{format}}