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 33 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 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 authorization in API introduction section
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 e.g. top scorers from a single team
participant_idxsd:stringList of participant identifiers separated by a comma (e.g. 123,234,321) for which you want to get results.

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 for the sport in which the standings occurre. softnetSPORT API provides the following sports: sports.index
sport_nameName of the sport
type_nameName of standings type. e.g. 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 is generated. Possible values:

  • sport (e.g. WTA Ranking)
  • season (standings for England Premiership)
  • stage (standings in second round of competitions)
object_nameName of selected object e.g. European Championship (competition_season), Premier League (competition_season), FC Barcelona (team),
Relegation Round (stage), FC Barcelona - Manchester United (event)
utInformation about the date and time of 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 the date and time of when the group record was last updated. Format UNIX_TIMESTAMP
....participants 
.....participant 
idUnique identifier for participant
nameName of participant
area_idArea identifier for participant
area_nameArea name for participant
rankPresent position, place in standings
last_rankLast position, place in standings
zone_nameStandings zone name
subparticipant_idParticipants team identifier (could be empty)
subparticipant_nameParticipants team name (could be empty)
subparticipant_slugFriendly url for the subparticipant (could be empty)
participant_slugFriendly url for the participant
.....columns 
......column 
idIdentifier for the columns/stats
nameName of the column (title)
short_nameAbbreviated name of the column (title)
valueValue of the column for a single participant
....corrections 
.....correction 
participant_idIdentifier for the participant
participant_nameName of the participant
valueCorrection value, e.g. "+2"
....zones 
.....zone 
nameName of the zone
colourThe CSS colour for the zone
  • No labels