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 5 Next »

Resource information

URLhttps://api.softnetsport.com/v2/standings/{standing_id}
MethodGET

Description

Returns the single standings data
PackageThis resource is included in STATISTICS packages

Method parameters

NameTypeDescription
There are not method parameters in this resource 

Query parameters

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

  

Determines object type. Possible values:

  • sport
  • season
  • stage
   
   
   

Method calling examples

LinkDescription
https://api.softnetsport.com/v2/tours.xml?username=softnetsportReturns the selected standings in XML format
https://api.softnetsport.com/v2/tours?username=softnetsportReturns the selected standings in JSON format

Output elements

.standings 
idUnique identifier for standings
type_idUnique identifier for standings type
type_nameName of standings type. i.e. Standings table, Top scorers, Cards
object_idUnique identifier for object selected in object_type
object_type

Type of object (kind of scope) for which data are generated. Possible values:

  • sport (i.e. WTA Ranking)
  • season (standings table for England Premiership)
  • stage (standings in second round of competitions)
object_nameName for selected object i.e. European Championship (competition_season), Premier League (competition_season), FC Barcelona (team),
Relegation Round (stage), FC Barcelona - Manchester United (event)
ut 
..group 
idUnique identifier for group. Could be empty value
nameName of the group. Could be empty value
...participant 
idUnique identifier for participant
nameName of participant
area_idArea idetifier of participant
area_nameArea name of participant
rankPresent rank, place in standings
last_rankLast rank, place in standings
zone_nameStandings zone name
participant_membership_idParticipant team identifier (could be empty)
participant_membership_nameParticipant team name (could be empty)
....columns 
.....column 
nameName of the column (title)
valueValue of the column for single participant
....corrections 
.....correction 
participant_idIdentifier of participant
participant_nameName of participant
valueCorrection value, i.e. "+2"
....zones 
.....zone 
nameName of the zone
colourThe CSS colour for the zone
  • No labels