...
Endpoint | Method | Input Data | Sample Request Body |
---|---|---|---|
/api/v1/competitors/{competitorid} | GET |
| /api/v1/competitors/{200000231394} |
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-8'?> <competitorcompetitor id="200000231394" name="Los Angeles Lakers" timestamp="1687877717586"> "1701947572956"> <players> <player id="25004285" name="Dennis Schroder"/> <player id="25005076" name="Rui Hachimura"/> <player id="60734625006572" name="MarkieffShaquille Harrison"/> <player id="60737625006573" name="DionD'Angelo Russell"/> <player id="60783625006574" name="DwightJalen Hood Schifino"/> <player id="60786225006575" name="DannyJarred Vanderbilt"/> <player id="60796025006576" name="RajonAnthony Davis"/> <player id="60802825006577" name="LeBronLonnie Walker"/> <player id="60815225006578" name="JRMalik Beasley"/> <player id="60816825006579" name="JaredLeBron James"/> <player id="60818225006580" name="KentaviousTroy Brown"/> <player id="60818625006581" name="JaValeTristan Thompson"/> <player id="60821625006582" name="AnthonyMax Christie"/> <player id="85211025006583" name="QuinnMo Bamba"/> <player id="114258225006584" name="KyleScotty Pippen"/> <player id="116658225006585" name="DevontaeAustin Reaves"/> <player id="123922225006587" name="AlexCole Swider"/> <player id="149350725006588" name="TalenMaxwell Lewis"/> <player id="1497617="25006590" name="Wenyen Gabriel"/> </players> <reference_ids> <reference id="3427" name="Kostasbetradar"/> </reference_ids> </competitor> |