/
Outright
Outright
You can request a list of competitors per tournament from all outrights, POST request is:
Base URL /get_competitors_outright_for_tournament
Required field for this call is the tournament_id
With the above details the API provides the following message:
<tournament_info timestamp="1648809880987">
<tournament id="8"/>
<outcomes>
<outcome id="149940" name="Aguero, Sergio"/>
<outcome id="253639" name="Alcacer, Paco"/>
<outcome id="344864" name="Asensio, Marco"/>
<outcome id="176972" name="Aspas, Iago"/>
<outcome id="2825" name="Athletic Bilbao"/>
<outcome id="2836" name="Atletico Madrid"/>
<outcome id="176974" name="Bacca, Carlos"/>
<outcome id="149950" name="Benzema, Karim"/>
<outcome id="177122" name="Braithwaite, Martin"/>
<outcome id="374080" name="Budimir, Ante"/>
<outcome id="2820" name="CA Osasuna"/>
<outcome id="4488" name="Cadiz CF"/>
<outcome id="2846" name="CF Elche"/>
<outcome id="371516" name="Correa, Angel"/>
<outcome id="859127" name="Danjuma, Arnaut"/>
<outcome id="176830" name="de Jong, Luuk"/>
<outcome id="495212" name="de Oliveira Junior, Vinicius"/>
<outcome id="617622" name="de Paul, Rodrigo"/>
<outcome id="833402" name="de Thomas, Raul"/>
<outcome id="678739" name="de Tomas Gomez, Raul"/>
<outcome id="286233" name="Dembele, Ousmane"/>
<outcome id="273209" name="Depay, Memphis"/>
<outcome id="2885" name="Deportivo Alaves"/>
<outcome id="363196" name="Diaz, Mariano"/>
<outcome id="149976" name="E. Hazard"/>
<outcome id="309664" name="En-Nesyri, Youssef"/>
<outcome id="2814" name="Espanyol Barcelona"/>
<outcome id="149964" name="Falcao, Radamel"/>
<outcome id="627550" name="Fati, Anssumane"/>
<outcome id="2817" name="FC Barcelona"/>
<outcome id="280035" name="Fekir, Nabil"/>
<outcome id="588659" name="Felix, Joao"/>
<outcome id="175694" name="G. Bale"/>
<outcome id="175718" name="Garcia Escudero, Raul"/>
<outcome id="2859" name="Getafe Cf"/>
<outcome id="372534" name="Gomez, Maximiliano"/>
<outcome id="33779" name="Granada Cf"/>
<outcome id="175724" name="Griezmann, Antoine"/>
<outcome id="363206" name="Guedes, Goncalo"/>
<outcome id="495220" name="Iglesias, Borja"/>
<outcome id="469243" name="Isak, Alexander"/>
<outcome id="176782" name="Joselu"/>
<outcome id="446097" name="Jovic, Luka"/>
<outcome id="372538" name="Juanmi"/>
<outcome id="150052" name="L. Suarez"/>
<outcome id="176922" name="Lamela, Erik"/>
<outcome id="2849" name="Levante Ud"/>
<outcome id="758826" name="Llorente, Marcos"/>
<outcome id="597786" name="Machis, Darwin"/>
<outcome id="617658" name="Marti, Roger"/>
<outcome id="617660" name="Mata Arnaiz, Jaime"/>
<outcome id="495218" name="Mina Lorenzo, Santiago"/>
<outcome id="833404" name="Mir, Rafa"/>
<outcome id="495208" name="Moreno, Gerard"/>
<outcome id="752983" name="Ocampos, Lucas Ariel"/>
<outcome id="593392" name="Oyarzabal, Mikel"/>
<outcome id="2818" name="Rayo Vallecano"/>
<outcome id="2821" name="RC Celta de Vigo"/>
<outcome id="2826" name="RCD Mallorca"/>
<outcome id="2816" name="Real Betis Seville"/>
<outcome id="2829" name="Real Madrid"/>
<outcome id="2824" name="Real Sociedad San Sebastian"/>
<outcome id="2833" name="Sevilla FC"/>
<outcome id="150048" name="Soldado Rillo, Roberto"/>
<outcome id="593778" name="Soler, Carlos"/>
<outcome id="253675" name="Unal, Enes"/>
<outcome id="2828" name="Valencia CF"/>
<outcome id="2819" name="Villarreal CF"/>
<outcome id="344902" name="Williams, Inaki"/>
<outcome id="377460" name="Willian, Jose"/>
</outcomes>
</tournament_info>
Tag tournament_info has only one attribute which is timestamp with date and time when message was created.
Under that tag there are tags named tournament and outcomes. Tag named tournament has ID of tournament and its name. Outcomes tag which contains data for all competitors, placed into child outcome tags. Tags outcome have attribute representing ID of competitor and name attribute that represents name of the competitor
, multiple selections available,
Related content
Outrights List
Outrights List
More like this
Outright Fixture
Outright Fixture
More like this
Tournaments List
Tournaments List
More like this
Matches List
Matches List
More like this
Get categories/tournaments
Get categories/tournaments
More like this