Sportradar Rally v2
Number of APIs: 7
The Rally API provides schedules and post-race results for the World Rally Championship. All data is collected via Sportradar’s expert operators.
This API uses a descending, stage-based structure. By changing the stage ID, you can retrieve information on a season, event, or race.
Additional feeds provide complimentary stats, including racer profiles and race win probabilities.
To receive trial access, visit this page.
-
Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Competitor Profile GET {{baseUrl}}/:locale/competitors/:competitorId/profile.{{format}}
-
Deleted Stages GET {{baseUrl}}/:locale/seasons/:stageId/deleted_stages.{{format}}
-
Seasons GET {{baseUrl}}/:locale/seasons.{{format}}
-
Stage Probabilities GET {{baseUrl}}/:locale/stage/:stageId/probabilities.{{format}}
-
Stage Summary GET {{baseUrl}}/:locale/stage/:stageId/summary.{{format}}
-
Stage Schedule GET {{baseUrl}}/:locale/stage/:stageId/schedule.{{format}}