Skip to main content
GET
/
events
/
live
Get Live Events
curl --request GET \
  --url https://api.odds-api.io/v3/events/live
[
  {
    "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

sport
string

Sport slug to filter by (e.g. football)

Response

OK

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