Berea Mountaineers
Berea Mountaineers has a 2026 season statistics section with no reported measures, a recent game log, a reported roster, and a developer recipe for the REST API and MCP path.
Reported team measures.
2026 team statistics, kept in the API’s sport-specific vocabulary.
No season stats available
Recent results.
Reported scores and outcomes, with direct paths to every resolved game and opponent.
Team personnel.
Listed and appearance-derived players, linked to their complete StatHawk profiles.
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.
curl "https://api.statshawk.ai/v1/teams/team_06fj8w4k8xzw14n61hk02gfqvm" \
-H "X-API-Key: sk_live_YOUR_KEY_HERE"curl "https://api.statshawk.ai/v1/teams/team_06fj8w4k8xzw14n61hk02gfqvm/roster" \
-H "X-API-Key: sk_live_YOUR_KEY_HERE"curl "https://api.statshawk.ai/v1/teams/team_06fj8w4k8xzw14n61hk02gfqvm/stats?competition=comp_06fhkme7j1xd1ddf0vt9w298wr&season=2026" \
-H "X-API-Key: sk_live_YOUR_KEY_HERE"curl "https://api.statshawk.ai/v1/teams/team_06fj8w4k8xzw14n61hk02gfqvm/game-log" \
-H "X-API-Key: sk_live_YOUR_KEY_HERE"Connect StatHawk to your agent, then ask it to explain and extend the data shown on this page.