ncaa_rankings
Retrieve college sport poll rankings for a chosen division and poll, including AP and coaches polls, with rank, school, points, previous, and record data.
Instructions
Poll rankings — AP, coaches and others — for a college sport and division.
Returns: {sport, title, updated, page, pages, data:[{RANK, SCHOOL, POINTS, PREVIOUS, RECORD}]} — keys here are UPPERCASE, unlike standings
Example: AP football poll {"sport": "football", "division": "fbs", "poll": "associated-press"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll | No | Poll slug, e.g. associated-press, coaches-poll (availability varies by sport). | associated-press |
| sport | No | Sport slug. | football |
| division | No | Division slug. | fbs |