get_point_distribution
Retrieve team point distribution breakdowns, showing scoring sources (2-pointers, 3-pointers, free throws) and points allowed composition for any season since 1999.
Instructions
Get team point distribution breakdown.
Shows how teams score their points (2-pointers, 3-pointers, free throws) and where their points allowed come from.
Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.
Returns: JSON array of point distribution data for all teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |