Endpoint to retrieve all tournaments and filter based on various parameters such as name, location, country, level, and date range.
Documentation Index
Fetch the complete documentation index at: https://padelapi.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the tournament to search for.
Name of the city/location to held the tournament.
2 letters country-code of the tournament location.
2Level of the tournament to filter by.
finals, fip_gold, fip_other, fip_platinum, fip_silver, major, p1, p2, wpt_1000, wpt_500, wpt_final, wpt_master After date of the tournament in YYYY-MM-DD format.
Before date of the tournament in YYYY-MM-DD format.
Filter tournaments updated after this datetime in ISO 8601 format.
Filter tournaments updated before this datetime in ISO 8601 format.
Name of the parameter to sort the tournaments by.
name, location, country, level, start_date, end_date, updated_at Order of the sorting, either asc or desc.
asc, desc