CFB FBS Season Projections

Full-season fantasy projections specifically for FBS college football players.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
Teamsarray

Teams Object

FieldTypeDescription
Idstring
Namestring
Nicknamestring
Projectionsobject
Playersarray

Example Response

{
  "Season": 2025,
  "Teams": [
    {
      "Id": "Abilene Christian","Name": "Abilene Christian","Nickname": "Wildcats",
      "Projections": {"Type": "TEAM_DEFENSE","DefenseSacks": 0,"PointsAllowed": 0,"DefenseInterceptions": 0},
      "Players": [{"FirstName": "Makenzie","LastName": "McGill","Position": "RB","Projections": {"Type": "OFFENSE","GamesPlayed": 12,"RushAttempts": 98,"RushYards": 600,"RushTouchdowns": 8},"Id": "43657"}]
    }
  ]
}
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