Team / football / 2026

Buffalo State Bengals

footballncaaf2026 season

Buffalo State Bengals 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
Jay AbellaQB6'2"Listed
Jeremy AgostoOL6'2"Listed
Adrian AndersonTE6'1"Listed
Ian BehrensFB6'0"Listed
Dei'Shaun BenitezOL6'0"Listed
Chris BoadiRB6'1"Listed
Jeffrey BurgessWR6'0"Listed
Gage BurlingameRB5'7"Listed
Amir CameronQB6'0"Listed
Wyatt CooperOL6'7"Listed
Otho CoxWR6'0"Listed
Rhett DarrahQB6'1"Listed
Tom DelgadoQB6'0"Listed
James DenegallOL5'11"Listed
Derek DishawOL6'1"Listed
Kymani EdwardsRB5'8"Listed
Evan GriffithsFB5'10"Listed
Jay HawkWR6'4"Listed
Jake HeldweinWR6'0"Listed
Savion HickenbottomOL5'11"Listed
Kedar HobbsWR5'11"Listed
Camdyn HonanOL6'1"Listed
Anthony IvaliotisOL5'10"Listed
Drew JamesWR6'0"Listed
Dameco JeffersonWR5'11"Listed
Mikai JohnsonWR5'10"Listed
Darion JonesWR6'0"Listed
Egbert JosephFB5'9"Listed
Edgar KeyRB5'7"Listed
Noah KimbleQB6'0"Listed
Joe KingsleyOL6'3"320 lbsListed
William KitchingWR6'2"Listed
Caleb KruzickiFB5'11"Listed
Landon LaDukeQB6'2"Listed
Anthony LucinskiOL6'3"Listed
Julian MaloneyTE6'4"Listed
Ryan MartorellOL6'1"Listed
Shaquille McWhiteOL6'0"Listed
Tyler MillsWR5'10"Listed
Tyler MurphyFB5'9"Listed
Tariq NelsonWR6'0"Listed
Declan NoonanTE6'2"Listed
Kenyi OnamaOL6'1"Listed
Nasir PattonWR6'1"Listed
Cole PearlmanOL6'6"Listed
Cody PhillipsRB6'2"Listed
John RomeoOL6'3"Listed
Elliot SantosTE6'3"Listed
Carlos AlmeydaDL5'11"Listed
Nicholas BauerDT6'0"Listed
Zashun BethelDB6'0"Listed
Xzaivion BettsDB6'0"Listed
Nicholas BradtDB5'10"Listed
Anthony BrathwaiteDB6'0"Listed
Justin BrownDB6'1"Listed
Basiaka ButcherDB6'2"Listed
Andrew CabassaLB6'0"Listed
Rusty CarrLB6'0"Listed
Evan CervantesLB5'8"Listed
Isaiah DeCampLB5'10"Listed
Amir DunbarDE6'1"Listed
Tyler DzikowskiLB5'11"Listed
Justin EmersonLB6'3"Listed
Noah EstripletDB6'0"Listed
Dominic FergusonDE6'0"Listed
Masiah FranklinLB6'0"Listed
Brandon GraceyDE6'2"Listed
Sincere GreenLB6'1"Listed
Antuane HawkinsLB5'11"Listed
MyQuan JacksonDB6'0"Listed
Franele JohnsonLB5'10"Listed
NJ JordanDE5'11"Listed
Lee JoynerDE5'11"Listed
Chadson LaguerreLB5'10"Listed
Michael LastiqueDB5'10"Listed
Phil LegagneurDB5'8"Listed
Nyjuan LittlejohnDB5'11"Listed
Pharrell LivingstonDT6'2"Listed
Nehemiah MackDL6'2"Listed
Eli MackeyLB5'9"Listed
Quadir McEachinLB6'1"Listed
Taheim McEachinDL5'8"Listed
Nicholas MooreDE6'3"Listed
K.J. MorrisDE6'0"Listed
Kenneth MosleyLB6'1"Listed
CJ OzolinsLB6'0"235 lbsListed
Artie PadillaLB5'10"Listed
Samuel PalmesanoDE6'2"Listed
Shamond PhillipsDL6'2"Listed
Logan RacioppoDL6'0"Listed
Damien ReyesLB5'9"Listed
Torin SalvatiLB5'11"Listed
Mohamed SangareLB5'10"Listed
Jack SmallLB6'0"Listed
Emerald SmartDB6'1"Listed
Nas SmithDL5'9"Listed
Jason Gatti-EzardP6'0"Listed
Spencer RootPK5'7"Listed
Nick SciandraP5'11"Listed
Sebastian SierraLS6'2"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_06fj8v0b5hwv71m5vqdcc46b18
curl "https://api.statshawk.ai/v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj8v0b5hwv71m5vqdcc46b18/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