MLB Intelligence API
Today's games scored for HR potential. Every umpire graded. Statcast leaderboards. One API. Three MLB analytics APIs in one — Park Factor Intelligence, Umpire Intelligence, and Statcast Leaderboard. Park factor + wind + temperature combined into a 0-100 HR score for every game. Umpire grades A-F with K-rate and over/under tendencies. Barrel %, exit velocity, xwOBA from Baseball Savant. Clean…
MLB Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Park Factor | ||
| GET |
getParkSlate /v1/mlb/park/slate |
Every MLB game today scored 0-100 for HR potential. Combines park factor + real-time wind (Open-Meteo) + temperature. Tiers: BOMB (70+), WARM (55-69), NEUTRAL (40-54), COLD ( |
| GET |
getPark /v1/mlb/park |
HR factor, altitude, CF bearing, indoor flag, surface, capacity, coordinates, and betting notes for any MLB ballpark. |
| GET |
getParkList /v1/mlb/park/list |
All MLB parks ranked highest to lowest HR factor. |
| GET |
getParkFactors /v1/mlb/park/factors |
Live Baseball Savant park factor indices — HR, wOBA, runs, hits, 1B/2B/3B, BB, SO for all 30 teams. Supports L/R handedness splits and 1/3/5-year rolling averages. Cached 24 hours. |
| Umpire | ||
| GET |
getUmpireList /v1/mlb/umpire/list |
All 20 tracked HP umpires ranked by K-rate boost with grade and over% for each. |
| GET |
getUmpireToday /v1/mlb/umpire/today |
Today's full game slate with HP umpire assignments from MLB Official API. Returns grade, K signal, and over/under lean for each game where the umpire is in the database. |
| GET |
getUmpire /v1/mlb/umpire |
Full umpire profile — grade (A-F), K-rate boost/drag, walk boost, HR impact, over/under percentage, and instant betting signals. 20 MLB HP umpires tracked. |
| Statcast | ||
| GET |
getStatcastLeaders /v1/mlb/statcast/leaders |
Baseball Savant Statcast leaderboard for any metric. Supports barrel %, exit velocity, hard hit %, xwOBA, sprint speed, K%, BB%, xBA, xSLG. BASIC tier and above. |
| GET |
getNearMisses /v1/mlb/statcast/near-misses |
Fly balls and line drives that came close to home runs but didn't clear the fence. Filter: EV >= 95mph, launch angle 18-52 degrees, distance >= 285ft. PRO tier and above. |
| GET |
getStatcastPlayer /v1/mlb/statcast/player |
Every home run this season for a player with exit velocity, launch angle, distance, pitch type, and pitcher name. Powered by Baseball Savant Statcast. BASIC tier and above. |
| System | ||
| GET |
getHealth /v1/mlb/health |
Status, endpoints, and pricing. No auth required. |
| GET |
getUsage /v1/mlb/usage |
|
MLB Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $4.99 / month | — |
|
| PRO | $14.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $49.99 / month | — |
|