Team / football / 2026

Lenoir Rhyne Bears

footballncaaf2026 season

Lenoir Rhyne Bears 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
Joe AndersonRB5'8"180 lbsListed
Anthony AveryOL6'1"255 lbsListed
Greg BakerWR5'9"176 lbsListed
Jim BayerOL6'1"295 lbsListed
Edward BlackburnWR6'4"200 lbsListed
Corron BostonRB5'8"150 lbsListed
Victor BrannanWR6'2"175 lbsListed
Zack BunnOL6'2"260 lbsListed
Ben CarrionOL6'2"275 lbsListed
Tymel CarsonWR5'11"185 lbsListed
Michael ClareRB5'8"195 lbsListed
Graham DuncanRB5'10"170 lbsListed
Kevin EckelFB6'1"220 lbsListed
Tyler EvansOL6'2"290 lbsListed
Jorelle FarmerRB5'11"190 lbsListed
Miles FreemanQB6'1"195 lbsListed
Travis FrizsellRB5'11"190 lbsListed
Michael GavalQB5'10"165 lbsListed
Callan GillisonOL6'2"275 lbsListed
Tyreece GossettQB5'10"185 lbsListed
Zach HansenOL6'2"250 lbsListed
Chase HarrisFB6'1"205 lbsListed
Josh HolbrooksOL6'4"280 lbsListed
Zach HowellOL6'2"265 lbsListed
Brandon HuffOL6'2"280 lbsListed
Teonce JonesOL6'3"335 lbsListed
Teverrius JonesQB6'2"200 lbsListed
Josh JusticeQB6'1"190 lbsListed
Daniel AdamsDB6'2"190 lbsListed
Placid AjokuLB6'1"235 lbsListed
Stephen AmoahLB5'11"215 lbsListed
Ron BaileyDL6'2"230 lbsListed
Blake BakerDE6'0"237 lbsListed
K.J. BillingsleyDL6'3"240 lbsListed
Jourden BlackmonDB5'10"200 lbsListed
O'Neil BlakeCB5'7"196 lbsListed
Tanner BottsLB6'2"230 lbsListed
Tyler BottsLB6'2"215 lbsListed
Myles Braswell-SampleDL6'1"275 lbsListed
Jolen BriggsDB5'8"185 lbsListed
James CaldwellDB5'10"175 lbsListed
Jamison ChalmersDL6'1"240 lbsListed
Chris ChristianDB5'10"175 lbsListed
Collis ClarkDB5'11"170 lbsListed
C.J. CodyDB6'1"170 lbsListed
Marcus DavisLB5'10"200 lbsListed
Kalen ElkinsLB6'1"210 lbsListed
Doug EllisLB5'11"200 lbsListed
Jacob FisherDB5'9"170 lbsListed
Jordan ForneyLB5'10"215 lbsListed
Xavier GillLB6'1"205 lbsListed
John GowanDE6'2"225 lbsListed
Chris GreenDL6'1"270 lbsListed
Michael GreenDB6'1"200 lbsListed
William GriffithDB6'1"190 lbsListed
Jeff HaneyLB6'1"225 lbsListed
Justin HaneyLB6'1"200 lbsListed
Cedric HarrisLB6'1"205 lbsListed
Adrian HartDL6'1"255 lbsListed
Lucas HayesDL6'1"255 lbsListed
Cameron HendersonDL6'2"250 lbsListed
Myles HillDB6'1"175 lbsListed
A.J. HopkeDL5'10"255 lbsListed
Calvin HowardDL6'1"265 lbsListed
Dale HowardDL6'1"270 lbsListed
Brandon HudsonLB5'11"220 lbsListed
Quinten JamesLB6'1"210 lbsListed
Andre JeffersonDT6'2"295 lbsListed
Justin KeyesDB5'11"165 lbsListed
Shawn LeonardDL5'11"230 lbsListed
Austin BarkerPK5'10"165 lbsListed
Robert CheekPK5'10"165 lbsListed
Michael DestephensP5'8"175 lbsListed
Hunter HairePK6'2"185 lbsListed
Matt JacksonPK5'9"170 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_06fj8v1dqnv816q8qqxvh6qej4
curl "https://api.statshawk.ai/v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/roster
curl "https://api.statshawk.ai/v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/roster" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026
curl "https://api.statshawk.ai/v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/stats?competition=comp_06fhkgd0txrn7dhhee8eztghrc&season=2026" \
  -H "X-API-Key: sk_live_YOUR_KEY_HERE"
Authenticated request · GET /v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/game-log
curl "https://api.statshawk.ai/v1/teams/team_06fj8v1dqnv816q8qqxvh6qej4/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