CFB Weekly Projections

Weekly fantasy projections for college football players for upcoming games.

Attributes

Top-Level Fields

FieldTypeDescription
Weekinteger
Seasoninteger
Gamesarray

Games Object

FieldTypeDescription
Idstring
DateTimestring
Teamsarray

Teams Object

FieldTypeDescription
Idstring
Codestring
IsHomeinteger
Projectionsobject
Playersarray

Example Response

{
  "Week": 0,"Season": 2025,
  "Games": [
    {
      "Id": "36707","DateTime": "2025-08-23T12:00:00-04:00",
      "Teams": [
        {
          "Id": "Iowa State","Code": "Iowa State","IsHome": 0,
          "Projections": {"DefenseSacks": 2.02,"PointsAllowed": 25.5,"PointsScored": 26,"YardsAllowed": 395.2},
          "Players": [{"FirstName": "Connor","LastName": "Moberly","Position": "QB","Projections": {"PassAttempts": 0,"PassYards": 0,"RushAttempts": 0,"RushYards": 0},"Id": "46034"}]
        }
      ]
    }
  ]
}
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