Standings

This endpoint returns the aggregated team standings for a specific season. Per each competition and season. Currently this endpoint only supports MLS and MLS Next Pro competitions.

The Standings API lets developers create an aggregated view of the teams and their current points accumulation across a season.

The data contained will include data points such as total wins, home/away wins, losses, draws, games played, rank and win % and more. Please note these are currently only available for select competitions. For coverage reach out to support@openbet.com

Endpoints

GET https://dde-api.data.imgarena.com/soccer/seasons/{seasonId}/standings

Retrieves a list of standings data for a specific season within a competition

Path Parameters

Name
Type
Description

seasonId*

string

unique season id

Headers

Name
Type
Description

Accept*

string

application/vnd.imggaming.dde.api+json;version=1

Authorization*

string

Bearer ACCESS_TOKEN

Content-Type*

string

application/json

{
    Request is missing required HTTP header 'Accept'
}

GET https://dde-api.data.imgarena.com/soccer/stages/{seasonId}/standings

Retrieves a list of standings data for a specific season within a competition

Path Parameters

Name
Type
Description

stageId*

string

unique stage id

Headers

Name
Type
Description

Accept*

string

application/vnd.imggaming.dde.api+json;version=1

Authorization*

string

Bearer ACCESS_TOKEN

Content-Type*

string

application/json

{
    Request is missing required HTTP header 'Accept'
}

Response Fields

teamStatistics

Root element of the standings packet

teamId uuid

The UUID of the team

name string

The team name

totalWins integer

The total number of victories during that season

homeWins integer

The total number of home victories during that season

awayWins integer

The total number of away victories during that season

totalLosses integer

The total number of losses during that season

homeLosses integer

The total number of home losses during that season

awayLosses integer

The total number of away losses during that season

lossesByWalkover integer

The total number of losses by walkover during that season

totalDraws integer

The total number of home draws during that season

homeDraws integer

The total number of home draws during that season

awayDraws integer

The total number of away draws during that season

points integer

The total number of points during that season

last10GamesWinLose string

The last 10 results streak

overtimeGamesWinLose integer

The number of games won/lost in overtime during that season

currentStreak integer

Current streak during that season

longestWinningStreak integer

The teams current longest winning streak during that season

homeStreak integer

The home teams current home streak during that season

awayStreak integer

The away teams current home streak during that season

score integer

The total goals scored

homeScore integer

The total goals scored at home during that season

awayScore integer

The total goals scored away during that season

opponentsScore integer

The total goals conceded during that season

homeOpponentsScore integer

The total goals conceded at home during that season

awayOpponentsScore integer

The total goals conceded away during that season

averageScore decimal

The average score during that season

averageHomeScore integer/decimal

The average home score during that season

averageAwayScore integer/decimal

The average away score during that season

averageOpponentsScore decimal

The average opponent score during that season

averageHomeOpponentsScore decimal

The average home opponent score during that season

averageAwayOpponentsScore decimal

The average away opponent score during that season

gamesPlayed integer

Number of games played during that season

gamesWinPercentage decimal

The win percentage during that season

rank integer

The ranking within the standings during that season

advancedTeamStatistics string/null

null

timestamp timestamp

Timestamp of the standings update

stage

Root element of stage

id uuid

UUID of the stage

name string

Stage name

group

Root element of stage

id uuid

UUID of the stage

name string/null

group name

Polling frequency

We recommend the following frequency for your REST requests to ensure that you have the most up-to-date information at all times - For this data, we suggest once post match.

Last updated