Skip to main content
GET
/
odds
/
updated
Get updated event odds since a given timestamp
curl --request GET \
  --url https://api.odds-api.io/v3/odds/updated
[
  {
    "away": "<string>",
    "bookmakers": {},
    "date": "<string>",
    "home": "<string>",
    "id": 123,
    "league": {
      "name": "Premier League",
      "slug": "premier-league"
    },
    "sport": {
      "name": "Football",
      "slug": "football"
    },
    "status": "<string>",
    "urls": {}
  }
]

Query Parameters

apiKey
string
required

API key for authentication

since
integer
required

Unix timestamp (max 1 minute old)

bookmaker
string
required

Bookmaker name (e.g. Bet365)

sport
string
required

Sport name (e.g. Football)

Response

OK

away
string
bookmakers
object
date
string
home
string
id
integer
league
object
sport
object
status
string
urls
object
I