get https://api.sportradar.com/handball//v2//seasons//form_standings.
Provides detailed standings info for a given season.
Update Frequency
60s Time To Live / Cache
Data Points
Group:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season_form_standing - groups - group | String | Unique ID for a season's group ex. sr:league:75771 (Bundesliga 23/24) |
name | season_form_standing - groups - group | String | Name of a season's group ex. Bundesliga 23/24 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | form_standing - competitor | String | Abbreviation for a competitor name ex. RNL (Rhein-Neckar Lowen) |
age_group | form_standing - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | form_standing - competitor | String | Country of a competitor ex. Germany |
country_code | form_standing - competitor | String | Country code of a competitor ex. DEU (Germany) |
gender | form_standing - competitor | String | Gender for a competitormale , female |
id | form_standing - competitor | String | Unique ID for a competitor ex. sr:competitor:4004 (Rhein-Neckar Lowen) |
name | form_standing - competitor | String | Name for a competitor ex. Rhein-Neckar Lowen |
Form Standings:
Form standings are separated in the following possible categories:
full_time_total
,full_time_home
,full_time_away
,half_time_total
,half_time_home
,half_time_away
Attribute | Parent Element | Type | Description |
---|---|---|---|
type | season_form_standing | String | Category of the season form standing grouptotal , home, away , first_help_total , first_half_home , first_half_away , second_half_total , second_half_home , second_half_away |
draw | group - form_standing | Integer | Number of ties for a team in the season form standing group |
form | group - form_standing | String | Form standings for a team's last matches. W = Win; L = Loss, D = Draw. The max limit to display in your request is 10 , which will show for example played=10 , win=8, loss=2 . But the form will always display a max of 6 matches (ex. form="LDWWWW" |
goals_against | group - form_standing | Integer | Number of goals against for a team in the season form standing group |
goals_diff | group - form_standing | Integer | Goal difference for a team in the season form standing group ex. 42 or -3 |
goals_for | group - form_standing | Integer | Number of goals scored for a team in the season form standing group |
loss | group - form_standing | Integer | Number of losses for a team in the season form standing group |
played | group - form_standing | Integer | Number of matches played for a team in the season form standing group |
points | group - form_standing | Integer | Number of points for a team in the season form standing group |
rank | group - form_standing | Integer | Team rank in the season form standing group |
win | group - form_standing | Integer | Number of wins for a team in the season form standing group |