MLB: Get Batting Leaderboard
MLB via Parse · sports
Retrieve the Statcast custom batting leaderboard with power, plate discipline, and expected stats. Returns qualified batters sorted by the specified stat field. Includes barrel rate, exit velocity, hard-hit percentage, swing speed, whiff%, expected stats (xwOBA, xSLG, xBA, xwOBAcon), and batted ball profile. One page of results; use limit to control count. Access MLB Statcast batting leaderboard data from Baseball Savant, with focus on power and home run metrics including barrel rate, exit velocity, and expected stats. Fulfilled by Parse from baseballsavant.mlb.com.
- baseballsavant-mlb-com
- mlb
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/50ea5f20-7d11-4dc2-8879-d61e60e9c422/get_batting_leaderboard
- Interface artifact
- sha256:c6d1a04c65466dafe4ed8a0389a33505d89072efbd7b46b8e007d910a3d61a88
- Manifest digest
- sha256:06cf55381e00848c0c6e85f4dba86c2096936c05d1c2244561c1f8430ad95917
Request fields
- sort (string): Stat field to sort the leaderboard by.: Allowed values: home_run, pa, xwoba, barrel_batted_rate, hard_hit_percent, exit_velocity_avg, sweet_spot_percent, avg_best_speed, isolated_power, slg_percent, flyballs_percent, avg_swing_speed, k_percent, bb_percent, woba, xslg, launch_angle_avg, batting_avg, on_base_plus_slg, pull_percent, fast_swing_rate, whiff_percent, swing_percent, xwobacon, wobacon
- year (string): MLB season year (4-digit, e.g. 2025, 2024, 2023).
- limit (integer): Maximum number of players to return.
- min_pa (string): Minimum plate appearances filter. 'q' means qualified (league-defined threshold).: Allowed values: q, 10, 25, 50, 75, 100, 150, 200, 250, 300, 400, 500, 600
- sort_dir (string): Sort direction.: Allowed values: asc, desc
Example queries
- {"sort":"home_run","year":"2025","limit":"20","min_pa":"q","sort_dir":"asc"}