Resource information
URL | https://api.softnetsport.com/v2/competitions/{competition_id} |
---|---|
Method | GET |
Description | Returns the single competition data |
Package | This resource is included in STATISTICS package |
Method parameters
Name | Data type | Description |
---|---|---|
competition_id | xsd:int | REQUIRED. The requested competition identifier |
Query parameters
Name | Data type | Description |
---|---|---|
username | xsd:string | REQUIRED. Assigned to you by softnetSPORT administrator |
lang | xsd: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=softnetsport | Returns detailed data for the single competition: Premier League in XML format |
https://api.softnetsport.com/v2/competitions/1528?username=softnetsport | Returns detailed data for the single competition: Premier League in JSON format |
Output elements
.competition | |
---|---|
id | Unique identifier for the competition |
name | Name of the competition i.e. U19 World Champ. |
short_name | Shorter 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:
|
type | Competitions type. Could be:
|
area_id | Unique identifier of area in which competitions are played. softnetSPORT API provides the following areas: areas.index |
area_name | Name of area in which competitions are played. |
area_type | Type of area in which competitions are played. Possible values:
|
area_sort | Numeric 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_code | Max 3 characters length of area in which competitions are played. |
overall_sort | Numeric value indicating the order within global competitions |
sport_id | Unique identifier of the sport in which competition is played. softnetSPORT API provides the following sports: sports.index |
tour_id | Unique identifier of the tour in which competition is played. Could be empty value. softnetSPORT API provides the following tours: tours.index |
sport_name | Name of the sport in which competition is played. |
ut | Information about date and time when record was last updated. Format YYYY-MM-DD HH:MM:SS. UTC timezone. |