oddsapiio_events
Get upcoming sporting events by sport or league, returning matchups and start times without odds. Requires an Odds API key.
Instructions
Upcoming events for a sport or league, without prices. NEEDS A KEY.
Returns: [{id, sport, league, home, away, starts, status}] — SHAPE FROM VENDOR DOCS.
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: Upcoming football {"sport": "football"}
Auth: needs your own key in ODDS_API_IO_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| sport | No | Sport slug. | |
| league | No | League id or name. |