theoddsapi_events
Fetch upcoming sports events without odds to obtain event IDs for a given sport key, using no API quota.
Instructions
Upcoming events for a competition WITHOUT odds. Free — costs no quota — so use it to find event ids cheaply.
Returns: [{id, sport_key, sport_title, commence_time, home_team, away_team}] (top-level array, no bookmakers)
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 EPL fixtures {"sport": "soccer_epl"}
Auth: needs your own key in THE_ODDS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | sport_key. Required — part of the URL path. | |
| dateFormat | No | Timestamp format. One of: iso, unix. | iso |