Sportradar IndyCar v2
Number of APIs: 7
Sportradar's IndyCar API v2 provides schedules and post-race results for the entire IndyCar Series. 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 and race 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.
-
Seasons GET {{baseUrl}}/:locale/seasons.{{format}}
-
Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Competitor Profile GET {{baseUrl}}/:locale/competitors/:competitor_id/profile.{{format}}
-
Deleted Stages GET {{baseUrl}}/:locale/seasons/:stage_id/deleted_stages.{{format}}
-
Stage Probabilities GET {{baseUrl}}/:locale/sport_events/:stage_id/probabilities.{{format}}
-
Stage Schedule GET {{baseUrl}}/:locale/sport_events/:stage_id/schedule.{{format}}
-
Stage Summary GET {{baseUrl}}/:locale/sport_events/:stage_id/summary.{{format}}