Skip to main content
GET
/
matches
/
{match}
/
stats
Show Match Stats 🔒
curl --request GET \
  --url https://padelapi.org/api/matches/{match}/stats \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "self": "<string>",
  "match": {
    "total_points_won": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "break_points_converted": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "longest_streak": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "aces": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "double_faults": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_1st_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_2nd_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "service_games": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_1st_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_2nd_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "return_games": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "total_won_on_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "total_won_on_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    }
  },
  "set_{n}": {
    "total_points_won": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "break_points_converted": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "longest_streak": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "aces": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "double_faults": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_1st_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_2nd_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "service_games": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_1st_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "won_on_2nd_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "return_games": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "total_won_on_serve": {
      "team_1": "<string>",
      "team_2": "<string>"
    },
    "total_won_on_return": {
      "team_1": "<string>",
      "team_2": "<string>"
    }
  },
  "connections": {
    "match": "<string>"
  }
}

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

id
integer
required
self
string
required
match
object
required
set_{n}
object
required
connections
object
required