Ultimate Tennis
Welcome to the Ultimate Tennis API! It provides all the information you need about the tennis world, including all the details related to players and tournaments(live scores, matches, statistics), from both the ATP and tha WTA circuits, both singles and doubles . We also provide live bettings odds for every match in every tennis category. You can easily build your tennis related portal or…
Ultimate Tennis endpoints
| Method | Endpoint | Description |
|---|---|---|
| Males (ATP + Challenger) | ||
| GET |
Live Players Rankings /live_leaderboard/{n_player} |
With this endpoint, you can retrieve info about the live tennis rankings for a given number of players, with position/points/info about the last match played in the current… |
| GET |
Official ATP Players Rankings /rankings/atp/{category}/{n_players}/{timestamp} |
This endpoint allows you to retrieve the rankings(**singles**+ **doubles**) of the current tennis season. You can arbitrarily decide the number of players displayed (nplayers)… |
| GET |
ATP Player Stats by ID /player_stats/atp/{player_id}/{year}/{surface} |
Via this endpoint you can retrieve official updated statistics for a given ATPplayer. Values are updated after every played match. ID can be retrieved from the Official ATP… |
| GET |
Tournament List /tournament_list/atp/{year}/{category} |
Via this endpoint, you can retrieve the list of all tournaments to be played in a selected year. We return some basic info about every row such as tournament venue, surface,… |
| GET |
Tournament Results by ID and Year /tournament_results/{tournament_id}/{year} |
Via this endpoint, you can retrieve all the matches played in the selected tournament, in a given year. The results are added instantly for every match that ends. You can… |
| GET |
Global Players Statistics /global_players_stats/{category}/{season}/{surface} |
This endpoint allows you to retrieve global statistics about tennis players. You can customize the statistic (aces, breakpoints converted, 1st serve points won...), the season… |
| GET |
Player Details by ID /player_info/{player_id} |
This endpoint allows you to retrieve specific details about a single player. ID **must** be provided, you can retrieve a player ID from the Players Rankings endpoint. |
| GET |
Player Ranking History by ID /ranking_history/{player_id} |
You can access all the history of the rankings for a selected player. ID **must** be provided, you can retrieve a player ID from the Players Rankings endpoint. |
| GET |
Daily Schedule by Tournament ID /atp/tournament_daily_schedule/{tournament_id} |
Retrieve the daily schedule for a specific tournament ID. |
| Females (WTA) | ||
| GET |
Official WTA Players Rankings /rankings/wta/{category}/{n_players}/{timestamp} |
This endpoint allows you to retrieve the rankings(**singles**+ **doubles**) of the current tennis season. You can arbitrarily decide the number of players displayed (nplayers)… |
| GET |
Tournament List WTA /tournament_list/wta/{year} |
Via this endpoint, you can retrieve the list of all tournaments to be played in a selected year (from *1960* to *2022*). We return some basic info about every row such as… |
| GET |
Tournament Results by ID and Year WTA /tournament_results/wta/{tournament_id}/{year} |
Via this endpoint, you can retrieve all the matches played in the selected tournament, in a given year. The results are added instantly for every match that ends. You can… |
| GET |
Player Stats by ID and Year /player_stats/wta/{player_id}/{year} |
Via this endpoint you can retrieve official updated statistics for a given WTA player. Values are updated after every played match. ID can be retrieved from the Official WTA… |
| GET |
Player Info By ID /wta/player_info/{player_id} |
This endpoint provides YTD and Career details for a selected player. You can obtain the Player ID from the WTA Rankings endpoint. |
| Other endpoints | ||
| GET |
Live Scores with Live Betting Odds /live_scores |
This endpoint provides info about all the live matches from ATP + WTA. It includes live and prematch odds. |
| GET |
Live Matches Stats /match_details/{match_id} |
You can retrieve all te details related to a single match such as Aces, Break points, First Serve %, first serve returns, second serves, ecc.. |
Ultimate Tennis pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | 1 / second |
|
| ULTRA Recommended | $12.99 / month | 3 / second |
|
| MEGA | $21.99 / month | 5 / second |
|