Skip to main content
GET
/
events
/
search
Search Events
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>"
  }
]

Query Parameters

apiKey
string
required

API key for authentication

query
string
required

Search term (min 3 characters)

Response

OK

away
string
date
string
home
string
id
integer
league
object
scores
object
sport
object
status
string
I