cfb-data College
Run on Machina
Coming soon
College Football (CFB) data via ESPN public endpoints and the NCAA's official endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, rankings, injuries, futures, team/player stats, and news for FBS, plus official FCS scoreboards, NCAA game detail with drive context, and the schools index. Zero config, no API keys.
Commands
| Command | Description |
|---|---|
get_scoreboard |
Live/recent college football scores |
get_standings |
Standings by conference (use `group` parameter) |
get_teams |
All 750+ FBS college football 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_rankings |
AP Top 25, Coaches Poll, CFP rankings |
get_news |
College football news |
get_play_by_play |
Full play-by-play for a game |
get_schedule |
Season schedule by week |
get_injuries |
Injury reports across all teams |
get_futures |
Futures/odds markets (National Championship, Heisman, etc.) |
get_team_stats |
Team statistical profile |
get_player_stats |
Player statistical profile |
get_ncaa_scoreboard |
Official NCAA scoreboard — FBS and FCS |
get_ncaa_schedule |
Which weeks 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 with drive context |
get_ncaa_scoring_summary |
Official scoring summary |
get_ncaa_schools |
NCAA schools index (all divisions) |
Example Prompts
- What are the college football rankings?
- Show me SEC football standings
- What's Alabama's schedule this season?
- Show me this week's college football scores
- Who's the Heisman favorite?
Quick Start
# CLI
sports-skills cfb-data get_scoreboard
# Python
from sports_skills import cfb_data
cfb_data.get_scoreboard()