Ask questions in natural language. Get instant insights from rankings, player stats, recruiting data, and 60+ years of college football history.
A comprehensive college football analytics platform combining AI, advanced metrics, and historical data
Ask questions in plain English. Claude AI understands context, combines data sources, and provides intelligent analysis.
AP Poll, Coaches Poll, CFP Rankings, plus custom Elo ratings and PRI (Pearl Resume Index).
Statistical game predictions with win probabilities, spreads, and moneylines based on Elo ratings.
Access passing, rushing, receiving, and defensive stats for every FBS player through CFBD API.
247Sports recruiting rankings, talent composites, and class analysis to understand future potential.
PPA, success rates, explosiveness, FPI, SP+, and dozens of advanced statistical measures.
The AI agent understands natural language and can answer complex questions across multiple data sources
Send queries to the API and see real-time responses
https://data.elitefootballanalytics.com
RESTful API with comprehensive college football data and AI-powered query endpoints
/command
Ask questions in natural language
{
"command": "ask",
"params": {
"question": "Show me top 10 Elo rankings"
}
}
/api/pri
Pearl Resume Index rankings
GET /api/pri?season=2025&week=11
/api/elo/predict
Game outcome predictions
GET /api/elo/predict?teamA=Georgia&teamB=Alabama&site=neutral
/api/teams/comprehensive
All FBS teams with rankings & stats
GET /api/teams/comprehensive?season=2025&week=11
swift run pri
swift run pri ask "your question"
curl https://data.elitefootballanalytics.com/api/elo
POST /command with JSON body
Built with modern, production-ready technologies