Sportradar Formula 1 v2

Number of APIs: 8

The Formula 1 API provides schedules and live coverage for all F1 Championship races. 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, race, or any of the practice or qualifying stages.

Additional feeds provide complimentary stats, including:

  • Racer profiles
  • Team profiles
  • Race and Championship win probabilities

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. Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}

  2. Competitor Profile GET {{baseUrl}}/:locale/competitor/: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 Schedule GET {{baseUrl}}/:locale/stage/:stageId/schedule.{{format}}

  7. Stage Summary GET {{baseUrl}}/:locale/sport_events/:stageId/summary.{{format}}

  8. Team Profile GET {{baseUrl}}/:locale/teams/:competitorId/profile.{{format}}