Team / football / 2026

Benedict Tigers

footballncaaf2026 season

Benedict Tigers 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
Michael ArroyoOL6'3"308 lbsListed
Anthony BellRB6'0"205 lbsListed
Jevric BlockerRB5'6"162 lbsListed
Zachary BrisbaneRB5'7"205 lbsListed
Justin BrownOL6'2"337 lbsListed
Phillip BrownQB6'1"205 lbsListed
Wayne BrownTE6'3"230 lbsListed
Maurice CampbellOL6'7"330 lbsListed
Qundez CarterWR5'10"165 lbsListed
Mason DuckettQB6'2"190 lbsListed
KaDarius GarrettRB5'10"190 lbsListed
Taukarri HiltonOL6'1"315 lbsListed
Craig HinsonTE6'5"280 lbsListed
Leondre HughesWR5'9"160 lbsListed
Raheem JenningsRB6'1"205 lbsListed
Jeremy JohnsonRB5'11"270 lbsListed
Joseph LinderOL6'2"330 lbsListed
George MyersRB5'6"175 lbsListed
Tyler PritchettOL6'3"300 lbsListed
Joshua SiaosiOL6'5"380 lbsListed
Harrison TerryOL6'3"275 lbsListed
Jayden ThomasWR6'2"200 lbsListed
Nevrone ThomasOL6'3"280 lbsListed
Kellen WilliamsOL6'5"320 lbsListed
Mario WilliamsOL6'3"325 lbsListed
Amari AndrewsLB6'0"200 lbsListed
Matthew AnthonyDB6'1"165 lbsListed
Wendell BingDL6'2"280 lbsListed
Harmon BrownDB5'7"158 lbsListed
Herschell BrownLB6'2"220 lbsListed
Travionte BrownDB6'2"165 lbsListed
Samuel CambridgeLB6'0"225 lbsListed
Robert CummingsDB6'0"190 lbsListed
Octavious Ellis Jr.LB5'11"205 lbsListed
Kendrick FrazierLB6'2"245 lbsListed
Rakim GregoryLB6'0"225 lbsListed
Joshua HeywardCB6'2"195 lbsListed
Dontavis HuntDB6'1"175 lbsListed
Shaquille HusserDB6'0"205 lbsListed
Malcolm KingDB5'10"170 lbsListed
Edward KirklandS6'0"210 lbsListed
Tray LawsonLB5'10"220 lbsListed
Stacy MaysDL6'2"250 lbsListed
Bryson MeroDB6'0"197 lbsListed
Avery OwensDL5'11"275 lbsListed
Travon ShannonLB5'11"200 lbsListed
Traequan ShawDB5'8"170 lbsListed
Olajuwone SmithS6'2"180 lbsListed
Tyler SteeleCB5'10"178 lbsListed
Collins TensleyLB6'0"230 lbsListed
Antonio ThomasDL5'10"273 lbsListed
Stephen WilliamsLB6'2"255 lbsListed
Tory MimbsPK6'0"223 lbsListed
Rigoberto TinocoPK5'8"215 lbsListed
Devontae AlfredWR6'4"190 lbsListed
Tyler McAllisterTE6'4"252 lbsListed
Okechi NtiasagweWR6'3"200 lbsListed
Danye WashingtonWR5'10"165 lbsListed
Michael WhittedWR6'4"200 lbsListed
Tyler GibsonDL6'2"360 lbsListed
Kenneth GunterDL6'4"245 lbsListed
Aaryn GuyDL6'1"368 lbsListed
Reginald Henry Jr.DE6'3"273 lbsListed
Rickym HolmesDL6'5"330 lbsListed
Anthony PulliamDL6'4"280 lbsListed
Charles WilliamsDE6'4"320 lbsListed
Christopher WilliamsDL6'3"300 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_06fj8v07hntz394j7w8e6jjc5r
curl "https://api.statshawk.ai/v1/teams/team_06fj8v07hntz394j7w8e6jjc5r" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj8v07hntz394j7w8e6jjc5r/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