Show Tournament
Endpoint to retrieve detailed information about a specific tournament including dates, location, level, and related matches and videos.
Merged tournaments return a 302 redirect to the canonical resource — see the Data Synchronization guide for handling redirects.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
TournamentResource
Unique identifier of this tournament edition. A new edition of the same event gets its own id; use connections.editions to walk the history.
Path to this tournament's endpoint, relative to https://padelapi.org.
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.
Public tournament page. null when the tournament has no page.
City hosting the tournament.
Club or arena hosting the tournament. null when the venue has not been announced.
ISO 3166-1 alpha-2 country code, uppercase.
IANA timezone of the venue (e.g. Europe/Rome). This is the timezone used to serialize the _local times of the tournament's matches.
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.
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 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.
pending, live, finished, cancelled Surface setup of the courts. null when it has not been announced.
indoor, outdoor, covered Total prize money on offer, with amount as a whole unit of currency (ISO 4217). null when the tournament does not publish it.
First day of play, as YYYY-MM-DD.
Last day of play, as YYYY-MM-DD, normally the day the finals are played.
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.
ISO 8601 timestamp of the last change to any field of this tournament. Use it to skip records you have already processed.
Related endpoints for this tournament. videos is only present when the tournament has video content.