cbb-data College
Run on Machina
Coming soon
College Basketball (CBB) data via ESPN public endpoints and the NCAA's official endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, win probability, rankings, futures, team/player stats, and news for Division I men's basketball, plus official D2/D3 scoreboards, NCAA game detail, the March Madness bracket with live scores, and the schools index. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent college basketball scores |
get_standings |
Standings by conference (use `group` parameter) |
get_teams |
All 360+ D1 men's basketball teams |
get_team_roster |
Full roster for a team |
get_team_schedule |
Schedule for a specific team |
get_game_summary |
Detailed box score and player stats |
get_rankings |
AP Top 25 and Coaches Poll rankings |
get_news |
College basketball news |
get_play_by_play |
Full play-by-play for a game |
get_win_probability |
Win probability chart data |
get_schedule |
Schedule for a date or season |
get_futures |
Futures/odds markets (National Championship, etc.) |
get_team_stats |
Team statistical profile |
get_player_stats |
Player statistical profile |
get_ncaa_scoreboard |
Official NCAA scoreboard — D1, D2, and D3 |
get_ncaa_schedule |
Which dates have games (official index) |
get_ncaa_game |
Official NCAA game information |
get_ncaa_boxscore |
Official NCAA box score |
get_ncaa_play_by_play |
Official play-by-play |
get_ncaa_bracket |
March Madness bracket with live scores |
get_ncaa_schools |
NCAA schools index (all divisions) |
get_power_index |
|
get_tournament_projections |
|
compare_teams |
|
find_upset_candidates |
Example Prompts
- What are the college basketball rankings?
- Show me SEC basketball standings
- What are today's college basketball scores?
- Show me Duke's roster
- Who's favored to win March Madness?
Quick Start
# CLI
sports-skills cbb-data get_scoreboard
# Python
from sports_skills import cbb_data
cbb_data.get_scoreboard()