v2

Advanced API

Advanced API Overview

The Advanced API provides a richer, deeper set of tennis data endpoints beyond the core API. It covers detailed player analytics, live match tracking, match predictions, advanced H2H breakdowns, full season calendars, potential fixture combinations, and global search β€” all accessible through the same RapidAPI subscription.

ℹ️
Same authentication All Advanced API endpoints use the exact same X-RapidAPI-Key and X-RapidAPI-Host headers as the core API. No additional credentials are required.

Base URL

All Advanced API endpoints share the following base URL on the same host:

Base URL
https://tennis-api-atp-wta-itf.p.rapidapi.com/tennis/v2/ms-api/

Authentication

HeaderValue
X-RapidAPI-KeyYour RapidAPI subscription key
X-RapidAPI-Hosttennis-api-atp-wta-itf.p.rapidapi.com

Tour Types

Most endpoints require a {type} path parameter specifying the tour:

ValueTour
atpMen's tour (ATP)
wtaWomen's tour (WTA)
ℹ️
Player name format Endpoints that accept a {name} path parameter expect the player name in lastname-firstname lowercase hyphenated format.
Example: djokovic-novak, swiatek-iga, alcaraz-carlos

Available Modules

Module Summary

ModuleBase PathEndpoints
Profile.../ms-api/profile/13
H2H Advanced.../ms-api/h2h/15
Upcoming & Live.../ms-api/upcoming/ + live-events/ + live-score/ + pbp-stat/10
Tournament Advanced.../ms-api/tournament/ + calendar/ + potential-fixtures/12
Rankings & Search.../ms-api/ranking/ + search/7

Quick Example

cURL
curl --request GET \
  --url 'https://tennis-api-atp-wta-itf.p.rapidapi.com/tennis/v2/ms-api/profile/alcaraz-carlos' \
  --header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY' \
  --header 'X-RapidAPI-Host: tennis-api-atp-wta-itf.p.rapidapi.com'