Skip to main content
GET
/
players
/
{player}
/
pairs
List Player Pairs
curl --request GET \
  --url https://padelapi.org/api/players/{player}/pairs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "self": "<string>",
    "name": "<string>",
    "category": "<string>",
    "points": "<string>",
    "first_match_at": "<string>",
    "last_match_at": "<string>",
    "players": [
      {
        "id": 123,
        "self": "<string>",
        "name": "<string>",
        "short_name": "<string>",
        "url": "<string>",
        "photo_url": "<string>",
        "category": "<string>",
        "ranking": "<string>",
        "points": 123,
        "height": 123,
        "nationality": "<string>",
        "birthplace": "<string>",
        "birthdate": "<string>",
        "age": "<string>",
        "hand": "left",
        "side": "<string>",
        "links": "<string>",
        "updated_at": "<string>",
        "connections": {
          "matches": "<string>",
          "pairs": "<string>",
          "stats": "<string>"
        }
      }
    ],
    "connections": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://padelapi.org/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

player
integer
required

The player ID

Query Parameters

page
integer
default:1

Response

id
string
required
self
string
required
name
string
required
category
string
required
points
string
required
first_match_at
string
required
last_match_at
string
required
players
PlayerResource ยท object[]
required
connections
string
required