Match Stats
Point-by-point breakdown: serve %, break points, streaks, set-by-set data.
Player Stats
Career aggregates: win rate, titles, finals, best round.
Pair Stats
Combined performance: how a specific duo performs together.
Match statistics
The most granular level. Every match with available data includes stats for both teams, broken down by set.Available metrics per set
| Metric | Description |
|---|---|
total_points_won | Percentage of total points won |
break_points_converted | Break point conversion rate |
longest_streak | Longest consecutive points won |
aces | Number of aces |
double_faults | Number of double faults |
won_on_1st_serve | Win % on first serve |
won_on_2nd_serve | Win % on second serve |
total_won_on_serve | Overall serve win % |
won_on_1st_return | Win % returning first serve |
won_on_2nd_return | Win % returning second serve |
total_won_on_return | Overall return win % |
service_games | Number of service games played |
return_games | Number of return games played |
Player statistics
Career-level aggregates for any player. Useful for comparing trajectories, building rankings models, or analyzing form over specific periods.Filtering by date range
Player stats acceptafter_date and before_date parameters to calculate stats over a specific period. This is useful for season-by-season comparisons or tracking form over time.
Filtering by round
Use theround parameter to isolate performance at specific tournament stages.
| Round value | Stage |
|---|---|
1 | Final |
2 | Semifinal |
4 | Quarterfinal |
8 | Round of 16 |
16 | Round of 32 |
32 | Round of 64 |
Pair statistics
Padel is a doubles sport, and individual numbers only tell part of the story. Pair stats measure how two specific players perform together.after_date, before_date, and round filters, just like player stats.
What pair stats reveal
The gap between a player’s individual stats and their pair stats exposes partner chemistry. A player with an 80% win rate overall but 90% with a specific partner suggests that pairing is greater than the sum of its parts. Compare pairs across:- Win percentage to find the most dominant duos
- Titles vs finals to measure conversion rate in decisive matches
- Average games per match as a proxy for match difficulty (lower = more dominant wins)
Common use cases
Building a player comparison dashboard
Combine player stats with date filters to create season-by-season comparisons:Analyzing serve dominance in a match
Extract serve and return metrics to understand match dynamics:Tips
Not all matches have stats
Not all matches have stats
Match statistics depend on official data availability. Major and P1 tournaments typically have full stats coverage, while lower-level tournaments may not. Check the response before assuming data exists.
Player IDs can change
Player IDs can change
When two player records are merged, the API returns a
302 redirect to the canonical player. Handle redirects in your HTTP client to avoid broken references.Use Padel Analyst for exploration
Use Padel Analyst for exploration
Before writing code, you can explore stats interactively using Padel Analyst. Ask questions like “What’s Coello’s win percentage in finals?” or “Show me match stats for the latest Major final” to find what you need.