Skip to end of metadata
Go to start of metadata
Method parameters
Name | Type | Description |
---|
standing_id | xsd:int | REQUIRED. The requested standing identifier |
Query parameters
Name | Type | Description |
---|
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
lang | xsd:string | Determines language for the output data |
subparticipant_id | xsd:int | Determines unique subparticipant id. Could be neccessary to show e.g. top scorers from a single team |
participant_id | xsd:string | List of participant identifiers separated by a comma (e.g. 123,234,321) for which you want to get results. |
Method calling examples
Output elements
standings |
---|
standings > standing |
---|
id | Unique identifier for the standings | name | Name of the standings | sport_id | Unique identifier for the sport in which the standings occurres | sport_name | Name of the sport | type_id | Unique identifier for the standings type. e.g. Away standings, World Cup standings, Event's final result | type_name | Name 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_id | Unique 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_name | Name of selected object e.g. European Championship (competition_season), Premier League (competition_season), FC Barcelona (team), Relegation Round (stage), FC Barcelona - Manchester United (event) | stage_name_id | Unique identifier for the stage's name. | item_status | Describes status of the item (record). Possible values: - active - the record is active
- deleted - the record was deleted by the admin. When an event was added by mistake
| reset_group_rank | Describes type of rank in groups. Possible values: - yes - (default) each possible group in standings has it's own rank and it starts from value 1
- no - all possible groups share the same rank e.g. rank in group B could start from the value higher than last value in group A.
| competition_id | Unique identifier for the competition | season_id | Unique identifier for the season | stage_id | Unique identifier for the stage | ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP |
|
standings > standing > groups |
---|
standings > standing > groups > group |
---|
id | Unique identifier for the group | name | Name of the group | ut | Information about the date and time of when the group record was last updated. Format UNIX_TIMESTAMP |
|
standings > standing > groups > group > participants |
---|
standings > standing > groups > group > participants > participant |
---|
id | Unique identifier of the participant | type | Participant type. Possible values: | name | Participants name | short_name | Participants abbreviated name, max length: 20 characters | acronym | Max 3 characters in length mini name, e.g. BAR, REA | gender | Participants gender. Possible value: - male
- female
- mixed (e.g for mixed doubles in tennis )
| area_id | Unique identifier for the area represented by the participant. | area_name | Area name represented by the participant. | area_code | Max 3 characters in length for the abbreviated area name e.g. GER, POL, FRA. | sport_id | Unique identifier for the sport in which the participant is involved. | sport_name | Name of the sport in which the participant is involved. | national | Determines if participant is a national team. Possible values: | website | Participants official website | ut | Information about when the date and time of the record was last updated. Format UNIX_TIMESTAMP | old_participant_id | deprecated. The attribute will be removed in the next API version | slug | friendly url for participant | logo | Attribute for internal purpose | virtual | Determines if the participant is real player / team or virtual. Possible values: | shirt_nr | Information about player's season number |
|
standings > standing > groups > group > participants > participant > columns |
---|
standings > standing > groups > group > participants > participant > columns > column |
---|
id | Unique identifier for the column | name | Name of the column | short_name | Abbreviated name of the column | code | Attribute for internal purpose |
|
standings > standing > groups > group > corrections |
---|
standings > standing > groups > group > corrections > correction |
---|
participant_id | Identifier for the participant | participant_name | Name of the participant | value | Correction value, e.g. "+2" | reason | Determines the reason of corrections. Possible reasons: - Association decision
- Disqualified
- Financial issues
- Quit
- Regulations
|
|
standings > standing > groups > group > zones |
---|
standings > standing > groups > group > zones > zone |
---|
id | Identifier for the zone | name | Name of the zone | colour | The CSS colour for the zone |
|