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

Resource information

URLhttps://api.softnetsport.com/v2/standings/{standing_id}
XSDhttps://api.softnetsport.com/assets/API/docs/xsd/standings.show.xsd
MethodGET

Description

Returns the single standings data
PackageThis resource is included in the STATISTICS packages
Cache60 seconds
Authorization requiredYes

Method parameters

NameTypeDescription
standing_idxsd:intREQUIRED. The requested standing identifier

Query parameters

NameTypeDescription
tokenxsd:stringREQUIRED. More information concerning oAuth token: oAuth 2.0 authorization
langxsd:string

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

subparticipant_idxsd:intDetermines unique subparticipant id. Could be neccessary to show i.e. top scorers from the single team

Method calling examples

LinkDescription
https://api.softnetsport.com/v2/standings/21.xml?token={{YOUR_TOKEN}}Returns the selected standings in XML format
https://api.softnetsport.com/v2/standings/21?token={{YOUR_TOKEN}}Returns the selected standings in JSON format

Output elements

.standings 
idUnique identifier for the standings
nameName of the standings
sport_idUnique identifier of the sport in which standings occures. softnetSPORT API provides the following sports: sports.index
sport_nameName of the sport
type_nameName of standings type. i.e. Standings table, Top scorers, Cards
subtype

Name of subtype of standings. Possible values:

    • standings
    • under_over
    • form
    • overall_stats
object_idUnique identifier for object selected in the 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)
utInformation about date and time when the record was last updated. Format UNIX_TIMESTAMP
..groups 
...group 
idUnique identifier for group. Could be empty value
nameName of the group. Could be empty value
utInformation about date and time when the group record was last updated. Format UNIX_TIMESTAMP
....participants 
.....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
subparticipant_idParticipant team identifier (could be empty)
subparticipant_nameParticipant team name (could be empty)
.....columns 
......column 
idIdentifier of the columns/stats
nameName of the column (title)
valueValue of the column for the single participant
....corrections 
.....correction 
participant_idIdentifier of the participant
participant_nameName of the participant
valueCorrection value, i.e. "+2"
....zones 
.....zone 
nameName of the zone
colourThe CSS colour for the zone
  • No labels