...
URL | https://api.softnetsport.com/v2/rounds |
---|---|
XSD | https://api.softnetsport.com/assets/API/docs/xsd/rounds.index.xsd |
Method | GET |
Description | Returns the rounds whihc which could be related to the event f.e Round 1, Quarterfinals etc. |
Package | This resource is included in the SCOUTSFEED, LIVESCORE and STATISTICS packages |
Cache | 60 seconds |
Authorization required | Yes |
...
Link | Description |
---|---|
https://api.softnetsport.com/v2/rounds.xml?token={{YOUR_TOKEN}} | Returns the rounds in XML format |
https://api.softnetsport.com/v2/rounds?token={{YOUR_TOKEN}} | Returns the rounds in JSON format |
Output elements
.rounds | |
---|---|
id | Unique identifier for the competition |
name | Name of the the competition e.g. U19 World Champ |
sort | The parameter used to sort competitions. Sorting direction is ascending |
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP |
...