cfbd_team_season_stats
Retrieve season totals per team across every tracked stat category. Filter by year, team, or conference to compare college football stats.
Instructions
Season totals per team across every tracked stat category.
Returns: [{season, team, conference, statName, statValue}] — SHAPE FROM VENDOR DOCS. NOTE this is LONG format: one row PER STAT per team, not one row per team.
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 team stats {"year": 2024}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One school. | |
| year | Yes | Season year. | |
| conference | No | Conference abbreviation. |