get_shot_chart
Retrieve shot-zone breakdowns and raw x/y coordinates for EuroLeague games since 2007. Filter by player or team to analyze shooting patterns.
Instructions
Shot-zone breakdown, optionally with raw x/y coordinates.
Shot data exists from the 2007 season onward only; earlier seasons have boxscores but
no coordinates. Zone letters are upstream's own coding and the human-readable names
are provisional -- see the data-quality resource.
Args:
season: season code such as "E2025".
person_code: optional player id from search_players.
team_code: optional club code from search_teams.
include_raw: also return individual shots with coordinates. Capped at 500 rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | ||
| team_code | No | ||
| include_raw | No | ||
| person_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||