...
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 | |||
subparticipant_id | xsd:int | Determines unique subparticipant id. Could be neccessary to show i.e. top scorers from the single team | limit | xsd:int |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/standings/21.xml?username=softnetsport | Returns the selected standings in XML format |
https://api.softnetsport.com/v2/standings/21?username=softnetsport | Returns the selected standings in JSON format |
...