wnba-data US Sports
Run on Machina
Coming soon
WNBA data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, win probability, injuries, transactions, futures, team/player stats, leaders, and news. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent WNBA scores |
get_standings |
Standings by conference |
get_teams |
All WNBA teams |
get_team_roster |
Full roster for a team |
get_team_schedule |
Schedule for a specific team |
get_game_summary |
Detailed box score and scoring plays |
get_leaders |
WNBA statistical leaders |
get_news |
WNBA news articles |
get_play_by_play |
Full play-by-play for a game |
get_win_probability |
Win probability chart data |
get_schedule |
Schedule for a specific date or season |
get_injuries |
Injury reports across all teams |
get_transactions |
Recent transactions |
get_futures |
Futures/odds markets |
get_team_stats |
Team statistical profile |
get_player_stats |
Player statistical profile |
Example Prompts
- What are today's WNBA scores?
- Show me the WNBA standings
- Who's on the Indiana Fever roster?
- Show me WNBA statistical leaders
- What are the WNBA championship odds?
Quick Start
# CLI
sports-skills wnba-data get_scoreboard
# Python
from sports_skills import wnba_data
wnba_data.get_scoreboard()