Skip to main content

A summary response for seasonal player predictions.

GET 

/american-football/v2/summaries/performances/seasonal/:season_uuid/:league_uuid

This response is organized by position and includes the predicted performance for each player in the game. UUIDs are provided for querying additional information about the related players, teams 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

    properties[] string[]
    uuid string
    uuid[] string[]
    team.uuid string
    team.uuid[] string[]
    event.uuid string
    event.uuid[] string[]
    player.uuid string
    player.uuid[] string[]
    eventType string
    eventType[] string[]
    position string
    position[] string[]
    season.uuid string
    season.uuid[] string[]
    league.uuid string
    league.uuid[] string[]
    order[event.startDate] string

    Possible values: [asc, desc]

    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

SeasonalPerformance collection

Loading...