Provides detailed information for a given season, including participating teams and league structure.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Data Points
<Accordion title="Category & Sport" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `country_code` | `season` - `category` | String | Country code for a competition category |
| `id` | `season` - `category` | String | Unique category ID for a competition<br /><br />ex. `sr:category:104` (International) |
| `name` | `season` - `category` | String | Name for a competition category<br /><br />ex. `PDC European Tour - Belgian Darts Open` |
| `id` | `season` - `sport` | String | Unique sport ID for a competitor<br /><br />ex. `sr:sport:22` |
| `name` | `season` - `sport` | String | Name for a competitor's sport<br /><br />ex. `Darts` |
</Accordion>
<Accordion title="Competition" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `gender` | `season` - `competition` | String | Gender for a competition<br /><br />ex. `men`, `women`, `mixed` |
| `id` | `season` - `competition` | String | Unique ID for a competition<br /><br />ex. `sr:competition:751` (World Grand Prix) |
| `name` | `season` - `competition` | String | Name of a competition<br /><br />ex. `World Grand Prix` |
| `parent_id` | `season` - `competition` | String | Unique parent ID for a competition.<br /><br />ex. `sr:competition:1050` is used to group all PDC European Tour competitions. |
</Accordion>
<Accordion title="Groups" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `id` | `stage` - `groups` - `group` | String | Unique ID for a stage or season's group<br /><br />ex. `sr:cup:161589` (PDC European Tour - Belgian Darts Open 2024) |
| `max_rounds` | `stage` - `groups` - `group` | Integer | Maximum number of rounds for a stage or season |
| `name` | `stage` - `groups` - `group` | String | Name of a stage or season's group<br /><br />ex. `Group A` |
| `group_name` | `stage` - `groups` - `group` | String | Abbreviated name of a stage or season's group<br /><br />ex. `A` |
</Accordion>
<Accordion title="Season Info" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `competition_status` | `season` - `info` | String | Status of a competition<br><br>*Data point not currently in use* |
| `venue_reduced_capacity` | `season` - `info` | Boolean | Signifies venues within this competition have a reduced capacity when `true` |
| `venue_reduced_capacity_max` | `season` - `info` | Integer | Maximum capacity for a venue |
</Accordion>
<Accordion title="Season" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `competition_id` | `season` | String | Unique ID for the competition a season belongs to<br /><br />ex. `sr:competition:31619` (PDC European Tour) |
| `disabled` | `season` | Boolean | Signifies a season has been disabled when `true` |
| `end_date` | `season` | Date | End date of a season<br /><br />ex. `2024-03-10` |
| `id` | `season` | String | Unique ID for a season<br /><br />ex. `sr:season:116137` |
| `name` | `season` | String | Name of a season<br /><br />ex. `PDC European Tour - Belgian Darts Open 2024` |
| `start_date` | `season` | Date | Start date of a season<br /><br />ex. `2024-03-08` |
| `year` | `season` | String | Year of a season<br /><br />ex. `24/25` or `2025` |
</Accordion>
<Accordion title="Stages" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `end_date` | `stage` | Date | End date of a season or stage<br><br>ex. `2024-07-14` |
| `order` | `stage` | Integer | Order of a stage within a season |
| `phase` | `stage` | String | Name of a season or stage<br><br>ex. `playoffs`, `regular season`, `stage_1`<br><br>See the **enum_phase** entry in our [Darts OpenAPI](https://api.sportradar.com/darts/trial/v2/openapi/swagger/index.html) spec for a complete list of valid `phase` enum values |
| `start_date` | `stage` | Date | Start date of a season or stage<br><br>ex. `2024-06-24` |
| `type` | `stage` | String | Type of a season or stage<br><br>`cup`, `league` |
| `year` | `stage` | String | Year of a season or stage<br><br>ex. `23/24` or `2024` |
</Accordion>
<Accordion title="Competitor" icon="fa-light fa-bullseye-arrow">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `abbreviation` | `competitors` - `competitor` | String | Abbreviation for a competitor name (singles or doubles)<br /><br />ex. `CRO` (Cross, Rob) |
| `id` | `competitors` - `competitor` | String | Unique ID for a competitor<br /><br />ex. `sr:competitor:245555` |
| `name` | `competitors` - `competitor` | String | Name for a competitor (singles or doubles)<br /><br />ex. `Cross, Rob` |
</Accordion>
