Skip to main content
GET
/
tournaments
/
{tournament}
Show Tournament
curl --request GET \
  --url https://padelapi.org/api/tournaments/{tournament} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "self": "<string>",
  "name": "<string>",
  "url": "<string>",
  "location": "<string>",
  "country": "<string>",
  "level": "<string>",
  "status": "<string>",
  "start_date": "<string>",
  "end_date": "<string>",
  "links": "<string>",
  "connections": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tournament
integer
required

The tournament ID

Response

TournamentResource

id
integer
required
self
string
required
name
string
required
url
string | null
required
location
string
required
country
string
required
level
string
required
status
string
required
start_date
string
required
end_date
string
required
connections
string
required