Tennis API
February 12th, 2024
Sets Won & Sets Lost
Release Date | Feeds Affected | Benefit |
---|---|---|
02/12/2024 | Season Standings | Added sets won (sets_won ) and sets lost (sets_lost ) to the Season Standings endpoint. |
<season_standings
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.sportradar.com/sportsapi/tennis/v3" generated_at="2024-02-01T14:02:56+00:00" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/tennis/v3 https://d1woxfzdkvuts1.cloudfront.net/bsa-6659/tennis/v3/schemas/season_standings.xsd">
<season_standing tie_break_rule="1. Number of matches 2. Head to Head 3. Highest percentage of sets won 4. Highest percentage of games won" type="total" round="3">
<groups>
<group id="sr:league:70437" name="Tour Finals, Green Group" live="false" group_name="Green Group">
<stage order="1" type="league" phase="regular season" start_date="2023-11-12" end_date="2023-11-18" year="2023"/>
<standings>
<standing rank="1" played="3" win="3" loss="0" sets_won="6" sets_lost="2">
<competitor id="sr:competitor:225050" name="Sinner, Jannik" country="Italy" country_code="ITA" abbreviation="SIN"/>
</standing>
<standing rank="2" played="3" win="2" loss="1" sets_won="5" sets_lost="4">
<competitor id="sr:competitor:14882" name="Djokovic, Novak" country="Serbia" country_code="SRB" abbreviation="DJO"/>
</standing>
<standing rank="3" played="3" win="1" loss="2" sets_won="2" sets_lost="4">
<competitor id="sr:competitor:429603" name="Rune, Holger" country="Denmark" country_code="DNK" abbreviation="RUN"/>
</standing>
<standing rank="4" played="1" win="0" loss="1" sets_won="1" sets_lost="2">
<competitor id="sr:competitor:158896" name="Hurkacz, Hubert" country="Poland" country_code="POL" abbreviation="HUR"/>
</standing>
<standing rank="5" played="2" win="0" loss="2" sets_won="0" sets_lost="2">
<competitor id="sr:competitor:122366" name="Tsitsipas, Stefanos" country="Greece" country_code="GRC" abbreviation="TSI"/>
</standing>
</standings>
</group>
<group id="sr:league:70439" name="Tour Finals, Red Group" live="false" group_name="Red Group">
<stage order="1" type="league" phase="regular season" start_date="2023-11-12" end_date="2023-11-18" year="2023"/>
<standings>
<standing rank="1" played="3" win="2" loss="1" sets_won="5" sets_lost="2">
<competitor id="sr:competitor:407573" name="Alcaraz, Carlos" country="Spain" country_code="ESP" abbreviation="ALC"/>
</standing>
<standing rank="2" played="3" win="2" loss="1" sets_won="4" sets_lost="2">
<competitor id="sr:competitor:163504" name="Medvedev, Daniil" country="Neutral" abbreviation="MED"/>
</standing>
<standing rank="3" played="3" win="2" loss="1" sets_won="4" sets_lost="3">
<competitor id="sr:competitor:57163" name="Zverev, Alexander" country="Germany" country_code="DEU" abbreviation="ZVE"/>
</standing>
<standing rank="4" played="3" win="0" loss="3" sets_won="0" sets_lost="6">
<competitor id="sr:competitor:106755" name="Rublev, Andrey" country="Neutral" abbreviation="RUB"/>
</standing>
</standings>
</group>
</groups>
</season_standing>
</season_standings>
{
"generated_at":"2024-02-01T14:19:05+00:00",
"standings":[
{
"tie_break_rule":"1. Number of matches\r\n2. Head to Head\r\n3. Highest percentage of sets won\r\n4. Highest percentage of games won",
"type":"total",
"groups":[
{
"stage":{
"order":1,
"type":"league",
"phase":"regular season",
"start_date":"2023-11-12",
"end_date":"2023-11-18",
"year":"2023"
},
"id":"sr:league:70437",
"name":"Tour Finals, Green Group",
"live":false,
"standings":[
{
"rank":1,
"played":3,
"win":3,
"loss":0,
"competitor":{
"id":"sr:competitor:225050",
"name":"Sinner, Jannik",
"country":"Italy",
"country_code":"ITA",
"abbreviation":"SIN"
},
"sets_won":6,
"sets_lost":2
},
{
"rank":2,
"played":3,
"win":2,
"loss":1,
"competitor":{
"id":"sr:competitor:14882",
"name":"Djokovic, Novak",
"country":"Serbia",
"country_code":"SRB",
"abbreviation":"DJO"
},
"sets_won":5,
"sets_lost":4
},
{
"rank":3,
"played":3,
"win":1,
"loss":2,
"competitor":{
"id":"sr:competitor:429603",
"name":"Rune, Holger",
"country":"Denmark",
"country_code":"DNK",
"abbreviation":"RUN"
},
"sets_won":2,
"sets_lost":4
},
{
"rank":4,
"played":1,
"win":0,
"loss":1,
"competitor":{
"id":"sr:competitor:158896",
"name":"Hurkacz, Hubert",
"country":"Poland",
"country_code":"POL",
"abbreviation":"HUR"
},
"sets_won":1,
"sets_lost":2
},
{
"rank":5,
"played":2,
"win":0,
"loss":2,
"competitor":{
"id":"sr:competitor:122366",
"name":"Tsitsipas, Stefanos",
"country":"Greece",
"country_code":"GRC",
"abbreviation":"TSI"
},
"sets_won":0,
"sets_lost":2
}
],
"group_name":"Green Group"
},
{
"stage":{
"order":1,
"type":"league",
"phase":"regular season",
"start_date":"2023-11-12",
"end_date":"2023-11-18",
"year":"2023"
},
"id":"sr:league:70439",
"name":"Tour Finals, Red Group",
"live":false,
"standings":[
{
"rank":1,
"played":3,
"win":2,
"loss":1,
"competitor":{
"id":"sr:competitor:407573",
"name":"Alcaraz, Carlos",
"country":"Spain",
"country_code":"ESP",
"abbreviation":"ALC"
},
"sets_won":5,
"sets_lost":2
},
{
"rank":2,
"played":3,
"win":2,
"loss":1,
"competitor":{
"id":"sr:competitor:163504",
"name":"Medvedev, Daniil",
"country":"Neutral",
"abbreviation":"MED"
},
"sets_won":4,
"sets_lost":2
},
{
"rank":3,
"played":3,
"win":2,
"loss":1,
"competitor":{
"id":"sr:competitor:57163",
"name":"Zverev, Alexander",
"country":"Germany",
"country_code":"DEU",
"abbreviation":"ZVE"
},
"sets_won":4,
"sets_lost":3
},
{
"rank":4,
"played":3,
"win":0,
"loss":3,
"competitor":{
"id":"sr:competitor:106755",
"name":"Rublev, Andrey",
"country":"Neutral",
"abbreviation":"RUB"
},
"sets_won":0,
"sets_lost":6
}
],
"group_name":"Red Group"
}
],
"round":3
}
]
}
Update applies to: Tennis v3