Show Season
Endpoint to retrieve detailed information about a specific season including start and end dates, tournaments count, and status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The season ID
Response
SeasonResource
Unique identifier of the season. Stable across requests, use it to reference the season from your own data.
Path to this season's endpoint, relative to https://padelapi.org.
Display name of the season, combining the organizing body and the year (e.g. Premier Padel 2026).
Public web page with the full calendar for the season.
Number of tournaments in the season. Matches the number of results returned by connections.tournaments.
Current state of the season, derived from its calendar. See the statuses reference for the full list.
upcoming, active, finished Start date of the first tournament of the season, as YYYY-MM-DD.
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.
Calendar year the season belongs to. Several seasons can share the same year when more than one circuit is running.
Related endpoints for this season.