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
participant_team_idxsd:intDetermines unique participant id for team participants. Could be neccessary to show i.e. top scorers from the single team

Method calling examples

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

...