Standings API (Coming Soon)
This endpoint returns the aggregated team standings for a specific season. Per each competition and season, this endpoint will return the following information:
totalWins
homeWins
awayWins
totalLosses
homeLosses
awayLosses
lossesByWalkover
totalDraws
homeDraws
awayDraws
points
last10GamesWinLose
overtimeGamesWinLose
currentStreak
longestWinningStreak
homeStreak
awayStreak
score
homeScore
awayScore
opponentsScore
homeOpponentsScore
awayOpponentsScore
averageScore
averageHomeScore
averageAwayScore
averageOpponentsScore
averageHomeOpponentsScore
averageAwayOpponentsScore
gamesPlayed
gamesWinPercentage
rank
teamId
name
Endpoint URLs
[coming soon]
This allows clients to determine the standings associated to that seasonId.
https://dde-api.data.imgarena.com/basketball/seasons/{seasonId}/standings
This allows clients to determine the standings associated to that stageId
https://dde-api.data.imgarena.com/basketball/seasons/{stageId}/standings
Required Headers
Accept
application/vnd.imggaming.dde.api+json;version=1
Content-Type
application/json
Authorization
Bearer eyvhaoudfgpdfgo*
Response Model
This section details and describes the values within the standings payload within teamStatistics object
teamId
UUID
3f8d8fd7-2047-86a0-86ce-dc814b1c4817
The unique team Id
name
string
team 1
The team name
totalWins
integer
5
The total number of wins for that team
awayWins
integer
1
The total number of away wins for that team
totalLosses
integer
2
The total number of losses for that team
homeLosses
integer
3
The total number of home losses for that team
awayLosses
integer
2
The total number of home losses for that team
lossesByWalkover
integer
0
The total number of losses by walkover for that team
totalDraws
integer
1
The total number of draws for that team
homeDraws
integer
2
The total number of home draws for that team
awayDraws
integer
3
The total number of away draws for that team
points
integer
18
The total number of points for that team
last10GamesWinLose
string
W W W W W L W L W W
The win/loss game streak for that team
overtimeGamesWinLose
integer or null
1
The number of games that team has lost or won in overtime
currentStreak
integer
2
The current streak for that team
longestWinningStreak
integer
6
The longest winning streak for that team
homeStreak
integer
9
The home streak for that team
awayStreak
integer
4
The away streak for that team
score
integer
2513
The total scores for that team
homeScore
integer
1260
The total home scores for that team
awayScore
integer
1253
The total away scores for that team
opponentsScore
integer
2362
The total opponents score
homeOpponentsScore
integer
1153
The total home opponents score
awayOpponentsScore
integer
1209
The total away opponents score
averageScore
integer/decimal
83.76666666666667
The average score for that team
averageHomeScore
integer/decimal
84
The average home score for that team
averageAwayScore
integer/decimal
83.53333333333333
The average away score for that team
averageOpponentsScore
integer/decimal
78.73333333333333
The average opponent score
averageHomeOpponentsScore
integer/decimal
76.86666666666666
The average home opponent score
averageAwayOpponentsScore
integer/decimal
80.6
The average away opponent score
gamesPlayed
integer
30
The total number of games played
gamesWinPercentage
integer/decimal
0.7666666666666667
The win % of that team
rank
integer
1
The team rank in the standings in that season
Stage Object
id
UUID
28b1c981-31d0-4fe3-2b63-494f75f75825
The UUID relating to that stage
name
string
stage 1
The stage name
group object
id
UUID
ce665f80-01a1-2301-1e48-d8b269eb0713
The UUID relating to that group
name
string
group 1
The group name
externalIncomingDataLineId
UUID
a408f0cb-2da3-4ba2-971b-3a8bc5ae2b10
External Incoming Data LineId
timestamp
date/time
2022-08-18T13:09:17.404816Z
Production timestamp
Full JSON Response
Last updated