Overview
How to find IDs
Start with search, the player list, the calendar, or fixtures. Then reuse the player ID or tournament season ID on the routes below. Core paths are /tennis/v2/{atp|wta}/โฆ unless the box already shows a full /tennis/v2/ URL.
Step 1 โ Discover IDs
Search/tennis/v2/search
Get Players/tennis/v2/{type}/player
Tournament Calendar/tennis/v2/{atp|wta}/tournament/calendar/{year}
Get All Fixtures/tennis/v2/{type}/fixtures
Date Fixtures/tennis/v2/{atp|wta}/fixtures/{date}
Step 2 โ IDs you get
from player objects
Player ID
from tournament objects
Tournament ID (seasonid)
Step 3 โ What you can call
With Player ID
Player Profile/player/profile/{id}
Player Titles/player/titles/{id}
Player Past Matches/player/past-matches/{id}
Player Finals/player/finals/{id}
Surface Summary/player/surface-summary/{id}
Match Stats/player/match-stats/{id}
Perf Breakdown/player/perf-breakdown/{id}
Match Filters/player/filter/{id}
Interesting H2H/player/intersting-h2h/{id}
Player Fixtures/fixtures/player/{player_id}
With Tournament ID
Tournament Info/tournament/info/{seasonid}
Tournament Seasons/tournament/seasons/{seasonid}
Tournament Results/tournament/results/{seasonid}
Past Champions/tournament/past-champtions/{seasonid}
Tournament Fixtures/fixtures/tournament/{tournamentId}
With Player ID + Player ID
Player ID 1
+
Player ID 2
H2H Info/h2h/info/{p1}/{p2}
H2H Stats/h2h/stats/{p1}/{p2}
H2H Matches/h2h/matches/{p1}/{p2}
H2H Match Filters/h2h/filter/{p1}/{p2}
H2H Vs All Stats/h2h/vs-all-stats/{p1}
H2H Fixtures/fixtures/h2h/{p1}/{p2}
Player ID + Tournament ID
Player ID
+
Tournament ID
Tournament Record/player/tournament-record/{pid}/{tid}
H2H Match Stats/h2h/match-stats/{tid}/{p1}/{p2}
No ID needed โ Standalone endpoints
Singles Rankings/tennis/v2/{atp|wta}/ranking/singles
Doubles Rankings/tennis/v2/{atp|wta}/ranking/doubles
Date Range Fixtures/tennis/v2/{atp|wta}/fixtures/{start}/{end}
Country List/tennis/v2/countries
Court List/tennis/v2/court
Round List/tennis/v2/round
Ranking List/tennis/v2/ranking
Entry / Discovery
Player endpoints
Tournament endpoints
H2H endpoints
Fixture endpoints
Rankings
Reference Data
Base URL: https://tennis-api-atp-wta-itf.p.rapidapi.com/tennis/v2/ย ยทย All endpoints support atp and wta tour types