eBasketball sport, category & tournaments

Sport
Example categories
Example Tournaments

eBasketball

sr:sport:153

Cyber Live Arena

sr:category:2259

All Stars League

sr:simple_tournament:97125

Eastern Conference

sr:simple_tournament:97127

SA Challenge

sr:category:2260

Western Conference

sr:simple_tournament:97129

eBasket Challenge

sr:simple_tournament:97123

Note

  • Each tournament is provided as sr:simple_tournament and is therefore not collected in dedicated seasons (sr:season).

The categories.xml endpoint can be looked up to get all categories:

api.betradar.com/v1/sports/en/sports/sr:sport:137/categories.xml
<?xml version="1.0" encoding="UTF-8"?>
<sport_categories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated_at="2020-12-10T14:22:44+00:00" xmlns="http://schemas.sportradar.com/sportsapi/v1/unified" xsi:schemaLocation="http://schemas.sportradar.com/sportsapi/v1/unified http://schemas.sportradar.com/bsa/unified/v1/xml/endpoints/unified/sport_categories.xsd">
<sport id="sr:sport:153" name="eBasketball"/>
<categories>
    <category id="sr:category:1703" name="Other"/>
    <category id="sr:category:1827" name="NBA"/>
    <category id="sr:category:2259" name="Cyber Live Arena"/>
    <category id="sr:category:2260" name="Sa Challenge"/>
</categories>
</sport_categories>

Please note

  • Some categories which are exposed in categories.xml might not actively be used anymore, but were used previously in the sport "ESport NBA2k".

Last updated

Was this helpful?