Field Name
Type
Description
teamA
object
Team object containing details for the first team
teamB
object
Team object containing details for the second team
winner
string
The team ID of the winner - TeamA or TeamB
matchScore
object
The final match score object
matchExternalId
string
The external match ID for the event
finishReason
string
The reason of winning - one of “Normal”, “Retirement”, “SuddenDeath”, “Default” or “Unknown”
matchId
string
IMG match ID
eventId
string
The event ID of the match
Field Name
Type
Description
status
string
Indicates if the player detail is known for this team. Values are KnownTennisTeam, UnknownTennisTeam or Bye. For UnknownTennisTeam or Bye, no other fields will be present
team
object
A tennis team object
Field Name
Type
Description
player1
object
Player object containing details for the first player in the team
player2
object
Player object containing details for the second player in the team. Only present if a doubles team
seed
int
This team's seeding for the competition
entryType
string
This team’s entry type for the competition. Possible values are: Wildcard, Qualifier, LuckyLoser, ProtectedRank, Alternate, SpecialExempt or Standard
Field Name
Type
Description
id
string
Unique identifier for this player as defined by the ATP
firstName
string
First name of the player
lastName
string
Last name of the player
country
string
IOC (Olympic) country code for the player
Field Name
Type
Description
setScores
object
The scores in the completed match sets
Field Name
Type
Description
gamesA
int
Number of games won by TeamA
gamesB
int
Number of games won by TeamB
tieBreakPointsA
int
Tie-break score for the Set if it went to a tie break for TeamA
tieBreakPointsB
int
Tie-break score for the Set if it went to a tie break for TeamB
This endpoint lists the results from a specific tournament, as a list of final match scores.
This endpoint lists information on results for a specific tournament, namely:
The match winner
The set scores
The time/date of match completion
As soon as a match is finished in the tournament, it will appear in this endpoint https://dde-api.data.imgarena.com/tournaments/{id}/results
.
This endpoint currently takes no request parameters, we aim to add them, and once we have they will be detailed here.
:
A snippet of an example of the Tournaments Results end point from Roland Garros 2024.
https://dde-api.data.imgarena.com/tournaments/11904/results