NASCAR Season Projections

Full-season fantasy projections for NASCAR drivers.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
Circuitsarray

Circuits Object

FieldTypeDescription
Idstring
Codestring
Namestring
Seasonstring
Driversarray

Drivers Object

FieldTypeDescription
FirstNamestring
LastNamestring
Projectionsobject
Idstring

Example Response

{
  "Season": 2026,
  "Circuits": [
    {
      "Id": "1","Code": "NASCAR","Name": "NASCAR","Season": "2026",
      "Drivers": [
        {
          "FirstName": "AJ","LastName": "Allmendinger",
          "Projections": {"AvgStart": 19.4,"AvgFinish": 21.6,"LapsLed": 48,"LapsCompleted": 8768},
          "Id": "497"
        }
      ]
    }
  ]
}
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