Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeDescription
usernamexsd:stringREQUIRED. Assigned to you by the softnetSPORT administrator
langxsd:string

Determines language for the output data. softnetSPORT API provides the following languages: languages.index

pagexsd:intDetermines offset of paginated data. Default value is 1 which means first page
limitxsd: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_fromxsd:stringSelection datetime, format 'yyyy-mm-dd hh:mm:ss'. Date from which events should be returned
date_toxsd:stringSelection datetime, format 'yyyy-mm-dd hh:mm:ss'. End date of returned events
sport_idxsd:intDetermines the sport identifier in which the events are played. softnetSPORT API provides the following sports: sports.index
area_idxsd:intDetermines the area identifier in which the events are played. softnetSPORT API provides the following sports: areas.index
competition_idxsd:intDetermines the competition identifier in which the events are played. softnetSPORT API provides the following sports: competitions.index
season_idxsd:intDetermines the season identifier in which the events are played. softnetSPORT API provides the following sports: seasons.index
stage_idxsd:intDetermines the stage identifier in which the events are played. softnetSPORT API provides the following sports: stages.index
group_idxsd:intDetermines the group identifier in which the events are played. softnetSPORT API provides the following sports: groups.index
participant_idxsd:intDetermines the identifier of the participant. softnetSPORT API provides the following statuses: participants.index
tzxsd:stringDetermines timezone for the output data. softnetSPORT API provides the following timezones: timezones

Method calling examples

LinkDescription
https://api.softnetsport.com/v2/livescore.xml?username=softnetsportReturns list of all events in XML format
https://api.softnetsport.com/v2/livescore?username=softnetsportReturns list of all events in JSON format

...