Skip to main content
GET
Show Season

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

season
integer
required

The season ID

Response

SeasonResource

id
integer
required

Unique identifier of the season. Stable across requests, use it to reference the season from your own data.

self
string
required

Path to this season's endpoint, relative to https://padelapi.org.

name
string
required

Display name of the season, combining the organizing body and the year (e.g. Premier Padel 2026).

url
string
required

Public web page with the full calendar for the season.

tournaments_count
integer
required

Number of tournaments in the season. Matches the number of results returned by connections.tournaments.

status
enum<string>
required

Current state of the season, derived from its calendar. See the statuses reference for the full list.

Available options:
upcoming,
active,
finished
start_date
string
required

Start date of the first tournament of the season, as YYYY-MM-DD.

end_date
string
required

End date of the last tournament of the season, as YYYY-MM-DD. A season can run across calendar years, so this date may fall outside year.

year
string
required

Calendar year the season belongs to. Several seasons can share the same year when more than one circuit is running.

connections
object
required

Related endpoints for this season.