baseball-reference.com API: get_league_leaders
baseball-reference.com via Parse · sports
Get statistical leaders for a specific year and category. Returns top players (typically 3) for each statistical category available on the leaderboard page. Categories include HR, batting average, WAR, stolen bases, and many more for batting; wins, ERA, strikeouts, etc. for pitching. Scraper for Baseball-Reference.com providing comprehensive MLB and College (NCAA D1) statistics, rosters, leaders, and game-level data. Fulfilled by Parse from baseball-reference.com.
- baseball-reference-com
- education
- entertainment
- 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/21934c77-6ae3-4dcd-b3f8-d736f3a15615/get_league_leaders
- Interface artifact
- sha256:d06e50f3c69e4911f54cf94f3ea12b6d5cbceb2dd56677b07a5dd13287a7ec51
- Manifest digest
- sha256:0eb9f708e1a988e062928e20826e43ecc65f44c4c356376b6e594cdf4b4f067c
Request fields
- year (integer, required): Season year (e.g., 2024)
- category (string): Statistical category: 'batting' or 'pitching'.: Allowed values: batting, pitching
Example queries
- {"year":"2024","category":"batting"}