Endpoint to retrieve all matches with filters for date range, round, category, and court. Supports sorting and pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Date after the match was played in YYYY-MM-DD format.
Date before the match was played in YYYY-MM-DD format.
Round of the match (1 = Final, 2 = Semifinal, 4 = Quarterfinal, 8 = Round of 16, 16 = Round of 32, 32 = Round of 64)
1, 2, 4, 8, 16, 32 Category of the match. Either men or women.
men, women Name of the court where the match was played.
Name of the parameter to sort the tournaments by.
played_at, round Order of the sorting, either asc or desc.
asc, desc