ncaa_scoreboard
Retrieve current college sports scoreboards for any NCAA sport and division, displaying game scores, status, and contest clock.
Instructions
Current scoreboard for one college sport and division — games with scores, state and clock.
Returns: {updated_at, games:[{game:{gameID, startDate, startTime, gameState, currentPeriod, contestClock, home:{names:{short, full}, score, winner, conferences}, away:{…}, url, network}}]} — note each entry is a one-key object wrapping game
Example: FBS football scoreboard {"sport": "football", "division": "fbs"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Hyphenated, gendered sport slug: football, basketball-men, basketball-women, ice-hockey-men, lacrosse-men, … | football |
| division | No | fbs/fcs for football; d1/d2/d3 for other sports. | fbs |