Skip to main content
GET
Show Match Head to Head

Authorizations

Authorization
string
header
required

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

Path Parameters

match
integer
required

The match ID

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.

draw
enum<string> | null

Draw the match belongs to: main, qualy, or all for both. Defaults to main.

Available options:
main,
qualy,
all

Response

Paginated set of MatchResource

data
MatchResource ยท object[]
required
meta
object
required