NASCAR Projections

Race-level fantasy projections for NASCAR drivers.

Attributes

Fields

FieldTypeDescription
Idstring
Codestring
Namestring
Seasonstring
Seriesarray

Series Object

FieldTypeDescription
Idstring
Codestring
Namestring
Racesarray

Example Response

[
  {
    "Id": "1",
    "Code": "NASCAR",
    "Name": "NASCAR",
    "Season": "2026",
    "Series": [
      {
        "Id": "2","Code": "MC","Name": "NASCAR CUP SERIES",
        "Races": [
          {
            "Id": "2937439",
            "Name": "Cook Out Clash at Bowman Gray Stadium",
            "Date": "2026-02-01",
            "Venue": "Bowman Gray Stadium",
            "Drivers": [
              {
                "FirstName": "AJ","LastName": "Allmendinger",
                "Projections": {"Start": 12.8,"Finish": 22.7,"LapsLed": 0,"LapsCompleted": 195},
                "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