statcast_batter_pitch_arsenal
Analyze batter performance against specific pitch types by retrieving batting statistics like BA, SLG, wOBA, whiff rate, K rate, run value, and hard-hit rate for each pitch type faced.
Instructions
Get batting stats broken down by pitch type for batters.
Returns BA, SLG, wOBA, whiff rate, K rate, run value, and hard-hit rate for each pitch type a batter faced (4-seam, slider, curve, changeup, etc.).
Args: year: Season year (e.g. 2024). player_name: Optional. Filter to a specific batter (e.g. 'Aaron Judge'). If omitted, returns the full leaderboard. min_plate_appearances: Minimum PA per pitch type to qualify (default 10).
Great for analyzing how a hitter performs against fastballs vs. breaking balls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| player_name | No | ||
| min_plate_appearances | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |