cfbd_rankings
Retrieve college football weekly poll rankings (AP, Coaches, Playoff Committee) for a specified season, week, and season type, enabling comparison of top teams.
Instructions
Weekly poll rankings (AP, Coaches, Playoff Committee).
Returns: [{season, seasonType, week, polls:[{poll:'AP Top 25', ranks:[{rank, school, conference, firstPlaceVotes, points}]}]}] — SHAPE FROM VENDOR DOCS. Note polls are NESTED inside each week entry.
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 10 polls {"year": 2024, "week": 10}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | Week number. | |
| year | Yes | Season year. | |
| seasonType | No | Season type. One of: regular, postseason. | regular |