...
URL | https://api.softnetsport.com/v2/standings/{standing_id} |
---|---|
XSD | |
Method | GET |
Description | Returns the single standings data |
Package | This resource is included in the STATISTICS packages |
Authorization required | Yes |
Method parameters
Name | Type | Description |
---|---|---|
standing_id | xsd:int | REQUIRED. The requested standing identifier |
...
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/standings/21.xml?username=softnetsporttoken={{YOUR_TOKEN}} | Returns the selected standings in XML format |
https://api.softnetsport.com/v2/standings/21?username=softnetsporttoken={{YOUR_TOKEN}} | Returns the selected standings in JSON format |
...