get https://api.sportradar.com/darts//v2//seasons//competitors//statistics.
Returns the team statistics for a given season.
Update Frequency
30s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season - sport | String | Unique sport ID for a season ex. sr:sport:22 |
name | season - sport | String | Name for a season's sport ex. Darts |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season | String | Unique ID for the competition a season belongs to ex. sr:competition:31615 (PDC European Tour) |
disabled | season | Boolean | Signifies a season has been disabled when true |
end_date | season | Date | End date of a season ex. 2025-07-13 |
id | season | String | Unique ID for a season ex. sr:season:116607 (PDC European Tour - Hungarian Darts Trophy 2024) |
name | season | String | Name of a season ex. PDC European Tour - Hungarian Darts Trophy 2024 |
start_date | season | Date | Start date of a season ex. 2025-06-23 |
year | season | String | Year of a season ex. 24/25 or 2024 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitor | String | Abbreviation for a competitor name ex. CRO (Cross, Rob) |
id | competitor | String | Unique ID for a competitor ex. sr:competitor:245555 |
name | competitor | String | Name for a competitor ex. Cross, Rob |
Season Stats (Competitor):
Attribute | Parent Element | Type | Description |
---|---|---|---|
average_3_darts | competitor - statistics | Float | 3-dart average for a competitor in a season. (Total Score / Darts Thrown) * 3 ex. 94.81 |
checkout_percentage | competitor - statistics | Float | Percentage of checkouts achieved for a competitor in a season ex. 46.17 |
checkouts | competitor - statistics | Integer | Number of checkouts for a competitor in a season |
checkouts_100s_plus | competitor - statistics | Integer | Number of checkouts at 100+ for a competitor in a season |
highest_checkout | competitor - statistics | Integer | Highest checkout number for a competitor in a season |
scores_100s_plus | competitor - statistics | Integer | Number of scores at 100+ for a competitor in a season |
scores_140s_plus | competitor - statistics | Integer | Number of scores at 140+ for a competitor in a season |
scores_180s | competitor - statistics | Integer | Number of scores at 180 for a competitor in a season |