Versions Compared

Key

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

...

URLhttps://api.softnetsport.com/v2/participants
XSD 
MethodGET

Description

Returns participants (teams or persons) from all sports

PackageThis resource is included in the STATISTICS package
Autorization requiredYes

Method parameters

NameTypeDescription
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=5Returns the list of participants for soccer in XML format
https://api.softnetsport.com/v2/participants?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=5Returns the list of participants for soccer in JSON format
https://api.softnetsport.com/v2/participants?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=5&season_id=45Returns team participants from soccer Premiera Division for season 2014/2015

...