Skip to main content

A collection of Player entities.

GET 

/basketball/v2/players

A Player entity can be associated with a Team, Position, League, and multiple other entities.

A Player entity is used to represent an individual player that competes on a Team in a League and Event.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    uuid string
    uuid[] string[]
    league.abbreviation string
    league.abbreviation[] string[]
    league.uuid string
    league.uuid[] string[]
    team.location string
    team.nickName string
    team.uuid string
    team.uuid[] string[]
    firstName string
    lastName string
    fullName string
    uniform string
    uniform[] string[]
    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Player collection

Response Attributes and Relations

  • team (Team)

  • firstName (string)

  • lastName (string)

  • currentSeasonStanding (StandingPlayer)

  • currentPlayoffStanding (StandingPlayer)

  • league (League)

  • fullName (string)

  • heightInches (float)

  • weightLbs (float)

  • uniform (string)

  • experience (string)

  • birthDate (string, date with time)

  • collegeName (string)

  • uuid (uuid)

  • played (bool)

  • active (bool)

  • starter (bool)

  • fouledOut (bool)

  • onCourt (bool)

  • dfsSalary (int)

  • dfsCaptainSalary (int)

  • dfsPosition (string)

  • dfsPoints (float)

  • displayStatus (string)

  • isInjured (bool)

  • isActive (bool)

  • isSuspended (bool)

  • combinedName (string)

  • positions (object,Position)

  • imageURL (string)

  • avatarUrl (string)

Loading...