Skip to main content
GET
/
seasons
/
{season}
Show Season
curl --request GET \
  --url https://padelapi.org/api/seasons/{season} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "self": "<string>",
  "name": "<string>",
  "url": "<string>",
  "tournaments_count": 123,
  "status": "<string>",
  "start_date": "<string>",
  "end_date": "<string>",
  "year": "<string>",
  "connections": {
    "tournaments": "<string>"
  }
}

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
self
string
required
name
string
required
url
string | null
required
tournaments_count
integer
required
status
string
required
start_date
string
required
end_date
string
required
year
string
required
connections
object
required