Skip to main content

A collection of Series entities related to tournaments.

GET 

/american-football/v2/series

Retrieves the collection of Series resources.

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[]
    round.uuid string
    round.uuid[] string[]
    season.uuid string
    season.uuid[] string[]
    homeTeam.uuid string
    homeTeam.uuid[] string[]
    awayTeam.uuid string
    awayTeam.uuid[] string[]
    season.season string
    season.season[] string[]
    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Series collection

Response Attributes and Relations

  • homeTeam (Team)

  • homeTeamSeed (int)

  • homeTeamDivisionSeed (string)

  • homeTeamRecord (int)

  • awayTeam (Team)

  • awayTeamSeed (int)

  • awayTeamDivisionSeed (string)

  • awayTeamRecord (int)

  • title (string)

  • startDate (DateTimeInterface)

  • league (League)

  • events (object,Event)

  • next (Series)

  • previous (object,Series)

  • uuid (uuid)

  • status ()

  • simulatedPicks (SeriesSimulation)

Loading...