Searches all upcoming events using a text query. Returns up to 10 results.
cURL
curl --request GET \ --url https://api.odds-api.io/v3/events/search
[ { "away": "<string>", "date": "<string>", "home": "<string>", "id": 123, "league": { "name": "<string>", "slug": "<string>" }, "scores": { "away": 123, "home": 123 }, "sport": { "name": "<string>", "slug": "<string>" }, "status": "<string>" } ]
API key for authentication
Search term (min 3 characters)
OK
Show child attributes
Was this page helpful?