cfbd_games
Get college football games for a season with scores, venue, and attendance. Filter by year, team, week, conference, and season type, including postseason.
Instructions
Games for a season with scores, venue and attendance. year is required.
Returns: [{id, season, week, season_type, start_date, neutral_site, conference_game, venue, home_team, home_points, home_line_scores:[…], away_team, away_points, excitement_index, home_post_win_prob}] — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: 2024 week 1 {"year": 2024, "week": 1}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One school's games. | |
| week | No | Week number. | |
| year | Yes | Season year. | |
| conference | No | Conference abbreviation. | |
| seasonType | No | Bowl games need 'postseason' — they are INVISIBLE under the default. | regular |