MLB: Get Pitching Leaderboard
MLB via Parse · sports
Retrieve the Statcast custom pitching leaderboard with xwOBA against, whiff%, barrel% allowed, plate discipline metrics, and full pitch mix data (usage%, avg speed, avg spin for each pitch type: 4-seam, sinker, slider, curveball, changeup, cutter, splitter, sweeper, slurve). Sorted by the specified stat. 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_pitching_leaderboard
- Interface artifact
- sha256:f53320cf4a6ba036c6d6af1da61679c11372a3038dbb98dadd11c740eba883cc
- Manifest digest
- sha256:b8ad6c39a8e72da43761494fa7238b6f471accf9cc3cc649fb2c97baf8b112b0
Request fields
- sort (string): Stat field to sort the leaderboard by.: Allowed values: xwoba, whiff_percent, barrel_batted_rate, hard_hit_percent, exit_velocity_avg, k_percent, bb_percent, p_era, xera, woba, xslg, xba, f_strike_percent, swing_percent, z_swing_miss_percent, oz_swing_miss_percent, sweet_spot_percent, ff_avg_speed, groundballs_percent, flyballs_percent, pa
- year (string): MLB season year (4-digit, e.g. 2025, 2024, 2023).
- limit (integer): Maximum number of pitchers to return.
- min_ip (string): Minimum innings pitched filter. 'q' means qualified (league-defined threshold). Numeric values represent batters faced.: Allowed values: q, 10, 25, 50, 75, 100, 150, 200, 250, 300, 400, 500, 600
- sort_dir (string): Sort direction. Default asc for pitchers (lower xwOBA is better).: Allowed values: asc, desc
Example queries
- {"sort":"xwoba","year":"2025","limit":"20","min_ip":"q","sort_dir":"asc"}