...
Name | Type | Description |
---|---|---|
username | xsd:string | REQUIRED. Assigned to you by the softnetSPORT administrator |
lang | xsd:string | Determines language for the output data. softnetSPORT API provides the following languages: languages.index |
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page |
limit | xsd:int | Determines maximum number of returned records on page. Used in paginated data. Default value is 100. Possible values: 5, 10, 25, 50, 100, 250, 500 |
date_from | xsd:string | Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. Date from which events should be returned |
date_to | xsd:string | Selection datetime, format 'yyyy-mm-dd hh:mm:ss'. End date of returned events |
sport_id | xsd:int | Determines the sport identifier in which the events are played. softnetSPORT API provides the following sports: sports.index |
area_id | xsd:int | Determines the area identifier in which the events are played. softnetSPORT API provides the following sports: areas.index |
competition_id | xsd:int | Determines the competition identifier in which the events are played. softnetSPORT API provides the following sports: competitions.index |
season_id | xsd:int | Determines the season identifier in which the events are played. softnetSPORT API provides the following sports: seasons.index |
stage_id | xsd:int | Determines the stage identifier in which the events are played. softnetSPORT API provides the following sports: stages.index |
group_id | xsd:int | Determines the group identifier in which the events are played. softnetSPORT API provides the following sports: groups.index |
participant_id | xsd:int | Determines the identifier of the participant. softnetSPORT API provides the following statuses: participants.index |
tz | xsd:string | Determines timezone for the output data. softnetSPORT API provides the following timezones: timezones |
Method calling examples
Link | Description |
---|---|
https://api.softnetsport.com/v2/livescore.xml?username=softnetsport | Returns list of all events in XML format |
https://api.softnetsport.com/v2/livescore?username=softnetsport | Returns list of all events in JSON format |
...