...
Name | Type | Description |
---|---|---|
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
lang | xsd:string | Determines the language for the output data |
page | xsd:int | Determines offset of paginated data. Default value is 1 which means first page |
limit | xsd:int | Determines maximum number of returned records on page. Used in paginated data. Default value is 500. Possible values: 5, 10, 25, 50, 100, 250, 500 |
area_type | xsd:string | Determines type of area in which competitions are played. Possible values:
|
type | xsd:string | Determines type competition. Possible values:
For more than one area type you should provide values separated by a comma "," |
area_id | xsd:int | Determines the area in which competition are played. API provides the following areas: areas.index For more than one area you should provide values separated by a comma "," |
sport_id | xsd:int | Determines the sport identificator in which the competitions are played. API provides the following sports: sports.index |
tour_id | xsd:int | Determines the tour identificator in which the competitions are played. API provides the following tours: tours.index |
multi_ids | xsd:string | List of competition identifiers should be separated by a comma (e.g. 123,234,321) for the selected competitions details. |
gender | xsd:string | Determines competition gender. Allows selection of e.g. only WTA Womens Competitions in Tennis. Possible values:
|
timestamp | xsd:unix_timestamp | Selection date, format UNIX_TIMESTAMP. Only changes in competitions that occurred or were updated after this timestamp will be returned |
short_name | xsd:string | Determines competition short_name. The attribute must have minimum 3 characters. |
sort_type | xsd:string | Determines sort type for competitions (internal usage only). Possible values:
|
...