Padel
Sport specific information for padel
Match statuses in Padel
0
NOT_STARTED
Not started yet
-
8
FIRST_SET
1st set
-
9
SECOND_SET
2nd set
-
10
THIRD_SET
3rd set
-
100
ENDED
The match has ended
-
93
WALKOVER1
The home team won the matchby walkover
-
94
WALKOVER2
The away team won the match by walkover
-
95
RETIRED1
The away team won because the home team retired
-
96
RETIRED2
The home team won because the away team retired
-
97
DEFAULTED1
The away team won because the home team defaulted
This match status is only sent if the corresponding XML configuration is enabled
98
DEFAULTED2
The home team won because the away team defaulted
This match status is only sent if the corresponding XML configuration is enabled
61
DELAYED
The match start is delayed
-
80
INTERRUPTED
The match has been interrupted
-
90
ABANDONED
The match has been abandoned
This match status is only sent if the corresponding XML configuration is enabled
Events in Padel
1010
Betstart
Betstart indicates that betting markets can be activated. Betstart is not only a pre match event but is also used during the match.
-
-
-
1011
Betstop
Betstop indicates that all betting markets are closed due to strong possibility of a goal, penalty, red card, or there is any unclear situation on the field. Betstop is also used whenever there is the need to establish direct communication between the scout and the match supervisor, or in case of call disconnection.
-
-
-
1013
Match status
Sent when the status of the match changes.
Possible values:
0 = not started
8 = first set
301 = first pause
9 = second set
302 = second pause
10 = third set
100 = ended
93 = walkover1
94 = walkover2
95 = retired1
96 = retired2
97 = defaulted1
98 = defaulted2
61 = delayed
80 = interrupted
90 = abandoned
-
-
1015
Free text
Used for any kind of additional information during the match. Example: "Match interrupted due to flood light break down", etc..
-
-
-
1022
Who serves first
Who serves first.
-
-
-
1024
Match about to start
Indicates that match will start soon
-
-
-
1025
Score change
Sent when the score changes.
Possible values:
0 = standard
2 = service error
4 = 1 point penalty
5 = disqualification
-
-
1031
Ball in play
Used when service has been taken and ball is in play.
-
-
-
1032
Service fault
Sent when there was a fault in the service.
Possible values:
0 = Not specified
1 = Foot fault
2 = Net
-
-
1044
Deleted event alert
Manual removal of an event.
Id of event that was deleted.
-
-
1102
Coverage status
Sent when the coverage status for the match changes.
Possible values:
0 = Covered
1 = Coverage abandoned
2 = Match will not be covered
-
-
1115
Penalty
Penalty awarded.
Possible values:
0 = warning
1 = one point penalty
2 = disqualification
-
-
1124
Match called
Umpire has called the match
-
-
-
1127
Replay point
Used when a point is played again.
-
-
-
2388
Possible End of Period
Sent before the deciding point in a game/set/match for multiple sports If the deciding point is confirmed, then an applicable score change event will follow.
iScout (BC)
-
-
-
2389
End of period not confirmed
Sent when the deciding point in a game/set/match was not confirmed
iScout (BC)
-
-
-
Sport specific XML elements and attributes
This section explains what elements / attributes one can expect for Padel matches in addition to the standard elements and attributes, and what the meaning of those elements and attributes is.
Attributes in <match> element
<match t1namenatural="Coello Manso A / Tapia A" t2namenatural="Chingotto F / Galan Romo A" t2name="CHINGOTTO F / GALAN ROMO A" t2id="27497755" t1name="COELLO MANSO A / TAPIA A" t1id="24360637" start="1754241900000" matchid="62546068" feedtype="full" extrainfo="79" betstatus="BETSTOP" firstserve="away" connectionstatus="0" device="4" coveredfrom="venue" st1id="991875" st2id="1118065" matchtime="120:37" sportid="71" stime="1756128161697">XML elements and attributes definition
Match
extrainfo
Integer specifying special information for the match.
Integer. Possible values:
0 = Default (no advantage rule, regular tiebreak, best of 3 sets)
79 = (advantage rule, regular tiebreak, best of 3 sets)
firstserve
Which player has first serve of match.
Integer
Elements in <match> element
<match t2name="ALBEROLA SOLER J / REINO BREHCIST A" t2id="6277031" t1name="STUPACZUK F / DI NENNO M" t1id="6392286" start="1645802220000" matchid="27503750" feedtype="full" extrainfo="0" betstatus="BETSTOP" firstserve="away" connectionstatus="0" device="4" coveredfrom="venue" matchtime="35:14" sportid="71" stime="1645804302805">
<status start="0" name="NOT_STARTED" id="0"/>
<tiebreak value="0"/>
<serve team="home"/>
<score type="match" t1="0" t2="0"/>
<score type="game" t1="0" t2="0"/>
<score type="set1" t1="0" t2="0"/>
<events/>
<tournament name="Padel Pro Tour - Men" id="16115"/>
<category name="International" id="789"/>
<sport name="Padel" id="71"/>
</match>XML elements and attributes definition
score
Multiple occurrences possible, each occurrence describes the amount of points for the specified period in the match. This element always gets included in full feed, and in the delta feed for the following events: full score (1025) and Delete event alert (1044)
t1
Amount of points home team.
Integer
t2
Amount of points away team.
Integer
type
For what period in the match the points were scored.
String. Possible values:
match
game
set1
set2
set3
tiebreak
tiebreak
This element always gets included, in both the full feed and the delta feed.
value
Whether the match is in tiebreak or not.
Integer. Possible values:
0 = Match is not in tiebreak
1 = Match is in tiebreak
serve
This element always gets included, in both the full feed and the delta feed.
team
String. Possible values:
"home"
"away"
Note If the set score is tied at six-all during a tie-break set, a tie-break game is played. On these occasions the <score type="setX" ...> element will contain a child score element with type "tiebreak".
<score type="setX" ...>
<score type="tiebreak" ... >
</score>
Attributes in <event> element
<match matchid="27503750" ... >
<events>
<event type=“1025" stime=“1645802286982” side=“away” mtime=“01:38” info=“Deuce” id=“2181030612” uuid=“9b9f9111-2880-4e5d-a2df-26269081d515" extrainfo=“0” setnumber=“1" gamenumber=“5” matchscore=“0:0" setscore=“0:4” gamescore=“40:40" matchstatus=“FIRST_SET”/>
</events>
</match>XML attributes definition
event
extrainfo
Attribute containing additional information about the event.
Long
gamenumber
The number of the current game in the set.
Integer
setnumber
The number of the current set in the match.
Integer
gamescore
Score for current game.
String. Format: "[home]:[away]" Example: "40:30"
setscore
Score for current set.
String. Format: "[home]:[away]" Example: "5:4"
matchscore
Score for current match.
String. Format: "[home]:[away]" Example: "1:0"
Last updated
Was this helpful?