Get Calendar Filters
GET
Returns all available filter options for the Advanced Calendar endpoints, including supported years, tournament levels, and court surfaces./tennis/v2/calendar/{tour_type}/filtersPath Parameter
| Parameter | Required | Description |
|---|---|---|
tour_type | Yes | Tour category. Allowed values: atp, wta. |
Get Calendar By Year
GET
Returns the complete tournament calendar for a specific year, including tournament details, surface, level, prize money, and the matches played during each tournament./tennis/v2/calendar/{tour_type}/{year}Path Parameter
| Parameter | Required | Description |
|---|---|---|
tour_type | Yes | Tour category. Allowed values: atp, wta. |
year | Yes | Year Value(2026) |
Query Parameter
| Parameter | Required | Description |
|---|---|---|
pageNo | No | Page number, 1-indexed. Default: 1 |
pageSize | No | Specifies the number of records returned per request. Defaults to 200 if omitted. Maximum allowed value is 200. |
Get Grand Slam Champions Calendar
GET
Returns the historical calendar of Grand Slam tournaments along with tournament information and participating players for each edition./tennis/v2/calendar/{tour_type}/grand-slam-championsPath Parameter
| Parameter | Required | Description |
|---|---|---|
tour_type | Yes | Tour category. Allowed values: atp, wta. |
Query Parameter
| Parameter | Required | Description |
|---|---|---|
pageNo | No | Page number, 1-indexed. Default: 1 |
pageSize | No | Specifies the number of records returned per request. Defaults to 200 if omitted. Maximum allowed value is 200. |