Live Tennis
Real-time tennis for ATP, WTA, Challenger and ITF — live and upcoming matches with point-by-point scores, players and rankings, the forward fixture schedule…
What it can do
- Get Live Matches: List tennis matches currently in progress, with live scores. Covers ATP, WTA, Challenger and ITF. Use this for "what tennis is on right now".
- Get Upcoming Matches: List tennis matches scheduled to start soon, with players and tournament.
- Get Match: Full detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA.
What data it sees
Do you need an account
No: the server works without sign-in
Real-time tennis for ATP, WTA, Challenger and ITF — live and upcoming matches with point-by-point scores, players and rankings, the forward fixture schedule, match-winner market prices and model win-probability. Singles and doubles.
12 read-only tools. Every call is a GET; nothing here can modify anything.
Tier-aware. An endpoint above your plan returns a plain-English explanation naming the tier required, as a normal result rather than a bare 403, so the assistant tells you something true instead of guessing or retrying.
Free tier, no card — live and upcoming matches, scores, players and fixtures at 1,000 requests/day: https://livetennisapi.com/subscribe/free
Server tool list (12)
Raw names from tools/list. Only developers need these.
| get_live_matches | List tennis matches currently in progress, with live scores. Covers ATP, WTA, Challenger and ITF. Use this for "what tennis is on right now". |
| get_upcoming_matches | List tennis matches scheduled to start soon, with players and tournament. |
| get_match | Full detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA. |
| get_match_score | Current score for one match — the fastest, lowest-latency read. Use this when you only need the score and already know the match id. |
| search_players | Search tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player. |
| get_player | One player's profile: ranking, country, handedness, date of birth and cached stats. |
| get_fixtures | Upcoming scheduled tennis fixtures, earliest first — the forward schedule. |
| get_recent_results | Recently completed tennis matches with final scores and winners. |
| get_match_events | Timeline of events for a match — breaks, games won, sets won, momentum runs. Requires the PRO plan. |
| get_match_odds | Match-winner market prices for a match — implied probability per player, with bid, ask and mid. Requires the PRO plan. |
| get_match_analysis | Model analysis for a match: predicted win probability, the model's thesis and the key factors behind it. Requires the ULTRA plan. |
| check_api_status | Check whether the Live Tennis API is reachable and which plan the configured key is on. Useful for diagnosing why other tools are refusing data. |