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.

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

  2. Competitor Profile GET {{baseUrl}}/:locale/competitors/:competitorId/profile.{{format}}

  3. Deleted Stages GET {{baseUrl}}/:locale/seasons/:stageId/deleted_stages.{{format}}

  4. Seasons GET {{baseUrl}}/:locale/seasons.{{format}}

  5. Stage Probabilities GET {{baseUrl}}/:locale/stage/:stageId/probabilities.{{format}}

  6. Stage Summary GET {{baseUrl}}/:locale/stage/:stageId/summary.{{format}}

  7. Stage Schedule GET {{baseUrl}}/:locale/stage/:stageId/schedule.{{format}}