Skip to main content
GET
Show Match Stats

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

Response

MatchStatsResource

id
integer
required

Unique identifier of the match these stats belong to.

self
string
required

Path to this endpoint, relative to https://padelapi.org.

connections
object
required

Related endpoints for these stats.

match

Totals for the whole match, across every set played. Absent when the match has no statistics.

Required array length: 0 element
set_1

The same stats restricted to the first set.

Required array length: 0 element
set_2

The same stats restricted to the second set. Comes back as an empty array when the set was played but no statistics were reported for it.

Required array length: 0 element
set_3

The same stats restricted to the third set. Absent when the match was decided in two, and an empty array when the set was played but no statistics were reported for it.

Required array length: 0 element