Show Player
Endpoint to retrieve detailed information about a specific player including their ranking, points, nationality, side, and career statistics.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
PlayerResource
Unique identifier of the player. Stable across seasons, use it to reference the player from your own data.
Path to this player's endpoint, relative to https://padelapi.org.
Full name of the player, without accents or special characters.
Short display name, usually the surname.
Public player profile. null when the player has no profile page.
Public URL of the player's photo. null when no photo is available.
Competition category the player competes in. Players never appear in both.
men, women ISO 3166-1 alpha-2 country code, uppercase. Reflects the country the player represents, which can differ from birthplace.
Current position in the official ranking. null for unranked players.
Points backing the official ranking position. null for unranked players. Use GET /players/{player}/rankings for the historical series.
Strength rating relative to the rest of the field, updated after every completed match. Every player enters the system at 1000. See the Elo rating guide for how it is calculated and how to read it.
Height in centimetres. null when not available.
Side of the court the player covers. drive is the forehand side, backhand the other one. null when the player has no established side.
drive, backhand Dominant hand. null when not available.
left, right City or region the player was born in. null when not available.
Date of birth, as YYYY-MM-DD. null when not available.
Age in years derived from birthdate. null when the birthdate is not available.
External profile URLs for the player. null when none are available.
ISO 8601 timestamp of the last change to any field of this player, including ranking and Elo. Use it to skip records you have already processed.
Related endpoints for this player.