get https://api.sportradar.com/handball//v2//seasons//competitors//statistics.
Provides team and player seasonal statistics for a given team and season.
Update Frequency
30s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | season - category | String | Country code for a season's category ex. DEU (Germany) |
id | season - category | String | Unique category ID for a season ex. sr:category:53 |
name | season - category | String | Name for a season's category ex. Germany |
id | season - sport | String | Unique sport ID for a season ex. sr:sport:6 |
name | season - sport | String | Name for a season's sport ex. Handball |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season_competitor_statistics - season | String | Unique ID for the competition a season belongs to ex. sr:competition:157 (Handboldligaen) |
disabled | season_competitor_statistics - season | Boolean | Signifies a season has been disabled when true |
end_date | season_competitor_statistics - season | Date | End date of a season ex. 2024-06-01 |
id | season_competitor_statistics - season | String | Unique ID for a season ex. sr:season:107569 (Handboldligaen 23/24) |
name | season_competitor_statistics - season | String | Name of a season ex. Handboldligaen 23/24 |
start_date | season_competitor_statistics - season | Date | Start date of a season ex. 2023-09-01 |
year | season_competitor_statistics - season | String | Year of a season ex. 23/24 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitor | String | Abbreviation for a competitor name ex. RNL (Rhein-Neckar Lowen) |
age_group | competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitor | String | Country of a competitor ex. Germany |
country_code | competitor | String | Country code of a competitor ex. DEU (Germany) |
gender | competitor | String | Gender for a competitormale , female |
id | competitor | String | Unique ID for a competitor ex. sr:competitor:4004 (Rhein-Neckar Lowen) |
name | competitor | String | Name for a competitor ex. Rhein-Neckar Lowen |
qualifier | competitor | String | Designation of a competitor for a seasonhome , away |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | statistics - competitor - player | String | Unique ID of a player ex. sr:player:119027 |
name | statistics - competitor - player | String | Name of a player ex. Vortmann, Jens |
Season Stats (Team):
Attribute | Parent Element | Type | Description |
---|---|---|---|
blocks | statistics | Integer | Team blocks for a season |
field_goals | statistics | Integer | Team blocks for a season |
goals_conceded | statistics | Integer | Team goals conceded for a season |
goals_scored | statistics | Integer | Total team goals scored for a season |
red_cards | statistics | Integer | Total team red cards for a season |
saves | statistics | Integer | Total team saves for a season |
seven_m_goals | statistics | Integer | Total team 7-meter goals for a season |
shooting_accuracy | statistics | Float | Team shooting accuracy percentage for a season ex. 71.7 |
steals | statistics | Integer | Total team steals for a season |
suspensions | statistics | Integer | Total team suspensions for a season |
technical_fouls | statistics | Integer | Total team technical fouls for a season |
yellow_cards | statistics | Integer | Total team yellow cards for a season |
Season Stats (Player):
Attribute | Parent Element | Type | Description |
---|---|---|---|
assists | player - statistics | Integer | Player assists for a season |
blocks | player - statistics | Integer | Player blocks for a season |
field_goals | player - statistics | Integer | Player field goals for a season |
games_played | player - statistics | Integer | Player games played for a season |
goals_conceded | player - statistics | Integer | Player goals conceded for a season |
goals_scored | player - statistics | Integer | Player goals scored for a season |
red_cards | player - statistics | Integer | Player red cards for a season |
seven_m_goals | player - statistics | Integer | Player 7-meter goals scored for a season |
save_accuracy | statistics | Float | Player save accuracy percentage for a season ex. 31.7 |
saves | player - statistics | Integer | Player saves for a season |
steals | player - statistics | Integer | Player steals for a season |
suspensions | player - statistics | Integer | Player suspensions for a season |
technical_fouls | player - statistics | Integer | Player technical fouls for a season |
yellow_cards | player - statistics | Integer | Player yellow cards for a season |