Show Player Stats
Retrieve aggregated career and performance statistics for a professional padel player, computed in real time from every finished and retired match in the Padel API database. Use it to power player profiles, scouting tools, fantasy models and fan dashboards without crunching raw match data yourself.
🔒 This endpoint requires a Pro subscription.
The response covers win/loss record, set and game tallies, per-match averages and tournament progression:
matches_played,matches_won,win_percentage— overall record and win rate.sets_won,sets_lost,avg_sets_per_match— set balance and match length.games_won,games_lost,avg_games_per_match— game-level dominance.titles,finals,semifinals— trophy count and deep runs.best_round— furthest stage ever reached (1 = final, 2 = semifinal, 4 = quarterfinal, …).
Related endpoints
- Show Player — profile, ranking and points.
- List Player Matches — the raw matches behind these stats.
- List Player Pairs — partners and their results.
- Padel statistics guide — worked examples and metric definitions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The player ID
Query Parameters
Date after to calculate the stats in YYYY-MM-DD format.
Date before to calculate the stats in YYYY-MM-DD format.
Tournament level(s) to scope the stats. Accepts one or multiple comma-separated values (e.g. major,p1,p2 for all Premier Padel matches).
Round of the match to calculate the stats (1 = Final, 2 = Semifinal, 4 = Quarterfinal, 8 = Round of 16, 16 = Round of 32, 32 = Round of 64)
1, 2, 4, 8, 16, 32