Skip to main content

A collection of Team entities.

GET 

/american-football/v2/teams

A Team entity can be associated with a Venue, Coach, Player, and Event.

The Team entity is used to represent a group of players that compete in a League or Event.

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[]
    league.abbreviation string
    league.abbreviation[] string[]
    league.uuid string
    league.uuid[] string[]
    division.uuid string
    division.uuid[] string[]
    division.abbreviation string
    division.abbreviation[] string[]
    conference.uuid string
    conference.uuid[] string[]
    conference.abbreviation string
    conference.abbreviation[] string[]
    abbreviation string
    abbreviation[] string[]
    nickName string
    location string
    properties[] string[]
    is_active boolean
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Team collection

Loading...