All URIs are relative to https://members-ng.iracing.com
| Method | HTTP request | Description |
|---|---|---|
| get_season_list | GET /data/season/list | |
| get_season_race_guide | GET /data/season/race_guide | |
| get_season_spectator_subsession_ids | GET /data/season/spectator_subsessionids | |
| get_season_spectator_subsession_ids_detail | GET /data/season/spectator_subsessionids_detail |
models::IracingApiResponse get_season_list(season_year, season_quarter)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| season_year | f64 | [required] | ||
| season_quarter | f64 | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IracingApiResponse get_season_race_guide(from, include_end_after_from)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| from | Option<String> | ISO-8601 offset format. Defaults to the current time. Include sessions with start times up to 3 hours after this time. Times in the past will be rewritten to the current time. | ||
| include_end_after_from | Option<bool> | Include sessions which start before 'from' but end after. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IracingApiResponse get_season_spectator_subsession_ids(event_types)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| event_types | Option<Vecmodels::IracingEventType> | Types of events to include in the search. Defaults to all. ?event_types=2,3,4,5 |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::IracingApiResponse get_season_spectator_subsession_ids_detail(event_types, season_ids)
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| event_types | Option<Vecmodels::IracingEventType> | Types of events to include in the search. Defaults to all. ?event_types=2,3,4,5 | ||
| season_ids | Option<Vec> | Seasons to include in the search. Defaults to all. ?season_ids=513,937 |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]