Skip to main content
GET
/
pairs
/
{player1}
-
{player2}
Show Pair
curl --request GET \
  --url https://padelapi.org/api/pairs/{player1}-{player2} \
  --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>",
      "url": "<string>",
      "photo_url": "<string>",
      "category": "<string>",
      "ranking": "<string>",
      "points": 123,
      "height": 123,
      "nationality": "<string>",
      "birthplace": "<string>",
      "birthdate": "<string>",
      "age": "<string>",
      "hand": "<unknown>",
      "side": "<string>",
      "links": "<string>",
      "connections": {
        "matches": "<string>"
      }
    }
  ],
  "connections": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

player1
integer
required

The player1 ID

player2
integer
required

The player2 ID

Response

PairResource

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