Team / basketball / 2026

West Georgia Wolves

basketballncaaw2026 season

West Georgia Wolves has a 2026 season statistics section with no reported measures, a recent game log, a reported roster, and a developer recipe for the REST API and MCP path.

Season profile

Reported team measures.

2026 team statistics, kept in the API’s sport-specific vocabulary.

// nothing here

No season stats available

Game log

Recent results.

Reported scores and outcomes, with direct paths to every resolved game and opponent.

Game log
DateOpponentH/AScoreResult
Nov 5, 2024@ Gardner-Webb Runnin' BulldogsAway63–67L
Nov 10, 2024@ Loyola Chicago RamblersAway60–76L
Nov 15, 2024@ Georgia Tech Yellow JacketsAway53–88L
Nov 21, 2024vs Florida A&M RattlersHome65–54W
Nov 26, 2024vs Talladega TornadoesHome76–31W
Nov 29, 2024vs South Carolina State Lady BulldogsHome74–57W
Dec 5, 2024@ UNC Wilmington SeahawksAway70–66W
Dec 8, 2024@ Western Carolina CatamountsAway76–81L
Dec 19, 2024@ Alabama State Lady HornetsAway63–46W
Dec 21, 2024@ Vanderbilt CommodoresAway68–103L
Dec 29, 2024vs Brenau Golden TigersHome110–49W
Jan 3, 2025@ Stetson HattersAway64–79L
Jan 4, 2025@ Florida Gulf Coast EaglesAway49–63L
Jan 9, 2025vs Eastern Kentucky ColonelsHome71–64W
Jan 11, 2025vs Lipscomb BisonsHome73–83L
Jan 17, 2025vs Bellarmine KnightsHome78–86L
Jan 18, 2025vs Florida Gulf Coast EaglesHome62–95L
Jan 23, 2025@ Jacksonville DolphinsAway74–87L
Jan 25, 2025@ North Florida OspreysAway79–71W
Jan 31, 2025vs Central Arkansas BearsHome64–67L
Feb 1, 2025@ North Alabama LionsAway73–82L
Feb 6, 2025@ Lipscomb BisonsAway75–92L
Feb 8, 2025@ Queens University RoyalsAway56–49W
Feb 13, 2025vs Austin Peay GovernorsHome70–57W
Feb 15, 2025vs North Alabama LionsHome62–53W
Feb 20, 2025vs Stetson HattersHome58–68L
Feb 22, 2025@ Central Arkansas BearsAway62–72L
Feb 28, 2025@ Austin Peay GovernorsAway58–52W
Mar 1, 2025vs Queens University RoyalsHome64–63W
Mar 7, 2025vs Austin Peay GovernorsHome49–60L
Nov 4, 2025@ Oregon DucksAway59–100L
Nov 8, 2025vs Gardner-Webb Runnin' BulldogsHome91–68W
Nov 14, 2025vs Alabama State Lady HornetsHome64–61W
Nov 20, 2025@ Georgia Tech Yellow JacketsAway60–68L
Nov 25, 2025vs Western Carolina CatamountsHome69–60W
Dec 3, 2025vs UNC Wilmington SeahawksHome83–63W
Dec 7, 2025@ South Carolina State Lady BulldogsAway62–69L
Dec 14, 2025@ Florida GatorsAway41–85L
Dec 17, 2025vs Wesleyan (GA) WolvesHome116–21W
Dec 21, 2025@ Florida A&M RattlersAway72–57W
Dec 28, 2025vs Brewton Parker WildcatsHome81–46W
Jan 1, 2026@ Eastern Kentucky ColonelsAway53–69L
Jan 3, 2026@ Bellarmine KnightsAway106–65W
Jan 9, 2026vs North Florida OspreysHome76–61W
Jan 10, 2026vs Jacksonville DolphinsHome74–59W
Jan 16, 2026vs Florida Gulf Coast EaglesHome63–56W
Jan 17, 2026vs Stetson HattersHome88–76W
Jan 22, 2026@ Central Arkansas BearsAway66–87L
Jan 24, 2026vs Queens University RoyalsHome77–64W
Jan 30, 2026vs Eastern Kentucky ColonelsHome55–68L
Jan 31, 2026vs Bellarmine KnightsHome69–39W
Feb 5, 2026@ Jacksonville DolphinsAway61–82L
Feb 7, 2026@ North Florida OspreysAway75–68W
Feb 12, 2026vs North Alabama LionsHome60–65L
Feb 14, 2026@ Austin Peay GovernorsAway95–74W
Feb 19, 2026@ Lipscomb BisonsAway66–65W
Feb 21, 2026vs Central Arkansas BearsHome59–73L
Feb 25, 2026@ Queens University RoyalsAway62–72L
Feb 28, 2026@ North Alabama LionsAway107–118L
Mar 3, 2026vs North Florida OspreysHome76–71W
Mar 5, 2026@ Jacksonville DolphinsAway77–86L
Roster

Team personnel.

Listed and appearance-derived players, linked to their complete StatHawk profiles.

Roster
PlayerPositionHeightWeightStatus
Gal-la FontF6'0"Listed
Anya McKenzieF6'2"Listed
Sydne TolbertG5'4"Listed
Asia DonaldG5'9"Listed
Georgia GrayF6'3"Listed
Tayah MorganG5'10"Listed
Becca LedfordG5'7"Listed
Destiny JonesF5'9"Listed
Parris ParhamG5'10"Listed
Riley BlackG5'9"Listed
Calie ThrowerG5'6"Listed
Grace O'GaraG5'5"Listed
Jasmine JonesF5'11"Listed
Built on the StatHawk API

The page is the demo.

These requests and request patterns show how this page gets data from the same REST API and MCP server you can use in your own app or agent.

View this page's API recipe

Use the authenticated requests or fill in the labeled request templates, then adapt the response in your own product.

Authenticated request · GET /v1/teams/team_06fj9hymf9x816q43jgmqzderm
curl "https://api.statshawk.ai/v1/teams/team_06fj9hymf9x816q43jgmqzderm" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj9hymf9x816q43jgmqzderm/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj9hymf9x816q43jgmqzderm/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj9hymf9x816q43jgmqzderm/stats?competition=comp_06fhm55nchrv55w5h96jyq83zg&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj9hymf9x816q43jgmqzderm/stats?competition=comp_06fhm55nchrv55w5h96jyq83zg&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj9hymf9x816q43jgmqzderm/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj9hymf9x816q43jgmqzderm/game-log" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Try with MCP

Connect StatHawk to your agent, then ask it to explain and extend the data shown on this page.

Build this view in the API reference
$claude mcp add statshawk https://mcp.statshawk.ai/mcp