Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Returns names of the stages used in softnetSPORT API.

Package

This method is included in STATISTICS package.

Parameters

NameTypeDescription
usernamexsd:stringREQUIRED. Assigned to you by 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 500

Possible values: 5, 10, 25, 50, 100, 250, 500

sport_idxsd:intREQUIRED. Identifier of the sport. Allows to filter participants for the selected sport. softnetSPORT API provides the following sports: sports.index
season_idxsd:intDetermines the season id, in which participants can participated. F.e. to get all participants played in Premiership 2014/15
area_idxsd:intDetermines the area represented by the participant. softnetSPORT API provides the following areas: areas.index
typexsd:string

Participant type. Possible values:

  • team
  • person
subtypexsd:string

Participant subtype. Possible values:

  • athlete
  • coach
  • playing_coach
  • referee
  • director

Method calling examples

Link
Description
https://api.softnetsport.com/v2/participants.xml?username=softnetsportReturns the list of participants for soccer names in XML format
https://api.softnetsport.com/v2/participants?username=softnetsportReturns the list of participants for soccer in JSON format
 Returns team participants from soccer Premiera Division for season 2014/2015

Output elements

idUnique identifier of the stage name
nameName of the stage
.stage_name
 
  • No labels