cfbd_ratings_elo
Retrieve college football Elo ratings by team, week, year, or conference. Use the returned team, conference, and Elo values to compare team strength across seasons.
Instructions
Elo ratings by team and week.
Returns: [{year, team, conference, elo}] — 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 Elo {"year": 2024}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One school. | |
| week | No | Week number. | |
| year | No | Season year. | |
| conference | No | Conference abbreviation. |