Versions Compared

Key

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

...

NameTypeDescription
usernamexsd:stringREQUIRED. Assigned to you by the softnetSPORT administrator
langxsd:string

Determines language for the output data. softnetSPORT API provides the following languages: languages.index

object_typexsd:string

Determines object type. Possible values:

  • sport
  • season
  • stage
object_idxsd:intDetermines object id which is unique identifier
standing_type_idxsd:intDetermines type of standings. softnetSPORT API provides the following standings types: standings-types.index
subparticipant_idxsd:intDetermines unique subparticipant id. Could be neccessary to show i.e. top scorers from the single team
limitxsd:int 

Method calling examples

LinkDescription
https://api.softnetsport.com/v2/standings/21.xml?username=softnetsportReturns the selected standings in XML format
https://api.softnetsport.com/v2/standings/21?username=softnetsportReturns the selected standings in JSON format

...