ncaa_standings
Fetch NCAA conference standings for a specified college sport and division, grouped by conference with team stats.
Instructions
Conference standings for a college sport and division.
Returns: {sport, title, updated, page, pages, data:[{conference:'ACC', standings:[{School, 'Conference W', 'Conference L', 'Overall W', 'Overall L', 'Overall PF', 'Overall PA', 'Overall HOME', 'Overall AWAY', 'Overall STREAK'}]}]} — GROUPED BY CONFERENCE: data[] is one entry per conference, each holding its own standings list. The inner column names are human-readable strings WITH SPACES and vary by sport; all values are strings.
Example: FBS football standings {"sport": "football", "division": "fbs"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Sport slug. | football |
| division | No | Division slug. | fbs |