College Football DataCollege Football Data
  • CollegeFootballData.com
  • Get API Key
  • Legacy Swagger UI
  • Getting Started
  • Official libraries
  • Methodology and resources
  • API Reference
Helpful Links
  • CFBD
  • Patreon
  • Gumroad
Data + Code Packs
  • Starter Pack
  • Model Training Pack
  • AI Launchpad
  • AI Builder Pack
Other Resources
  • Rad Sports Analytics
  • Blog
  • Basketball

A Rad Sports Analytics platform.

xdiscordgithub
Information
Games
    /gamesget/games/teamsget/games/playersget/games/mediaget/games/weatherget/recordsget/calendarget/scoreboardget/game/box/advancedget
Playoffs
    /playoffs/cfpget/playoffs/cfp/participantsget/playoffs/cfp/gamesget
Drives
    /drivesget
Plays
    /playsget/plays/typesget/plays/statsget/plays/stats/typesget/live/playsget
Passing
    /passing/playsget/passing/players/seasonget/passing/players/gamesget/passing/teams/seasonget/passing/teams/gamesget
Rushing
    /rushing/playsget/rushing/players/seasonget/rushing/players/gamesget/rushing/teams/seasonget/rushing/teams/gamesget
Teams
    /teamsget/teams/fbsget/teams/matchupget/teams/atsget/rosterget/talentget
Conferences
    /conferencesget/conferences/changesget/conferences/affiliationsget
Venues
    /venuesget
Coaches
    /coachesget/coaches/profileget/coaches/seasonsget/coaches/tenuresget
Players
    /player/searchget/player/usageget/player/season/overviewget/player/returningget/player/portalget
Rankings
    /rankingsget
Betting
    /linesget
Recruiting
    /recruiting/playersget/recruiting/teamsget/recruiting/groupsget
Ratings
    /ratings/coreget/ratings/spget/ratings/sp/conferencesget/ratings/srsget/ratings/srs/expandedget/ratings/eloget/ratings/fpiget
Metrics
    /ppa/predictedget/ppa/teamsget/ppa/gamesget/ppa/players/gamesget/ppa/players/seasonget/metrics/wpget/metrics/wp/pregameget/metrics/fg/epget
Stats
    /stats/player/seasonget/stats/player/successget/stats/player/success/gameget/stats/seasonget/stats/categoriesget/stats/season/advancedget/stats/game/advancedget/stats/game/havocget
Draft
    /draft/teamsget/draft/positionsget/draft/picksget
Adjusted metrics
    /wepa/team/seasonget/wepa/players/passingget/wepa/players/rushingget/wepa/players/kickingget
Info
    /infoget/info/usageget
Schemas
powered by Zudoku
College Football Data API
College Football Data API

Adjusted metrics

Download schema

Team and player metrics adjusted for opponent strength.


GET
https://api.collegefootballdata.com
/wepa/team/season
Bearer

Returns opponent-adjusted team statistics by season.

query Parameters

year
​integer · int32

Season year.

team
​string

Team name.

conference
​string

Conference name or abbreviation.

Responses

200

Ok

​AdjustedTeamMetrics[]
AdjustedTeamMetrics
year
​integer · int32 · required
teamId
​integer · int32 · required
team
​string · required
conference
​string · required
​object · required
​object · required
​object · required
​object · required
​object · required
​object · required
explosiveness
​number · double · required
explosivenessAllowed
​number · double · required
GET/wepa/team/season
curl https://api.collegefootballdata.com/wepa/team/season \ --header 'Authorization: Bearer <token>'
Example Responses
[ { "year": 0, "teamId": 0, "team": "team", "conference": "conference", "epa": { "rushing": 0, "passing": 0, "total": 0 }, "epaAllowed": { "rushing": 0, "passing": 0, "total": 0 }, "successRate": { "passingDowns": 0, "standardDowns": 0, "total": 0 }, "successRateAllowed": { "passingDowns": 0, "standardDowns": 0, "total": 0 }, "rushing": { "highlightYards": 0, "openFieldYards": 0, "secondLevelYards": 0, "lineYards": 0 }, "rushingAllowed": { "highlightYards": 0, "openFieldYards": 0, "secondLevelYards": 0, "lineYards": 0 }, "explosiveness": 0, "explosivenessAllowed": 0 } ]
json
application/json

GET
https://api.collegefootballdata.com
/wepa/players/passing
Bearer

Returns opponent-adjusted player passing metrics.

query Parameters

year
​integer · int32

Season year.

team
​string

Team name.

conference
​string

Conference abbreviation.

position
​string

Player position abbreviation.

Responses

200

Ok

​PlayerWeightedEPA[]
PlayerWeightedEPA
year
​integer · int32 · required
athleteId
​string · required
athleteName
​string · required
position
​string · required
team
​string · required
conference
​string · required
wepa
​number · double · required
plays
​integer · int32 · required
GET/wepa/players/passing
curl https://api.collegefootballdata.com/wepa/players/passing \ --header 'Authorization: Bearer <token>'
Example Responses
[ { "year": 0, "athleteId": "athleteId", "athleteName": "athleteName", "position": "position", "team": "team", "conference": "conference", "wepa": 0, "plays": 0 } ]
json
application/json

GET
https://api.collegefootballdata.com
/wepa/players/rushing
Bearer

Returns opponent-adjusted player rushing metrics.

query Parameters

year
​integer · int32

Season year.

team
​string

Team name.

conference
​string

Conference abbreviation.

position
​string

Player position abbreviation.

Responses

200

Ok

​PlayerWeightedEPA[]
PlayerWeightedEPA
year
​integer · int32 · required
athleteId
​string · required
athleteName
​string · required
position
​string · required
team
​string · required
conference
​string · required
wepa
​number · double · required
plays
​integer · int32 · required
GET/wepa/players/rushing
curl https://api.collegefootballdata.com/wepa/players/rushing \ --header 'Authorization: Bearer <token>'
Example Responses
[ { "year": 0, "athleteId": "athleteId", "athleteName": "athleteName", "position": "position", "team": "team", "conference": "conference", "wepa": 0, "plays": 0 } ]
json
application/json

GET
https://api.collegefootballdata.com
/wepa/players/kicking
Bearer

Returns Points Added Above Replacement (PAAR) ratings for kickers.

query Parameters

year
​integer · int32

Season year.

team
​string

Team name.

conference
​string

Conference abbreviation.

Responses

200

Ok

​KickerPAAR[]
KickerPAAR
year
​integer · int32 · required
athleteId
​string · required
athleteName
​string · required
team
​string · required
conference
​string · required
paar
​number · double · required
attempts
​integer · int32 · required
GET/wepa/players/kicking
curl https://api.collegefootballdata.com/wepa/players/kicking \ --header 'Authorization: Bearer <token>'
Example Responses
[ { "year": 0, "athleteId": "athleteId", "athleteName": "athleteName", "team": "team", "conference": "conference", "paar": 0, "attempts": 0 } ]
json
application/json

DraftInfo