...
Name | Type | Description | ||
---|---|---|---|---|
username | xsd:string | REQUIRED. Assigned to you by the softnetSPORT administrator | ||
lang | xsd:string | Determines language for the output data. softnetSPORT API provides the following languages: languages.index | ||
object_type | xsd:string | Determines object type. Possible values:
| ||
object_id | xsd:int | Determines object id which is unique identifier | ||
standing_type_id | xsd:int | Determines type of standings. softnetSPORT API provides the following standings types: standings-types.index | ||
participant_team_id | xsd:int | Determines unique participant id for team participants. Could be neccessary to show i.e. top scorers from the single team |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/standings/tours21.xml?username=softnetsport | Returns the selected standings in XML format |
https://api.softnetsport.com/v2/toursstandings/21?username=softnetsport | Returns the selected standings in JSON format |
...