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

« Previous Version 7 Next »

Resource information

URLhttps://api.softnetsport.com/v2/competitions/{competition_id}
MethodGET

Description

Returns the single competition data
PackageThis resource is included in STATISTICS package

Method parameters

NameData typeDescription
competition_idxsd:intREQUIRED. The requested competition identifier

Query parameters

NameData typeDescription
usernamexsd:stringREQUIRED. Assigned to you by softnetSPORT administrator
langxsd:string

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

 

Method calling examples

Link
Description
https://api.softnetsport.com/v2/competitions/1528.xml?username=softnetsportReturns detailed data for the single competition: Premier League in XML format
https://api.softnetsport.com/v2/competitions/1528?username=softnetsportReturns detailed data for the single competition: Premier League in JSON format

Output elements

.competition
 
idUnique identifier for the competition
nameName of  the competition i.e. U19 World Champ.
short_nameShorter name of the competition i.e. U19 WCH, Max 20 characters.
mini_name

Mini name of the competition. Max 3 characters length i.e. U19

gender

Competition gender. Could be:

  • male
  • female
  • mixed
  • undefined
type

Competitions type. Could be:

  • country_league - i.e. Premier Division
  • country_cups - i.e. FA Cup
  • international - i.e. World Cup
  • international_clubs - i.e. Champions League 
  • friendly - friendly matches
  • individual - for speedway individual competitions such as Speedway GP
  • team - for speedway national competitions
  • single - for tennis competitions
  • double - for tennis competitions
  • mixed - for tennis competitions
  • undefined - other
area_idUnique identifier of area in which competitions are played. softnetSPORT API provides the following areas: areas.index
area_nameName of area in which competitions are played.
area_type

 Type of area in which competitions are played. Possible values:

  • country
  • international
area_sortNumeric value indicating the order within area in which competitions are played. I.e. Premier League is 1st and the Championship League is 2nd in English competitions
area_codeMax 3 characters length of area in which competitions are played. 
overall_sortNumeric value indicating the order within global competitions
sport_idUnique identifier of the sport in which competition is played. softnetSPORT API provides the following sports: sports.index
tour_idUnique identifier of the tour in which competition is played.  Could be empty value. softnetSPORT API provides the following tours: tours.index
sport_nameName of the sport in which competition is played.
utInformation about date and time when record was last updated. Format YYYY-MM-DD HH:MM:SS. UTC timezone.
  • No labels