Endpoint to retrieve all tournaments and filter based on various parameters such as name, location, country, level, and date range.
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, 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.
Name of the parameter to sort the tournaments by.
name, location, country, level, start_date, end_date Order of the sorting, either asc or desc.
asc, desc