eSoccer sport, categories & tournaments

Sport

Example categories

Example Tournaments

eSoccer

sr:sport:137

Liga Pro

sr:category:2262

Liga Pro *

sr:simple_tournament:97135

Cyber Live Arena

sr:category:2263

World Cup **

sr:simple_tournament:97137

eSports Battle

sr:category:2264

Champions League **

sr:simple_tournament:97139

GT Sports League

sr:category:2265

Europa League **

sr:simple_tournament:97141

England Cup **

sr:simple_tournament:97143

Please note

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

  • The example tournaments which is marked with * is included in the category Liga Pro

  • Example tournaments which are marked with ** are included in the category Cyber Live Arena

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-03T15:54:11+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:137" name="eSoccer"/>
<categories>
    <category id="sr:category:1534" name="Other"/>
    <category id="sr:category:1828" name="Dreamhack"/>
    <category id="sr:category:1848" name="GFinity"/>
    <category id="sr:category:1858" name="Good Game AS"/>
    <category id="sr:category:1870" name="Eredivisie"/>
    <category id="sr:category:1877" name="ESL"/>
    <category id="sr:category:1882" name="PGL"/>
    <category id="sr:category:1883" name="EA Sports Global Series"/>
    <category id="sr:category:1948" name="FIFA"/>
    <category id="sr:category:2068" name="USA"/>
    <category id="sr:category:2262" name="Liga Pro"/>
    <category id="sr:category:2263" name="Cyber Live Arena"/>
    <category id="sr:category:2264" name="Esports Battle"/>
    <category id="sr:category:2265" name="Gt Sports League"/>
    <category id="sr:category:2266" name="Pes Latino Series"/>
</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 FIFA".

Last updated

Was this helpful?