Tennis Data & Analytics
Pricing
from $5.00 / 1,000 list fetches
Tennis Data & Analytics
Real-time tennis scores, players, match-winner market prices, and model win-probability analysis. Live match streaming to dataset.
Pricing
from $5.00 / 1,000 list fetches
Rating
0.0
(0)
Developer
Live Tennis API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Real-time tennis data for ATP, WTA, Challenger and ITF — singles and doubles. Live scores, players and rankings, match-winner market prices, and model-driven win-probability, delivered straight into an Apify dataset.
Pay per event. No subscription, no API key to manage.
What you can fetch
| Resource | What you get |
|---|---|
live | Every match currently in progress, with live score state |
history | Recently completed matches with the derived winner |
players | Player search — bio, ranking, country, tour |
match | Full detail for one match |
score | Current score only — the lowest-latency read |
analysis | Model win-probability, confidence and key factors |
stream | Live WebSocket feed streamed to your dataset for N minutes |
Score format
sets is [sets_p1, sets_p2].
games is [games_p1, games_p2] where each side is a per-set list — so
[[6,3,2],[4,6,1]] reads 6-4, 3-6, 2-1. It is player-major, not set-major;
reading it the other way gives a plausible-looking but wrong scoreline.
All timestamps are UTC ISO 8601 with a Z suffix.
Prefer to call the API directly?
This Actor wraps the Live Tennis API. If you would rather integrate it into your own application, there are official clients:
| Language | Install |
|---|---|
| Python | pip install livetennisapi |
| JavaScript / TypeScript | npm install livetennisapi |
| MCP server for LLM agents | npx livetennisapi-mcp |
Both SDKs are typed, MIT licensed, and ship a livetennis CLI plus a
reconnecting client for the WebSocket feed. The MCP server gives Claude, Cursor
and other agents 12 read-only tools over the same data, and is listed in the
official MCP Registry.
- Full API reference — https://docs.livetennisapi.com/reference.html
- OpenAPI 3.1 specification — https://github.com/livetennisapi/openapi
- Source, all MIT — https://github.com/livetennisapi
- Plans and pricing — https://livetennisapi.com
Support
Questions or a data problem? Open an issue at https://github.com/livetennisapi/openapi/issues or see https://livetennisapi.com