NBA Season Projections

Attributes

Fields

FieldTypeDescription
FirstNamestring
LastNamestring
Positionstring
Projectionsobject
Idstring

Projections Object

FieldTypeDescription
GamesPlayedinteger
GamesStartedinteger
Minutesinteger
TwoPointsMadeinteger
TwoPointAttemptsinteger
ThreePointsMadeinteger
ThreePointAttemptsinteger
FreeThrowsMadeinteger
FreeThrowAttemptsinteger
Assistsinteger
Stealsinteger
Turnoversinteger
Blocksinteger
OffensiveReboundsinteger
DefensiveReboundsinteger
Reboundsinteger
DoubleDoublesinteger
TripleDoublesinteger
PersonalFoulsinteger
TechnicalFoulsinteger
FlagrantFoulsinteger
Ejectionsinteger

Example Response

[
  {
    "FirstName": "Shaqquan",
    "LastName": "Aaron",
    "Position": "F         ",
    "Projections": {
      "GamesPlayed": 0,
      "GamesStarted": 0,
      "Minutes": 0,
      "TwoPointsMade": 0,
      "TwoPointAttempts": 0,
      "ThreePointsMade": 0,
      "ThreePointAttempts": 0,
      "FreeThrowsMade": 0,
      "FreeThrowAttempts": 0,
      "Assists": 0,
      "Steals": 0,
      "Turnovers": 0,
      "Blocks": 0,
      "OffensiveRebounds": 0,
      "DefensiveRebounds": 0,
      "Rebounds": 0,
      "DoubleDoubles": 0,
      "TripleDoubles": 0,
      "PersonalFouls": 0,
      "TechnicalFouls": 0,
      "FlagrantFouls": 0,
      "Ejections": 0
    },
    "Id": "5011"
  }
]
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