Skip to main content
GET
Team Seasons

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

Numeric ID of the team to get team seasons for

Query Parameters

fields
enum<string>[]

Specify custom response with available response fields.


Fields included as default: slug, startYear, endYear, isDefault, isActive, teamSlug, teamName, teamLogo, league, leagueSlug, leagueName, leagueFullName, secondaryLeague, secondaryLeagueSlug, secondaryLeagueName, secondaryLeagueFullName, eliteprospectsUrlPath

Available options:
slug,
startYear,
endYear,
isDefault,
isActive,
teamSlug,
teamName,
teamLogo,
league,
leagueSlug,
leagueName,
leagueFullName,
secondaryLeague,
secondaryLeagueSlug,
secondaryLeagueName,
secondaryLeagueFullName,
eliteprospectsUrlPath,
teamLogo.*,
league.*,
secondaryLeague.*,
*
offset
integer
default:0

The number of items to skip before starting to collect the result set.

Required range: x >= 0
limit
integer
default:100

The number of items to return.

Required range: 0 <= x <= 1000
slug
string

Filter by slug

Response

200 - application/json

A paginated list of team seasons.

_meta
object
data
object[]