get_conference_offense
Retrieve offensive efficiency, shooting, turnover, rebounding, and tempo stats for every team in a conference. Specify a conference and season to get the full offensive breakdown.
Instructions
Get conference offensive stats for all teams in a conference.
Returns offensive efficiency, eFG%, TO%, OR%, FTR, 2P%, 3P%, FT%, and tempo.
Args: conference: Conference code (required). Examples: 'B12', 'SEC', 'B10', 'ACC'. season: Optional season year (e.g., "2024"). Defaults to current season.
Returns: JSON array of conference offensive stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| conference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |