# WNCAAB Odds API
The Odds API covers Women's College Basketball (WNCAAB) odds for live and upcoming games in a simple JSON API.
Not a developer? Current WNCAAB odds can also be accessed in Excel or Google Sheets. For website owners, the odds widget brings bookmaker odds into websites with a simple HTML tag.
# Features
WNCAAB odds are covered for live and upcoming games.
Featured markets, including moneyline, spreads, totals are covered for several bookmakers. See the full list of bookmakers.
Additional markets such as player props are not currently offered by bookmakers for WNCAAB. If this situation changes in future, these markets will be added to the API.
Odds are refreshed at regular intervals. More information on update intervals can be found here.
Current odds data are available on all usage plans, including the free usage plan.
Historical WNCAAB odds data is available on paid usage plans. Historical odds for WNCAAB featured markets (moneyline, spreads, totals) are available from Nov 12, 2024. More information on historical odds data can be found here.
The API response includes deep links to bookmaker websites.
# Querying WNCAAB Odds
# Query Featured WNCAAB Markets
Featured markets (moneyline, spreads and totals) can be queried using the odds endpoint.
Parameters
To query current WNCAAB odds for featured markets, the following parameters need to be provided:
- sport In this case
basketball_wncaab
- regions Regions of bookmakers to return, for example
us
- markets For example,
h2h
for moneyline,spreads
andtotals
- apiKey Get a free API key
See the documentation for more options
Example API Request
https://api.the-odds-api.com/v4/sports/basketball_wncaab/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY
Example API Response
The API will return live and upcoming WNCAAB games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.
[{
"id": "c77b0099dd25b7fac3ff086aeb3f0420",
"sport_key": "basketball_wncaab",
"sport_title": "WNCAAB",
"commence_time": "2025-02-02T01:30:00Z",
"home_team": "Arizona St Sun Devils",
"away_team": "BYU Cougars",
"bookmakers": [
{
"key": "fanduel",
"title": "FanDuel",
"last_update": "2025-02-02T00:53:13Z",
"markets": [
{
"key": "h2h",
"last_update": "2025-02-02T00:53:13Z",
"outcomes": [
{"name": "Arizona St Sun Devils", "price": 110},
{"name": "BYU Cougars", "price": -134}
]
},
{
"key": "spreads",
"last_update": "2025-02-02T00:53:13Z",
"outcomes": [
{"name": "Arizona St Sun Devils", "price": -104, "point": 1.5},
{"name": "BYU Cougars", "price": -118, "point": -1.5}
]
},
{
"key": "totals",
"last_update": "2025-02-02T00:53:13Z",
"outcomes": [
{"name": "Over", "price": -110, "point": 144.5},
{"name": "Under", "price": -110, "point": 144.5}
]
}
]
},
...
The usage cost of the API call in this example is
usage cost = [number of markets] x [number of regions] = 3 x 1 = 3 credits
See the API documentation for details.
# Other Sports
See the full list of sports covered by The Odds API.
# Stay Updated
Follow us on X.com or Bluesky to stay updated on new sports, bookmakers, markets and features.