get https://api.sportradar.com/indylights//v2/en/sport_events//schedule.
Indy Lights Stage Schedule provides the schedule for a given stage.
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - category | String | Unique category ID for a stage ex. sr:category:1812 (Indy Lights) |
name | stage - category | String | Name for a stage's category ex. Indy Lights |
id | stage - sport | String | Unique sport ID for a stage ex. sr:sport:129 |
name | stage - sport | String | Name for a stage's sport ex. Indy Racing |
Stage:
Stage may be a
sport
,season
,event
,practice
,qualifying
,qualifying_part
,race
,lap
, orsprint_race
Attribute | Parent Element | Type | Description |
---|---|---|---|
description | stage | String | Name of a stage ex. Indy NXT 2024 , Grand Prix of Portland , or Race |
disabled | stage | Boolean | Signifies a stage has been disabled when true |
id | stage | String | Unique ID of a stage ex. sr:stage:1165592 |
scheduled | stage | date-time | Scheduled start time of a stage ex. 2020-09-25T08:00:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a stage ex. 2020-09-27T13:10:00+00:00 |
single_event | stage | Boolean | Signifies a stage is a single event when true |
status | stage | String | Status of a stage. See our Indy Lights FAQ for a list of statuses and their definitionsCancelled , Closed , Complete , Finished , Not Started , Preliminary , Running |
type | stage | String | Stage typesport , season , event , practice , qualifying , qualifying_part , race , lap , sprint_race |
unique_stage_id | stage | String | Unique ID of a parent stage for an event. Can be used to synch the same event across seasons. ex. sr:stage_unique:897 |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
capacity | venue | Integer | Capacity of a venue ex. 400000 |
city | venue | String | City name of a venue ex. Indianapolis |
coordinates | venue | String | Coordinates of a venue ex. 39.798761,-86.233282 |
country | venue | String | Country name of a venue ex. USA |
country_code | venue | String | Country code of a venue ex. USA |
curves_left | venue | Integer | Number of left curves of a venue |
curves_right | venue | Integer | Number of right curves of a venue |
debut | venue | Integer | Debut year of a venue ex. 1909 |
id | venue | String | Unique ID of a venue ex. sr:venue:56718 |
length | venue | Integer | Circuit length of a venue, in kilometers ex. 4023 |
name | venue | String | Name of a venue ex. Indianapolis Motor Speedway Road Course |
timezone | venue | String | Timezone of a venue ex. America/New_York |
url_official | venue | String | Official website of a venue ex. https://www.indianapolismotorspeedway.com/ |