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

Key
Value

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

Field Name
Type
Example
Description

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

Field Name
Type
Example
Description

id

UUID

28b1c981-31d0-4fe3-2b63-494f75f75825

The UUID relating to that stage

name

string

stage 1

The stage name

group object

Field Name
Type
Example
Description

id

UUID

ce665f80-01a1-2301-1e48-d8b269eb0713

The UUID relating to that group

name

string

group 1

The group name

Field Name
Type
Example
Description

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

[
  {
    "teamsStatistics": [
      {
        "teamId": "3f8d8fd7-2047-86a0-86ce-dc814b1c4817",
        "name": "team 1",
        "totalWins": 23,
        "homeWins": 13,
        "awayWins": 10,
        "totalLosses": 7,
        "homeLosses": 2,
        "awayLosses": 5,
        "lossesByWalkover": 0,
        "totalDraws": 0,
        "homeDraws": 0,
        "awayDraws": 0,
        "points": 76,
        "last10GamesWinLose": "W W W W W L W L W W",
        "overtimeGamesWinLose": "",
        "currentStreak": 2,
        "longestWinningStreak": 6,
        "homeStreak": 9,
        "awayStreak": 2,
        "score": 2513,
        "homeScore": 1260,
        "awayScore": 1253,
        "opponentsScore": 2362,
        "homeOpponentsScore": 1153,
        "awayOpponentsScore": 1209,
        "averageScore": 83.76666666666667,
        "averageHomeScore": 84,
        "averageAwayScore": 83.53333333333333,
        "averageOpponentsScore": 78.73333333333333,
        "averageHomeOpponentsScore": 76.86666666666666,
        "averageAwayOpponentsScore": 80.6,
        "gamesPlayed": 30,
        "gamesWinPercentage": 0.7666666666666667,
        "rank": 1
      },
      {
        "teamId": "ca80af30-4eb7-7ebf-a2e2-d15296fc8d72",
        "name": "team 2",
        "totalWins": 22,
        "homeWins": 12,
        "awayWins": 10,
        "totalLosses": 8,
        "homeLosses": 3,
        "awayLosses": 5,
        "lossesByWalkover": 0,
        "totalDraws": 0,
        "homeDraws": 0,
        "awayDraws": 0,
        "points": 74,
        "last10GamesWinLose": "L L L W W W W W W W",
        "overtimeGamesWinLose": "",
        "currentStreak": 7,
        "longestWinningStreak": 7,
        "homeStreak": 3,
        "awayStreak": 4,
        "score": 2554,
        "homeScore": 1332,
        "awayScore": 1222,
        "opponentsScore": 2359,
        "homeOpponentsScore": 1202,
        "awayOpponentsScore": 1157,
        "averageScore": 85.13333333333334,
        "averageHomeScore": 88.8,
        "averageAwayScore": 81.46666666666667,
        "averageOpponentsScore": 78.63333333333334,
        "averageHomeOpponentsScore": 80.13333333333334,
        "averageAwayOpponentsScore": 77.13333333333334,
        "gamesPlayed": 30,
        "gamesWinPercentage": 0.7333333333333333,
        "rank": 2
      }
    ],
    "stage": {
      "id": "28b1c981-31d0-4fe3-2b63-494f75f75825",
      "name": "stage 1"
    },
    "group": {
      "id": "ce665f80-01a1-2301-1e48-d8b269eb0713",
      "name": "group 1"
    },
    "externalIncomingDataLineId": "a408f0cb-2da3-4ba2-971b-3a8bc5ae2b10",
    "timestamp": "2022-08-18T13:09:17.404816Z"
  }
]

Last updated