MLB Game Prediction API
MLB statistics and game prediction API based on team offense, pitching performance and Pythagorean expectation. Features: • Today's MLB games • Team hitting stats • Pitcher performance stats • Game win probability predictions • Pitcher matchup comparisons Data is normalized and optimized for analytics, betting models and sports applications.
MLB Game Prediction API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/matchup/pitchers/{pitcherA}/{pitcherB} /matchup/pitchers/{pitcherA}/{pitcherB} |
Compares two pitchers |
| GET |
/predictions/date/{date} /predictions/date/{date} |
Returns prediction analytics for all games on a given date |
| GET |
/predictions/game/{gameId} /predictions/game/{gameId} |
Returns prediction analytics for a single game |
| GET |
/pitchers/{pitcherId}/stats /pitchers/{pitcherId}/stats |
Returns normalized pitcher stats |
| GET |
/teams/{teamId}/stats /teams/{teamId}/stats |
Returns normalized team hitting stats |
| GET |
/games/date/{date} /games/date/{date} |
Returns MLB schedule for the requested date |
| GET |
/games/today /games/today |
Returns today's MLB games with teams, venue, start time, and probable pitchers |
MLB Game Prediction API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|