Team / football / 2026

Amherst Mammoths

footballncaaf2026 season

Amherst Mammoths 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
Nate AdkinsTE6'3"252 lbsListed
Tyler BadieRB5'8"197 lbsListed
Michael BandyWR5'10"190 lbsListed
Dallen BentleyTE6'4"253 lbsListed
Garett BollesOT6'5"300 lbsListed
Pat BryantWR6'2"204 lbsListed
Hakeem ButlerWR6'5"227 lbsListed
Kage CaseyOT6'5"310 lbsListed
Jonah ColemanRB5'8"220 lbsListed
Frank CrumOT6'7"315 lbsListed
Michael DeiterC6'6"310 lbsListed
J.K. DobbinsRB5'10"212 lbsListed
Sam EhlingerQB6'1"222 lbsListed
Evan EngramTE6'3"240 lbsListed
Alex ForsythC6'4"312 lbsListed
Troy FranklinWR6'3"180 lbsListed
Nick GargiuloG6'5"310 lbsListed
RJ HarveyRB5'8"205 lbsListed
Reid HolskeyOT6'6"306 lbsListed
Lil'Jordan HumphreyWR6'4"225 lbsListed
Justin JolyTE6'3"241 lbsListed
Kolbe KatsisWR6'1"185 lbsListed
Dane KeyWR6'3"210 lbsListed
Lucas KrullTE6'6"260 lbsListed
Joseph Manjack IVWR6'3"210 lbsListed
Mike McGlincheyOT6'8"315 lbsListed
Jaleel McLaughlinRB5'7"187 lbsListed
Quinn MeinerzG6'3"320 lbsListed
Marvin Mims Jr.WR5'11"182 lbsListed
Bo NixQB6'2"217 lbsListed
Gavin OrtegaOT6'5"300 lbsListed
Alex PalczewskiOT6'6"314 lbsListed
Matt PeartOT6'7"318 lbsListed
Ben PowersG6'4"310 lbsListed
Adam PrenticeFB6'0"245 lbsListed
Cameron RossWR5'10"186 lbsListed
Cody SchraderRB5'9"214 lbsListed
Jarrett StidhamQB6'3"215 lbsListed
Courtland SuttonWR6'4"216 lbsListed
Calvin ThrockmortonG6'5"311 lbsListed
Adam TrautmanTE6'5"253 lbsListed
Jaylen WaddleWR5'10"185 lbsListed
Luke WattenbergC6'5"300 lbsListed
Kris Abrams-DraineCB5'11"178 lbsListed
Zach AllenDE6'5"285 lbsListed
Tycen AndersonS6'2"210 lbsListed
Brent AustinCB5'11"180 lbsListed
Levelle BaileyLB6'2"225 lbsListed
Jahdae BarronCB5'11"200 lbsListed
Nik BonittoLB6'3"240 lbsListed
Jonathon CooperLB6'4"257 lbsListed
Blake CottonCB6'2"195 lbsListed
Jonah EllissLB6'2"246 lbsListed
Sean FreschCB5'9"181 lbsListed
Matt HenningsenDE6'3"291 lbsListed
Talanoa HufangaS6'0"200 lbsListed
D.J. JonesDT6'0"305 lbsListed
Sai'vion JonesDE6'5"289 lbsListed
Devon KeyS6'0"208 lbsListed
Dasan McCulloughLB6'5"240 lbsListed
Ja'Quan McMillianCB5'10"183 lbsListed
Riley MossCB6'0"193 lbsListed
Red MurdockLB6'1"232 lbsListed
Tyler OnyedimDT6'3"292 lbsListed
Karene ReidLB6'0"226 lbsListed
Malcolm RoachDT6'3"290 lbsListed
Parker RobertsonS5'11"185 lbsListed
Que RobinsonLB6'4"243 lbsListed
Drew SandersLB6'5"233 lbsListed
Miles ScottS5'11"210 lbsListed
JL SkinnerS6'4"220 lbsListed
Justin StrnadLB6'3"235 lbsListed
Pat Surtain IICB6'2"202 lbsListed
Reese TaylorCB5'9"188 lbsListed
Dondrea TillmanLB6'4"247 lbsListed
Eyioma UwazurikeDE6'6"320 lbsListed
Johnny WalkerLB6'3"250 lbsListed
Kristian WilliamsDT6'2"295 lbsListed
Taurean YorkLB5'10"226 lbsListed
Luke BassoLS6'3"246 lbsListed
Jeremy CrawshawP6'3"205 lbsListed
Mitchell FraboniLS6'2"223 lbsListed
Wil LutzPK5'11"184 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_06fj8v012syt551k8k2q9g7t9m
curl "https://api.statshawk.ai/v1/teams/team_06fj8v012syt551k8k2q9g7t9m" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v012syt551k8k2q9g7t9m/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj8v012syt551k8k2q9g7t9m/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v012syt551k8k2q9g7t9m/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj8v012syt551k8k2q9g7t9m/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v012syt551k8k2q9g7t9m/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj8v012syt551k8k2q9g7t9m/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