Description
Returns staus for events from all sport disciplines.
Package
This method is included all packages.
Parameters
lang | xsd:string | Determines language for output data. Possible values: en, pl |
page | xsd:int | Determines maximum number of returned records. Used in paginated data. Default value is 500 |
limit | xsd:int | Determines offset of paginated data. Default value is 0. Possible values: 5, 10, 25, 50, 100, 250, 500 |
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.xml | 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 10 characters |
type | Type of status. Value can be: "live", "scheduled", "finished", "cancelled", "interrupted", "deleted", "other". |
.status | status for events |
---|