# EPL Odds API

Get current and historical EPL odds from several bookmakers in a simple JSON API.

Not a developer? Current EPL odds can also be accessed in Excel or Google Sheets.

# EPL Odds API

Once you have your API key, current EPL odds can be queried with the following parameters:

  • The sport key soccer_epl
  • The regions of desired bookmakers (us, us2, uk, eu or au)
  • Markets (h2h for 1X2)
  • Odds format (decimal or American)
  • And your API key (get a free API key)

The API will return live and upcoming EPL games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.

Example Request

GET https://api.the-odds-api.com/v4/sports/soccer_epl/odds?regions=uk&markets=h2h&oddsFormat=decimal&apiKey=YOUR_API_KEY

Example Response

{
    "id": "0ba40aad3c918f52363117a71f5de8e8",
    "sport_key": "soccer_epl",
    "sport_title": "EPL",
    "commence_time": "2023-04-01T11:30:00Z",
    "home_team": "Manchester City",
    "away_team": "Liverpool",
    "bookmakers": [
      {
        "key": "williamhill",
        "title": "William Hill",
        "last_update": "2023-03-26T23:04:06Z",
        "markets": [
          {
            "key": "h2h",
            "last_update": "2023-03-26T23:04:06Z",
            "outcomes": [
              { "name": "Liverpool", "price": 5.5 },
              { "name": "Manchester City", "price": 1.57 },
              { "name": "Draw", "price": 4.0 }
            ]
          }
        ]
      },
      ...

See the API documentation for more details.

# EPL Bookmakers

The Odds API covers EPL odds from several bookmakers, including:

  • US Bookmakers: Draftkings, Fanduel, FoxBet, BetMGM, Caesars, Bovada, and more

  • UK Bookmakers: Unibet, William Hill, Ladbrokes, Betfair, Bet Victor, Paddy Power and more

  • EU Bookmakers: 1xBet, Pinnacle, Betclic, Betsson, Unibet and more

  • AU Bookmakers: Sportsbet, TAB, Neds, Ladbrokes, Betfair, Unibet and more

See the full list of bookmakers

# EPL Markets

The Odds API covers EPL odds for several betting markets, including

  • 1X2

  • Over/Under (totals)

  • Half time markets

  • Both teams to score (BTTS)

with more markets on the way.

See the full list of betting markets.

# Latency

More information on odds latencies can be found here.

# Historical EPL Odds Data

Historical EPL odds are available from mid-2020 for featured markets (moneyline, totals). Learn more about historical odds data, or see the docs.

# Get Started

# More Soccer Odds

Odds are available for several soccer leagues including

  • English EFL Championship

  • German Bundesliga

  • Spanish La Liga

  • Italian Serie A

  • French Ligue 1

  • and much more. See the full list of available sports.