Get Tournament Draws
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/{year}/draws
Returns the full draw structure for a tournament in a given year.Path Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
{year}Required | integer |
Year Value(2026) | |
Get Tournament Seeds
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/{year}/seeds
Returns the current seedings for a tournament (omit year for current edition)Path Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
{year}Required | integer |
Year Value(2026) | |
Get Tournament Available Years
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}
Returns all years for which data is available for a tournamentPath Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
Get Tournament Most Victories
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/most-victories
Returns the list of players with the most wins at a given tournament across all yearsPath Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
Get Tournament Current Seeds
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/seeds
Returns the current seedings for a tournament (omit year for current edition)Path Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
Get Tournament Details By Year
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/{year}
Returns general tournament info (surface, level, prize money, dates) for a specific yearPath Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
{year}Required | integer |
Year Value(2026) | |
Get Tournament Points Breakdown
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/{year}/points
Returns the ranking points awarded per round in a given tournament and year.Path Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
{year}Required | integer |
Year Value(2026) | |
Get Tournament Past Champions
GET/tennis/v2/ms-api/tournament/{tourType}/{tournament}/{year}/past-champions
Returns a list of all previous winners up to and including the specified year.Path Parameter
| Parameter | Type |
|---|---|
{tourType}Required | string |
ENUM("atp", "wta") | |
{tournament}Required | string |
Tournament name ("EFG%20Swiss%20Open%20-%20Gstaad") | |
{year}Required | integer |
Year Value(2026) | |