Description
Returns staus for events from all sport disciplines.
Parameters
sport_id | xsd:int | Identifier of sport. Allows to filter status for selected sport. |
Optional | Data type | Description |
---|
Output
The output contains status which may occur in events.
Method calling examples:
link | result description |
---|---|
https://api.softnetsport.com/v2/status | returns list of all status |
returns list of status used in basketball |
Output elements
id | Unique identifier for status |
name | Name of status |
short_name | Shorter name of status. Max ten characters |
type | Type of status. Value can be: "live", "scheduled", "finished", "cancelled", "interrupted", "deleted", "other". |
.status | status for events |
---|