NBA Rest of Season Projections

Query Parameters

ParameterTypeRequiredDescription
datestringNoThe date from which to calculate rest-of-season projections (YYYY-MM-DD). Defaults to today.

Attributes

Top-Level Fields

FieldTypeDescription
Seasoninteger
Datestring
Playersarray

Players Object

FieldTypeDescription
FirstNamestring
LastNamestring
Positionstring
Projectionsobject
Idstring

Example Response

{
  "Season": 2025,
  "Date": "2026-05-14",
  "Players": [
    {
      "FirstName": "Jarrett",
      "LastName": "Allen",
      "Position": "C         ",
      "Projections": {
        "GamesPlayed": 1.98,
        "Minutes": 59.4,
        "TwoPointsMade": 9.876,
        "TwoPointAttempts": 14.701,
        "ThreePointsMade": 0.249,
        "ThreePointAttempts": 0.847,
        "FreeThrowsMade": 5.135,
        "FreeThrowAttempts": 7.26,
        "Assists": 3.67,
        "Steals": 2.012,
        "Turnovers": 2.861,
        "Blocks": 2.413,
        "OffensiveRebounds": 7.002,
        "DefensiveRebounds": 11.268,
        "Rebounds": 18.27,
        "DoubleDoubles": 0.855,
        "TripleDoubles": 0,
        "PersonalFouls": 3.343,
        "TechnicalFouls": 0,
        "FlagrantFouls": 0.023,
        "Ejections": 0
      },
      "Id": "4122"
    }
  ]
}
Query Params
date

The date from which to calculate rest-of-season projections (YYYY-MM-DD). Defaults to today.

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