Introduction
The Indy Lights API provides schedules and post-race results for the entire Indy NXT Series. All data is collected via Sportradar’s expert operators.
Select the Indy Lights package in our Coverage Matrix for events and data offered.
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 complementary stats, including racer profiles.
Authentication is required for all API calls.
Stage Format
The core of this API is built around the concept of stages. For example, an event may contain the following stage types: practice, qualifying, and race. Each of those stages, in turn, have stages. The IDs of each stage are usable in the Stage Summary path to request information about that particular stage.
See the below Stage Types table for all available stage types, their sub-stages, and their definitions.
The best way to start the navigation with the Indy Lights API is the Seasons endpoint. From there, obtain the stage ID for the season required and use that in the Stage Summary as a starting point into the sub-stages.
Stage Types
Stage Type | Information Included | Sub-stages |
---|---|---|
Sportsport sr:stage:500697 | Information about the seasons included. *Note probabilities do not return valid data on this stage. | Indy Lights seasons |
Seasonseason | Contains the season schedule, driver standings and statistics. | Events on the race calendar for that season |
Eventevent | Information about a single event, the competitors, the teams, and the circuit. | Sessions (eg: Practice, Qualifying, Race) |
Practicepractice | Competitors and results of practice such as fastest time etc. | None |
Qualifyingqualifying | Information pertaining to the qualifying stage of the event including conditions, competitors, and overall qualifying results. | Qualifying Parts |
Racerace | Details of the race itself, including the competitors and overall results. | None |
API Map

Endpoint Descriptions
Competitor Merge Mappings - Provides the valid Sportradar Id in cases when two competitors have been merged into one.
Competitor Profile – Provides biographical information for a given driver.
Deleted Stages - Provides all deleted stages within a given season.
Seasons - Provides a complete historical list of available seasons. This is the starting point for the Indy Lights API.
Stage Schedule – Provides the schedule for a given stage.
Stage Summary – Provides schedules and results information based on the stage provided (season, event, practice, qualifying, or race).
Data Retrieval Sample
To find the profile for a given racer:
- Call the Seasons endpoint and find the Stage Id for the current season
- Call the Stage Schedule using the 'season' Stage Id
- Locate the Stage Id which your race competed in
- Call the Stage Summary using the 'race' Stage Id
- Within the results locate the competitor id for your racer
- Call the Competitor Profile endpoint using your racer's competitor id
Integration Links
OpenAPI Spec
Our Indy Lights API is available via OpenAPI. Click below to view and/or download the spec.
Postman Workspace
Our entire Media APIs are available on Postman. Click the link above to be taken directly to our Indy Lights API collection.
Feel free to follow and/or fork any collections to receive updates.
Schema Download
Open the zip file below to access our entire Indy Lights API XSD schema.