Skip to main content

A collection of player Performance entities. These are the player perdictions for a specific event.

GET 

/basketball/v2/performances

A Performance entity can be associated with a Player and an Event. The Performance entity is used to represent the predicted performance of a player in a specific Event. If a player is injured, or there are no predicted performance values above 0, a player may not have a performance record for a specific event.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    properties[] string[]
    uuid string
    uuid[] string[]
    team.location string
    team.nickName string
    team.uuid string
    team.uuid[] string[]
    player.firstName string
    player.lastName string
    player.fullName string
    player.uniform string
    player.uniform[] string[]
    player.uuid string
    player.uuid[] string[]
    event.uuid string
    event.uuid[] string[]
    event.league.uuid string
    event.league.uuid[] string[]
    position string
    position[] string[]
    event.startDate[before] string
    event.startDate[strictly_before] string
    event.startDate[after] string
    event.startDate[strictly_after] string
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Performance collection

Loading...