cbb-data College

Run on Machina Coming soon

College Basketball (CBB) data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, win probability, rankings, futures, team/player stats, and news for NCAA Division I men's basketball. 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_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()