ncaa_rankings
Fetch college sports rankings from AP, coaches, and other polls. Provides rank, school, points, previous, and record for any sport and division.
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 |