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…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

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

Docs: https://docs.livetennisapi.com

Server tool list (12)

Raw names from tools/list. Only developers need these.

get_live_matchesList 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_matchesList tennis matches scheduled to start soon, with players and tournament.
get_matchFull detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA.
get_match_scoreCurrent score for one match — the fastest, lowest-latency read. Use this when you only need the score and already know the match id.
search_playersSearch tennis players by name. Returns id, country, ranking and tour. Use the returned id with get_player.
get_playerOne player's profile: ranking, country, handedness, date of birth and cached stats.
get_fixturesUpcoming scheduled tennis fixtures, earliest first — the forward schedule.
get_recent_resultsRecently completed tennis matches with final scores and winners.
get_match_eventsTimeline of events for a match — breaks, games won, sets won, momentum runs. Requires the PRO plan.
get_match_oddsMatch-winner market prices for a match — implied probability per player, with bid, ask and mid. Requires the PRO plan.
get_match_analysisModel analysis for a match: predicted win probability, the model's thesis and the key factors behind it. Requires the ULTRA plan.
check_api_statusCheck whether the Live Tennis API is reachable and which plan the configured key is on. Useful for diagnosing why other tools are refusing data.