cfbd_ratings_sp
Retrieve SP+ predictive ratings for college football teams, offering offensive, defensive, and special teams metrics by season.
Instructions
SP+ ratings — the headline predictive rating for college football, split by offence and defence.
Returns: [{year, team, conference, rating, ranking, offense:{ranking, rating, success, explosiveness}, defense:{…}, specialTeams:{rating}}] — SHAPE FROM VENDOR DOCS. Defensive ratings are better when LOWER.
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 SP+ {"year": 2024}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One school. | |
| year | No | Season year. |