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 Data | Sample Request Body |
---|---|---|---|
/api/v1/competitors/{ |
competitorid} |
GET |
Product ID
| /api/v1/competitors |
/{ |
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"Jarred surname=Vanderbilt"Green"/> <player id="60796025006576" name="Rajon" surname="RondoAnthony Davis"/> <player id="60802825006577" name="LeBron"Lonnie surname=Walker"James"/> <player id="60815225006578" name="JR"Malik surname=Beasley"Smith"/> <player id="60816825006579" name="Jared"LeBron surname=James"Dudley"/> <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"Scotty surname=Pippen"Kuzma"/> <player id="116658225006585" name="Devontae"Austin surname=Reaves"Cacok"/> <player id="123922225006587" name="Alex"Cole surname=Swider"Caruso"/> <player id="149350725006588" name="Talen"Maxwell surname="Horton-Tucker"Lewis"/> <player id="149761725006590" name="Wenyen Gabriel"/> </players> <reference_ids> <reference id="Kostas3427" surnamename="Antetokounmpobetradar"/> </players>reference_ids> </competitor> |