get https://api.sportradar.com/soccer//v4//seasons//form_standings.
Provides a form table of game results and splits for a given season. Table displays W/D/L (win/draw/loss) for a maximum of 6 matches for each team.
Update Frequency60s Time To Live / Cache
Data Points
Groups, Rounds, Seasons, & Stages
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
id | season_form_standing - groups - group | String | Unique ID for a season's group ex. sr:league:65927 (Premier League 22/23) |
name | season_form_standing - groups - group | String | Name of a season's group ex. Premier League 22/23 |
Competitor
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
abbreviation | form_standing - competitor | String | Abbreviation for a competitor name ex. LIV (Liverpool FC) |
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. England |
country_code | form_standing - competitor | String | Country code of a competitor ex. ENG (England) |
gender | form_standing - competitor | String | Gender for a competitormale, female |
id | form_standing - competitor | String | Unique ID for a competitor ex. sr:competitor:44 (Liverpool FC) |
name | form_standing - competitor | String | Name for a competitor ex. Liverpool FC |
virtual | form_standing - competitor | Boolean | Signifies a competitor is a virtual team when true |
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, with the most recent match listed first. The max limit to display in your request is 10, which will show, for example, played="10", win="8", loss="2". The form will always display a maximum of 6 matches.W = Win, L = Loss, D = Drawex. 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 |
