sportsdataio_mlb_games_by_date
Fetch MLB games by date with probable pitchers and betting lines.
Instructions
MLB games on a date, with probable pitchers and the line.
Returns: [{GameID, Season, Status, DateTime, AwayTeam, HomeTeam, AwayTeamRuns, HomeTeamRuns, Inning, InningHalf, AwayTeamProbablePitcherID, HomeTeamProbablePitcherID, PointSpread, OverUnder}] — SHAPE FROM VENDOR DOCS. The keyless official mlb provider is deeper for everything except the line and the DFS layer.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A date's MLB games {"date": "2024-07-04"}
Auth: needs your own key in SPORTSDATAIO_MLB_KEY or SPORTSDATAIO_NBA_KEY or SPORTSDATAIO_NFL_KEY or SPORTSDATAIO_NHL_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | YYYY-MM-DD. Required — part of the URL path. |