Skip to main content
GET
List Matches

Authorizations

Authorization
string
header
required

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

Query Parameters

after_date
string<date> | null

Date after the match was played in YYYY-MM-DD format.

before_date
string<date> | null

Date before the match was played in YYYY-MM-DD format.

round
enum<integer> | null

Round of the match (1 = Final, 2 = Semifinal, 4 = Quarterfinal, 8 = Round of 16, 16 = Round of 32, 32 = Round of 64)

Available options:
1,
2,
4,
8,
16,
32
category
enum<string> | null

Category of the match. Either men or women.

Available options:
men,
women
court
string | null

Name of the court where the match was played.

updated_after
string<date-time> | null

Filter matches updated after this datetime in ISO 8601 format.

updated_before
string<date-time> | null

Filter matches updated before this datetime in ISO 8601 format.

sort_by
enum<string> | null

Name of the parameter to sort the tournaments by.

Available options:
played_at,
round,
updated_at
order_by
enum<string> | null

Order of the sorting, either asc or desc.

Available options:
asc,
desc

Response

Paginated set of MatchResource

data
MatchResource · object[]
required
meta
object
required