...
URL | https://api.softnetsport.com/v2/incidents |
---|---|
XSD | |
Method | GET |
Description | Returns incidents, which may occur during the event |
Package | This resource is included in SCOUTSFEED, LIVESCORE, STATISTICS packages |
Authorization required | Yes |
Method parameters
Name | Type | Description |
---|---|---|
There are not method parameters in this resource |
...
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/incidents.xml?username=softnetsporttoken={{YOUR_TOKEN}} | Returns list of all incidents in XML format |
https://api.softnetsport.com/v2/incidents?username=softnetsporttoken={{YOUR_TOKEN}} | Returns list of all incidents in JSON format |
https://api.softnetsport.com/v2/incidents.xml?username=softnetsporttoken={{YOUR_TOKEN}}&sport_id=1 | Returns list of incidents which are used in basketball |
...