get https://api.sportradar.com/nascar-3/series/list.
NASCAR Seasons provides a list of all available seasons within each race series.
<Callout icon="⏱️" theme="default">
### Update Frequency
120s Time To Live / Cache
</Callout>
***
<br />
<html>
<head>
<style>
.smallfont a {
font-size: 95%
}
div.smallfont {
font-size: 82%;
}
</style>
</head>
<body>
## Data Points
<details>
<summary><b><u>Series & Events:</u></b></summary>
<div class="smallfont">
| Attribute | Parent Element | Type | Description |
| ------------ | ------------------- | ------ | ----------------------------------------------------------------------------------------- |
| `end_date` | `series` - `season` | Date | End date of a season<br>ex. `2024-11-08` |
| `id` | `series` - `season` | GUID | Unique ID of a season<br>ex. `81d2010a-8a5d-4e69-b2ec-cc21c3f988ce` |
| `start_date` | `series` - `season` | Date | Start date of a season<br>ex. `2024-02-16` |
| `status` | `series` - `season` | String | Status of a season<br>`closed`, `inprogress`, `scheduled` |
| `year` | `series` - `season` | String | Year of a season |
| `alias` | `series` | String | Abbreviation for a NASCAR series<br>ex. `CUP` or `TRUCK` |
| `id` | `series` | GUID | Unique ID of a series<br>ex. `3e32047e-4ff3-4e35-a607-1546a2c32214` |
| `name` | `series` | String | Name of a NASCAR series<br>ex. `NASCAR Cup Series` or `NASCAR Camping World Truck Series` |
</div>
</details>
</body>
</html>