Skip to main content
GET
Show Tournament

Authorizations

Authorization
string
header
required

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

Path Parameters

tournament
integer
required

Response

TournamentResource

id
integer
required

Unique identifier of this tournament edition. A new edition of the same event gets its own id; use connections.editions to walk the history.

self
string
required

Path to this tournament's endpoint, relative to https://padelapi.org.

name
string
required

Official name of this edition, including the title sponsor when there is one (e.g. Oysho Milano P1). Sponsors change between editions, so match on id rather than on this field.

url
string | null
required

Public tournament page. null when the tournament has no page.

location
string
required

City hosting the tournament.

venue
object | null
required

Club or arena hosting the tournament. null when the venue has not been announced.

country
string
required

ISO 3166-1 alpha-2 country code, uppercase.

timezone
string
required

IANA timezone of the venue (e.g. Europe/Rome). This is the timezone used to serialize the _local times of the tournament's matches.

level
enum<string>
required

Category of the tournament within its circuit. Premier Padel runs major, p1, p2 and finals; the FIP Tour runs the fip_* levels; wpt_* and ppt_* cover the historical World Padel Tour and Padel Pro Tour. Accepted as a comma-separated filter on GET /tournaments.

Available options:
major,
p1,
p2,
finals,
fip_platinum,
fip_gold,
fip_silver,
fip_other,
wpt_master,
wpt_1000,
wpt_500,
wpt_final,
ppt_master,
ppt_final,
ppt_international,
ppt_promotional,
ppt_other
status
enum<string>
required

Current state of the tournament. See the statuses reference for the full list and the data synchronization guide for how to keep it up to date.

Available options:
pending,
live,
finished,
cancelled
court_type
null | enum<string>
required

Surface setup of the courts. null when it has not been announced.

Available options:
indoor,
outdoor,
covered
prize
object | null
required

Total prize money on offer, with amount as a whole unit of currency (ISO 4217). null when the tournament does not publish it.

start_date
string
required

First day of play, as YYYY-MM-DD.

end_date
string
required

Last day of play, as YYYY-MM-DD, normally the day the finals are played.

winners
object | null
required

Pairs that won the tournament, keyed by category (men, women). null until the tournament reaches finished, and a category is absent when its final has no confirmed winner.

External links related to the tournament. null when none are available.

updated_at
string
required

ISO 8601 timestamp of the last change to any field of this tournament. Use it to skip records you have already processed.

connections
string
required

Related endpoints for this tournament. videos is only present when the tournament has video content.