# WNBA Odds API

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

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

# WNBA Odds API

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

  • The sport key basketball_wnba
  • 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 WNBA 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/basketball_wnba/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY

Example Response

[{
  "id": "4f7245f44b01c54ba74d805cb12cc3ef",
  "sport_key": "basketball_wnba",
  "sport_title": "WNBA",
  "commence_time": "2023-07-18T23:00:00Z",
  "home_team": "Atlanta Dream",
  "away_team": "Minnesota Lynx",
  "bookmakers": [
    {
      "key": "fanduel",
      "title": "FanDuel",
      "last_update": "2023-07-18T03:51:57Z",
      "markets": [
        {
          "key": "h2h",
          "last_update": "2023-07-18T03:51:57Z",
          "outcomes": [
            {"name": "Atlanta Dream", "price": -280},
            {"name": "Minnesota Lynx", "price": 215}
          ]
        },
        {
          "key": "spreads",
          "last_update": "2023-07-18T03:51:57Z",
          "outcomes": [
            {"name": "Atlanta Dream", "price": -106, "point": -6.5},
            {"name": "Minnesota Lynx", "price": -120, "point": 6.5}
          ]
        },
        {
          "key": "totals",
          "last_update": "2023-07-18T03:51:57Z",
          "outcomes": [
            {"name": "Over", "price": -115, "point": 170.5 },
            {"name": "Under", "price": -111, "point": 170.5}
          ]
        }
      ]
    },
    ...

See the API documentation for more details.

# WNBA Bookmakers

The Odds API covers WNBA odds from several bookmakers. See the full list of bookmakers

# WNBA Markets

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

  • Moneyline

  • Spreads (handicap)

  • Over/Under (totals)

  • WNBA player props (US bookmakers only)

See the full list of betting markets.

# Latency

More information on odds latencies can be found here.

# Historical WNBA Odds Data

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

# Get Started

# More Basketball Odds

Odds are available for other basketball leagues including

  • NBA

  • NCAA

  • Euroleague

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