MLB Win Probability
**Model-driven MLB predictions, ready to drop into your app.** One call returns the whole day's slate — each matchup's win probabilities, the model's pick, a confidence level, and probable starting pitchers — as clean JSON, updated daily. **Endpoints** - GET /v1/mlb/today — predictions for today's games - GET /v1/mlb/{date} — predictions for any date (YYYY-MM-DD) - GET /v1/mlb/dates — which…
MLB Win Probability endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
mlb_by_date /v1/mlb/{date} |
Model win probabilities and picks for a specific date (YYYY-MM-DD). |
| GET |
mlb_dates /v1/mlb/dates |
List the dates for which predictions are available. |
| GET |
mlb_today /v1/mlb/today |
Model win probabilities and picks for today's MLB slate. |
| health | ||
| GET |
health /health |
|
MLB Win Probability pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 120 / minute |
|
| MEGA | $79 / month | 300 / minute |
|