tennis-data Racquet
Run on Machina
Coming soon
ATP and WTA tennis data via ESPN public endpoints — tournament scores, season calendars, player rankings, player profiles, and news. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent tournament scores for a tour |
get_rankings |
ATP or WTA player rankings |
get_calendar |
Full season tournament calendar |
get_player_info |
Individual tennis player profile |
get_news |
Example Prompts
- What ATP matches are happening right now?
- Show me the WTA rankings
- When is the French Open this year?
Quick Start
# CLI
sports-skills tennis-data get_scoreboard
# Python
from sports_skills import tennis_data
tennis_data.get_scoreboard()