cURL
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>" } }
Endpoint to retrieve a specific season by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The season ID
SeasonResource
Show child attributes