Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API is used to retreive data related to the competitor. When inserting the competitor id you will get related information such as the competitor name and the player list (if any). To request this API you should use the following GET API data:

Endpoint

Method

Input

URL

Data

Sample Request Body

/api/v1/competitors/{

productid

competitorid}

/{eventid}

GET

  • Competitor

IDProduct
  • ID

/api/v1/competitors

/4

/{

131718

1394}

Response Attributes

NAME

DESCRIPTION

timestamp

The date & time of when the message was created

competitor id

The ID of the competitor

competitor name

The name of the competitor

player id

The ID of the player

player name

The name of the player

reference id

The mapping id for a particular FeedProvider/Bookmaker

reference name

The name of the FeedProvider/Bookmaker mapping id

Response Examples

Code Block
<?xml version='"1.0'" encoding='utf"UTF-8'" standalone="yes"?>
<competitor id="200000231394" name="Los Angeles Lakers" timestamp="16878777175861701947572956">
  	<players>
    		<player id="60734625004285" name="MarkieffDennis Schroder"/>
    <player id="25005076" surnamename="MorrisRui Hachimura"/>
    		<player id="60737625006572" name="Shaquille Harrison"/>
    <player id="Dion25006573" surnamename="WaitersD'Angelo Russell"/>
  		  <player id="60783625006574" name="Dwight" surname="HowardJalen Hood Schifino"/>
    		<player id="60786225006575" name="Danny" surname="GreenJarred Vanderbilt"/>
    		<player id="60796025006576" name="Rajon"Anthony surname=Davis"Rondo"/>
		    <player id="60802825006577" name="LeBron" surname="JamesLonnie Walker"/>
    		<player id="60815225006578" name="JR"Malik surname=Beasley"Smith"/>
		    <player id="60816825006579" name="Jared" surname="DudleyLeBron James"/>
 		   <player id="60818225006580" name="Kentavious"Troy surname="Caldwell-Pope"Brown"/>
    		<player id="60818625006581" name="JaVale"Tristan surname=Thompson"McGee"/>
		    <player id="60821625006582" name="Anthony"Max surname=Christie"Davis"/>
  		  <player id="85211025006583" name="Quinn" surname="CookMo Bamba"/>
		    <player id="114258225006584" name="Kyle" surname="KuzmaScotty Pippen"/>
		    <player id="116658225006585" name="Devontae"Austin surname=Reaves"Cacok"/>
		    <player id="123922225006587" name="Alex"Cole surname=Swider"Caruso"/>
  		  <player id="149350725006588" name="Talen" surname="Horton-TuckerMaxwell Lewis"/>
 		   <player id="149761725006590" name="Kostas" surname="Antetokounmpo"/>
	</players>"Wenyen Gabriel"/>
  </players>
  <reference_ids>
    <reference id="3427" name="betradar"/>
  </reference_ids>
</competitor>