Skip to main content
GET
List Tournaments

Authorizations

Authorization
string
header
required

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

Query Parameters

name
string | null

Name of the tournament to search for.

location
string | null

Name of the city/location to held the tournament.

country
string | null

2 letters country-code of the tournament location.

Required string length: 2
level
string | null

Tournament level(s) to filter by. Accepts one or multiple comma-separated values (e.g. major,p1,p2 for all Premier Padel tournaments).

court_type
enum<string> | null

Court type to filter by. Either indoor, outdoor or covered.

Available options:
indoor,
outdoor,
covered
after_date
string<date> | null

After date of the tournament in YYYY-MM-DD format.

before_date
string<date> | null

Before date of the tournament in YYYY-MM-DD format.

updated_after
string<date-time> | null

Filter tournaments updated after this datetime in ISO 8601 format.

updated_before
string<date-time> | null

Filter tournaments updated before this datetime in ISO 8601 format.

sort_by
enum<string> | null

Name of the parameter to sort the tournaments by.

Available options:
name,
location,
country,
level,
start_date,
end_date,
updated_at
order_by
enum<string> | null

Order of the sorting, either asc or desc.

Available options:
asc,
desc

Response

Paginated set of TournamentResource

data
TournamentResource · object[]
required
meta
object
required