get https://api.sportradar.com/tabletennis//v2//seasons//info.
Provides detailed information for a given season, including participating competitors and league structure.
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | season - category | String | Country code for a season category |
id | season - category | String | Unique category ID for a season ex. sr:category:88 (International) |
name | season - category | String | Name for a season category ex. ATP |
id | season - sport | String | Unique sport ID for a season ex. sr:sport:20 |
name | season - sport | String | Name for a season's sport ex. Table Tennis |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | season - competition | String | Gender for a competition ex. men , women , mixed |
id | season - competition | String | Unique ID for a competition ex. sr:competition:564 (Olympic Tournament) |
name | season - competition | String | Name of a competition ex. Olympic Tournament , Australian Open (WTP), Women Doubles |
parent_id | season - competition | String | Unique parent ID for a competition. ex. sr:competition:2334 is used to group all Australian Open competitions. |
type | season - competition | String | Type of a competition ex. singles , doubles , mixed_doubles |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - groups - group | String | Unique ID for a stage or season's group ex. sr:cup:173473 (ETTU European Championships 2024, XD) |
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 ex. Group A or Olympic Tournament 2024, Preliminary Rounds |
group_name | stage - groups - group | String | Abbreviated name of a stage or season's group ex. A |
Season Info:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_status | season - info | String | Status of a competition 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 |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season | String | Unique ID for the competition a season belongs to ex. sr:competition:564 (Olympic Tournament) |
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:105599 (Olympic Games 2024) |
name | season | String | Name of a season ex. Olympic Games 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 2025 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | stage | Date | End date of a season or stage ex. 2024-07-14 |
order | stage | Integer | Order of a stage within a season |
phase | stage | String | Name of a season or stage ex. ms (men singles), md (men doubles), ws (women singles), wd (women doubles), xd (mixed doubles)See the enum_phase entry in our Table Tennis OpenAPI spec for a complete list of valid phase enum values |
start_date | stage | Date | Start date of a season or stage ex. 2024-06-24 |
type | stage | String | Type of a season or stagecup , league |
year | stage | String | Year of a season or stage ex. 23/24 or 2024 |
Competitor:
Competitors can be a player or a doubles team
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name (singles or doubles) ex. SUN (Sun, Yingsha), G/P (Gardos R / Polcanova S) |
country | competitors - competitor | String | Country of a competitor ex. China |
country_code | competitors - competitor | String | Country code of a competitor ex. CHN |
date_of_birth | competitor - competitor | Date | Date of birth of a competitor ex. 1996-02-28 |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:344054 |
name | competitors - competitor | String | Name for a competitor (singles or doubles) ex. Sun, Yingsha , Gardos R / Polcanova S |
qualifier | competitors - competitor | String | Designation of a competitor for a matchhome , away |
virtual | competitors - competitor | Boolean | Signifies a competitor is virtual when true . Used for placeholder players/teams in TBD vs TBD matchups. |
Player:
Competitors will appear under a
players
node when part of a doubles competition.
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitor - players - player | String | Abbreviation for a player name ex. GAR (Gardos, Robert) |
country | competitor - players - player | String | Country of a competitor ex. China |
country_code | competitor - players - player | String | Country code of a competitor ex. CHN |
date_of_birth | competitor - players - player | Date | Date of birth of a player ex. 1994-07-05 |
id | competitor - players - player | String | Unique ID for a competitor ex. sr:competitor:25084 |
name | competitor - players - player | String | Name for a competitor ex. Gardos, Robert |