CFB Season Projections

Full-season fantasy projections for college football players.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
Teamsarray

Teams Object

FieldTypeDescription
Idstring
Namestring
Nicknamestring
Projectionsobject
Playersarray

Players Object

FieldTypeDescription
FirstNamestring
LastNamestring
Positionstring
Projectionsobject
Idstring

Example Response

{
  "Season": 2025,
  "Teams": [
    {
      "Id": "Alabama","Name": "Alabama","Nickname": "Crimson Tide",
      "Projections": {"Type": "TEAM_DEFENSE","DefenseSacks": 27,"PointsAllowed": 198,"DefenseInterceptions": 21,"FumblesForced": 14},
      "Players": [{"FirstName": "Ty","LastName": "Simpson","Position": "QB","Projections": {"Type": "OFFENSE","GamesPlayed": 12,"PassAttempts": 399,"PassYards": 3474,"PassTouchdowns": 30,"RushAttempts": 64,"RushYards": 200},"Id": "39809"}]
    }
  ]
}
Query Params
string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json