oddsapiio_events
Retrieve upcoming sports events for a chosen sport or league without prices. Filter by date, sport, or league to get event IDs, teams, start times, and status for cross-provider odds comparison.
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. |