ELITE FOOTBALL ANALYTICS
Powered by Claude AI + CFBD

College Football Intelligence
Powered by AI

Ask questions in natural language. Get instant insights from rankings, player stats, recruiting data, and 60+ years of college football history.

5
Ranking Systems
60+
CFBD Endpoints
AI
Natural Language
24/7
Live API

What It Does

A comprehensive college football analytics platform combining AI, advanced metrics, and historical data

AI Query Agent

Ask questions in plain English. Claude AI understands context, combines data sources, and provides intelligent analysis.

Natural language processing
Multi-tool orchestration

Multiple Ranking Systems

AP Poll, Coaches Poll, CFP Rankings, plus custom Elo ratings and PRI (Pearl Resume Index).

5 independent systems
Historical tracking

Elo Predictions

Statistical game predictions with win probabilities, spreads, and moneylines based on Elo ratings.

Home field advantage
Margin of victory weighting

Player Statistics

Access passing, rushing, receiving, and defensive stats for every FBS player through CFBD API.

Live season data
Historical archives

Recruiting Data

247Sports recruiting rankings, talent composites, and class analysis to understand future potential.

Class rankings
Talent vs performance

Advanced Metrics

PPA, success rates, explosiveness, FPI, SP+, and dozens of advanced statistical measures.

60+ data endpoints
Drive & play-by-play

What You Can Ask

The AI agent understands natural language and can answer complex questions across multiple data sources

Rankings & Comparisons

"Show me the top 25 Elo rankings"
"Compare Ohio State and Michigan across all ranking systems"
"Which SEC teams are in the AP Top 10?"
"Show me Texas's PRI breakdown game by game"

Game Predictions

"Predict Georgia vs Alabama at a neutral site"
"What's the spread for Ohio State vs Michigan?"
"Give me win probabilities for this week's top games"
"Who would win: Notre Dame at home vs USC?"

Player Performance

"Who are the top 5 passers in the SEC?"
"Show me Ohio State's top receivers this season"
"Which defenders have the most sacks?"
"Top 10 rushing leaders in college football"

Advanced Analysis

"Which teams are overperforming their talent composite?"
"Compare FPI ratings to Elo for the top 10"
"Show me recruiting rankings vs current performance"
"What's the all-time record between Alabama and Auburn?"

Try It Live

Send queries to the API and see real-time responses

Note: This demo connects to the live API at https://data.elitefootballanalytics.com

API Reference

RESTful API with comprehensive college football data and AI-powered query endpoints

POST /command

AI Query

Ask questions in natural language

{
  "command": "ask",
  "params": {
    "question": "Show me top 10 Elo rankings"
  }
}
Natural language processing
GET /api/pri

PRI Rankings

Pearl Resume Index rankings

GET /api/pri?season=2025&week=11
Resume-based iterative ranking
GET /api/elo/predict

Elo Predictions

Game outcome predictions

GET /api/elo/predict?teamA=Georgia&teamB=Alabama&site=neutral
Win probability & spreads
GET /api/teams/comprehensive

Comprehensive Teams

All FBS teams with rankings & stats

GET /api/teams/comprehensive?season=2025&week=11
All rankings + Elo in one call

Quick Start

1. Start the Server

swift run pri

2. Query via CLI

swift run pri ask "your question"

3. HTTP API

curl https://data.elitefootballanalytics.com/api/elo

4. AI Queries

POST /command with JSON body

Technology Stack

Built with modern, production-ready technologies

Swift
Core Language
Vapor
Web Framework
Claude AI
AI Agent (Haiku 4.5)
SQLite
Local Database
CFBD API
Data Source