...
Link | Description |
---|---|
https://api.softnetsport.com/v2/incidents.xml?token={{YOUR_TOKEN}} | Returns a list of all incidents in XML format |
https://api.softnetsport.com/v2/incidents?token={{YOUR_TOKEN}} | Returns a list of all incidents in JSON format |
https://api.softnetsport.com/v2/incidents.xml?token={{YOUR_TOKEN}}&sport_id=1 | Returns a list of incidents which are used in basketball |
Output elements
incidents | .||||||||
---|---|---|---|---|---|---|---|---|
incidents > incident | ||||||||
id | Unique identifier for the incident | |||||||
name | Name of the incident | |||||||
code | Attribute for internal purpose | |||||||
important | Determines if the incident is important e.g. goals, cards, substitutions. Possible values:
| |||||||
important_for_trader | Determines if incident is important for traders. Possible values:
| |||||||
sport_id | Identifier for sport in which the incident concerns | |||||||
type | Type of incident. Possible values:
| |||||||
group | A group which incident belongs to. | |||||||
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP
|