Skip to main content

A collection of Event entities.

GET 

/american-football/v2/events

An Event entity can be associated with a League, Team, Season, and multiple other entities.

The Event entity is used to represent a single game or match between two teams.

In some cases the event may have no teams assigned yet, such as a undetermined tournament event, but will have a date assigned.

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[]
    season.uuid string
    season.uuid[] string[]
    season.season string
    season.season[] string[]
    league.abbreviation string
    league.abbreviation[] string[]
    league.uuid string
    league.uuid[] string[]
    homeTeam.uuid string
    homeTeam.uuid[] string[]
    homeTeam.abbreviation string
    homeTeam.abbreviation[] string[]
    homeTeam.location string
    homeTeam.nickName string
    awayTeam.uuid string
    awayTeam.uuid[] string[]
    awayTeam.abbreviation string
    awayTeam.abbreviation[] string[]
    awayTeam.location string
    awayTeam.nickName string
    teams.uuid string
    teams.uuid[] string[]
    eventStatus.uuid string
    eventStatus.uuid[] string[]
    type.uuid string
    type.uuid[] string[]
    type.name string
    type.name[] string[]
    coverage string
    coverage[] string[]
    startDate[before] string
    startDate[strictly_before] string
    startDate[after] string
    startDate[strictly_after] string
    properties[] string[]
    order[startDate] string

    Possible values: [asc, desc]

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

Responses

Event collection

Loading...