...
URL | https://api.softnetsport.com/v2/participants |
---|---|
XSD | |
Method | GET |
Description | Returns participants (teams or persons) from all sports |
Package | This resource is included in the STATISTICS package |
Autorization required | Yes |
Method parameters
Name | Type | Description |
---|---|---|
There are not method parameters in this resource |
...
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/participants.xml?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=5 | Returns the list of participants for soccer in XML format |
https://api.softnetsport.com/v2/participants?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=5 | Returns the list of participants for soccer in JSON format |
https://api.softnetsport.com/v2/participants?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=5&season_id=45 | Returns team participants from soccer Premiera Division for season 2014/2015 |
...