WNBA Stats & Projections
The WNBA API is a robust and comprehensive tool designed to provide in-depth access to various datasets related to the Women's National Basketball Association (WNBA). It serves as an essential resource for developers, analysts, and enthusiasts looking to explore and utilize detailed information about the league, its teams, players, and games. ### Key Features 1. **Team Statistics and…
WNBA Stats & Projections endpoints
| Method | Endpoint | Description |
|---|---|---|
| Schedule Endpoints | ||
| GET |
Upcoming Wnba games Schedule(Simple) /games/status/simple/{status} |
Retrieve schedule of upcoming Wnba |
| GET |
Get Game by ID /games/{id} |
Retrieve details of a specific game by its ID. ##### Path Parameters: - `id`: The ID of the game. |
| GET |
Get Games by Home Team Name /games/home/{name} |
#### Get Games by Home Team Name - **GET `/games/home/`** Retrieve games based on the home team's name. ##### Path Parameters: - `name`: The team name of the home team. #####… |
| GET |
Get Games by Away Team Name /games/away/{name} |
#### Get Games by Away Team Name - **GET `/games/away/`** Retrieve games based on the away team's name. ##### Path Parameters: - `name`: The team name of the away team. #####… |
| GET |
Get upcoming or final WNBA games (Detailed) /games/status/all/{status} |
Get Games by Status (Detailed) Endpoint: GET /games/status/all/ Retrieve WNBA games based on their status. Path Parameters: status: The status of the game. Possible values are:… |
| GET |
Schedule details of finalized WNBA games(SIMPLE) /games/status/simple/{status} |
Retrieve schedule details of finalized WNBA games |
| GET |
Get Games by Date /games/date/{date} |
#### Get Games by Date - **GET `/games/date/`** Retrieve games based on the date. ##### Path Parameters: - `date`: The date in `YYYY-MM-DD` format. ##### Response: - Success: A… |
| Play-by-Play | ||
| GET |
Get Plays by Game ID /plays/{game_id} |
#### Get Plays by Game ID - **GET `/plays/`** Retrieve play-by-play records for a specific game. ##### Path Parameters: - `game_id`: The ID of the game. ##### Response: -… |
| GET |
Get Plays by Date and Game ID /plays/date/{game_date}/game/{game_id} |
#### Get Plays by Date and Game ID - **GET `/plays/date//game/`** Retrieve play-by-play records for a specific game date and game ID. ##### Path Parameters: - `game_date`: The… |
| GET |
Get Plays by Game Date /plays/date/{game_date} |
#### Get Plays by Game Date - **GET `/plays/date/`** Retrieve play-by-play records for a specific game date. ##### Path Parameters: - `game_date`: The date of the game in… |
| Player Stats & Data | ||
| GET |
Get WNBA Player Box score Data /api/wnba_player_data |
#### Get WNBA Player Box score Data - **GET `/api/wnba_player_data`** Retrieve player box score data based on query parameters. ##### Query Parameters: - `player_name`… |
| GET |
Get WNBA Team Data /api/wnba_team_data |
Retrieve team box score data based on query parameters. ##### Query Parameters: - `game_id` (optional): Filter by game ID. - `season` (optional): Filter by season. - `game_date`… |
| GET |
Get Team Stats Averages /api/wnba_team_stats |
#### Get Team Stats Averages by Team Name - **GET `/api/wnba_team_stats`** Retrieve team stats based on partial team name matching. ##### Query Parameters: - `team_name`… |
| GET |
Get Player Avg Stats /api/wnba_player_avg_stats |
#### Get Player Avg Stats by Player Name - **GET `/api/wnba_player_avg_stats`** Retrieve average player stats based on partial player name matching. ##### Query Parameters: -… |
| Other endpoints | ||
| GET |
Get WNBA Players by Team /api/wnba_players_by_team |
#### Get Players by Team - **GET `/api/wnba_players_by_team`** Retrieve players based on the team's name. ##### Query Parameters: - `team_name` (required): Filter by team name… |
| GET |
List all Wnba Teams /api/wnba_teams |
Retrieve a list of all WNBA teams. |
| GET |
List all Wnba Game ID's /api/wnba_games_id |
Fetches WNBA games ID's based on the provided game date and/or team name. The response includes details about each game, ID, such as team names, locations, and logos. **Query… |
| GET |
August 14 2024 Projections /August_14_2024 |
Fetches WNBA daily projections including Drafkings and Fanduels Daily Fantasy Sports(DFS) |
WNBA Stats & Projections pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|