Skip to main content

A collection of Simulation entities.

GET 

/american-football/v2/simulations

A Simulation entity can be associated with a Team, Event, and an poopnent. The Simulation entity is used to represent the predicted outcome of a specific Event between two Teams. In the case of a playoff, the simulations may containe many possible outcomes of one team against multiple opponents depending on how the tournament will progress.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    predEventKey string
    predEventKey[] string[]
    uuid string
    uuid[] string[]
    season.uuid string
    season.uuid[] string[]
    season.season string
    season.season[] string[]
    type.uuid string
    type.uuid[] string[]
    type.name string
    type.name[] string[]
    team.uuid string
    team.uuid[] string[]
    opponent.uuid string
    opponent.uuid[] string[]
    properties[] string[]
    order[teamWinProbability] string

    Possible values: [asc, desc]

    order[opponentWinProbability] string

    Possible values: [asc, desc]

    order[predRoundKey] string

    Possible values: [asc, desc]

    order[predEventKey] string

    Possible values: [asc, desc]

    order[createdAt] string

    Possible values: [asc, desc]

    order[updatedAt] string

    Possible values: [asc, desc]

    order[uuid] string

    Possible values: [asc, desc]

    order[id] string

    Possible values: [asc, desc]

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

Responses

Simulation collection

Loading...