Tournaments
Retrieve a list of all tournaments for a specific league.
GET https://data.unabated.com/tournament/{league}
URL Parameters
|
Field |
Type |
Description |
|
|
String |
The league for which to retrieve tournament data. |
Response Fields
|
Attribute |
Type |
Description |
|
|
Integer |
The unique identifier for the tournament. |
|
|
String or null |
The name of the tournament. |
|
|
Integer |
The identifier of the league the tournament belongs to. |
|
|
Integer or null |
The identifier of the season associated with the tournament. |
|
|
String or null |
The type of surface for the tournament, if applicable. |
|
|
Integer or null |
The number of matches/games in a series, if applicable. |
|
|
String or null |
The last modification date and time in ISO 8601 format. |