# NHL Odds API

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

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

# NHL Odds API

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

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

The API will return live and upcoming NHL 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/icehockey_nhl/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY

Example Response

[{
    "id": "4a5b991dcc0cdd71b240d6fc7c7215e6",
    "sport_key": "icehockey_nhl",
    "sport_title": "NHL",
    "commence_time": "2023-02-01T00:00:00Z",
    "home_team": "Carolina Hurricanes",
    "away_team": "Los Angeles Kings",
    "bookmakers": [
      {
        "key": "draftkings",
        "title": "DraftKings",
        "last_update": "2023-01-31T23:55:18Z",
        "markets": [
          {
            "key": "h2h",
            "last_update": "2023-01-31T23:55:18Z",
            "outcomes": [
              {"name": "Carolina Hurricanes", "price": -205},
              {"name": "Los Angeles Kings", "price": 175}
            ]
          },
          {
            "key": "spreads",
            "last_update": "2023-01-31T23:55:18Z",
            "outcomes": [
              {"name": "Carolina Hurricanes", "price": 125, "point": -1.5},
              {"name": "Los Angeles Kings", "price": -145, "point": 1.5}
            ]
          },
          {
            "key": "totals",
            "last_update": "2023-01-31T23:55:18Z",
            "outcomes": [
              {"name": "Over", "price": -105, "point": 6.0},
              {"name": "Under", "price": -115, "point": 6.0}
            ]
          }
        ]
      },
      ...

See the API documentation for more details.

# NHL Bookmakers

The Odds API covers NHL 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

# NHL Markets

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

  • Moneyline

  • Spreads (handicap)

  • Over/Under (totals)

  • Game period odds

  • NHL player props (US bookmakers only)

See the full list of betting markets.

# Latency

More information on odds latencies can be found here.

# Historical NHL Odds Data

Historical NHL odds are available from late 2020 for featured markets (moneyline, spreads and totals). Learn more about historical odds data, or see the docs.

# Get Started

# More Odds

Odds are available for a wide range of sports. See the full list of available sports.