Team / football / 2026

West Chester Golden Rams

footballncaaf2026 season

West Chester Golden Rams has a 2026 season statistics section with no reported measures, a recent game log with no reported games, 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.

// nothing here

No games played yet

Roster

Team personnel.

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

Roster
PlayerPositionHeightWeightStatus
Justin BathurstOL6'4"270 lbsListed
Sean BeahanWR5'11"175 lbsListed
Jared BonacquistiFB6'1"220 lbsListed
Tim BrownTE6'3"235 lbsListed
Eric BrundidgeWR6'1"170 lbsListed
Adam CitkoOL6'6"330 lbsListed
James ColivasOL6'3"290 lbsListed
Tyler CondeOL6'4"310 lbsListed
Justin CurryTE6'3"215 lbsListed
Adam DempseyWR5'9"195 lbsListed
A.J. DePietroWR6'2"190 lbsListed
Andrew DerrQB6'2"210 lbsListed
Shawn DrigginsTE6'2"240 lbsListed
Eddie ElliottRB5'10"180 lbsListed
Trey FarmerOL6'1"280 lbsListed
Doug GilbertOL6'4"315 lbsListed
Blair GowerOL6'1"300 lbsListed
Nick HallWR5'8"180 lbsListed
Jim HurleyWR6'1"180 lbsListed
Pete HurleyWR6'1"190 lbsListed
Jay JabatWR6'2"170 lbsListed
Jim KellyWR6'1"210 lbsListed
Tim KeyserWR5'11"190 lbsListed
Kevin KilpatrickOL6'2"265 lbsListed
Ben KloeppingWR6'2"180 lbsListed
Chris KnottOL6'2"280 lbsListed
LaRonn LeeWR6'2"200 lbsListed
Teon LeeFB6'2"215 lbsListed
Drew LougheryQB6'1"215 lbsListed
Brian MargetichOL6'1"300 lbsListed
Ken MasseyOL6'3"280 lbsListed
Mike MatteiQB6'2"210 lbsListed
Shannon MayerWR6'1"185 lbsListed
Sean McCartneyQB6'2"195 lbsListed
Brandon MonkRB5'8"155 lbsListed
Chuck PhelanTE6'5"230 lbsListed
Tom PhelanOL6'2"275 lbsListed
Eric PrattOL6'5"275 lbsListed
James RosseauRB5'9"210 lbsListed
James RusenkoQB6'4"215 lbsListed
Carl BarnesDB6'1"170 lbsListed
Vance BarnesDB5'9"165 lbsListed
Antoine BlandDL6'4"325 lbsListed
Courtland BraggDB5'9"180 lbsListed
Brian ButlerDL6'2"245 lbsListed
Max CamilleLB5'10"210 lbsListed
Matt CarrollDB6'2"210 lbsListed
Andrew CohenDL6'2"265 lbsListed
Demrick CookDE6'3"305 lbsListed
Mike CulbreathLB6'1"230 lbsListed
Dante DevineDB6'1"185 lbsListed
Chris DiValentinoDL6'2"275 lbsListed
Eric EdwersDE6'2"255 lbsListed
Lew EspositoDL6'1"260 lbsListed
Drew FormicaLB6'1"200 lbsListed
Grant GarbuttDB6'3"205 lbsListed
Kavon JohnsonDE6'2"260 lbsListed
John KilpatrickDE6'4"265 lbsListed
Shawn KrautzelS6'3"205 lbsListed
Mike LaborLB6'2"240 lbsListed
Mike LonerganDB6'2"215 lbsListed
Barry LyonsDE6'3"245 lbsListed
Kevin MaloneDB6'1"190 lbsListed
Mike MartinDL6'2"290 lbsListed
Anthony McCloskeyDL6'1"235 lbsListed
Tyler MorrisseyLB6'3"240 lbsListed
John O'DonnellDB6'1"195 lbsListed
Nate PaganDB5'8"170 lbsListed
Nasheed ParkerDB6'1"170 lbsListed
Clint PassarellaDB5'9"180 lbsListed
Brandon PepperDB5'10"195 lbsListed
Drew PersaLB6'2"215 lbsListed
Ralph ReevesLB6'1"230 lbsListed
Rich BrunoPK6'0"183 lbsListed
Greg HermannP5'9"160 lbsListed
Will HuffP6'1"204 lbsListed
Charles KuklinskiLS6'1"190 lbsListed
Shawn LeoPK5'9"165 lbsListed
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_06fj8v2paxrv12e5z0q8yzss2r
curl "https://api.statshawk.ai/v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj8v2paxrv12e5z0q8yzss2r/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