get_conference_standings
Retrieve conference standings with team records, projected records, net rating, offensive/defensive efficiency, tempo, and strength of schedule for any NCAA basketball conference and season.
Instructions
Get conference standings with team records and ratings.
Returns standings with overall/conference records, projected records, net rating, offensive/defensive ratings, tempo, and conference SOS.
Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC', 'BE'. season: Optional season year (e.g., "2024"). Defaults to current season.
Returns: JSON array of conference standings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| conference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |