Skip to main content
The official ranking answers one question: who has collected the most points this season. It is a great answer, but it is not the only one. It says nothing about who is playing best right now, it ignores who you beat to get there, and it resets with the calendar. The Elo rating answers a different question: how strong is this player compared to the rest of the field. One number per player, updated after every completed match, and available on the player profile in the API.

One number

A single rating per player that summarises their level relative to everyone else.

Always current

It moves after every completed match, not once a week when the ranking is published.

Comparable

Two ratings can be compared directly, even between players who have never met.

Where to find it

Every player carries an elo field on their profile.
The same field is included everywhere a player appears: the player list, match line-ups and the simulate endpoint. To pull the rating table itself, sort the player list by elo:
You can also ask for it in plain English through Padel Analyst: “who are the top 10 men’s players by Elo?” or “is Tapia’s Elo higher than Galán’s?”.

How to read the number

Every player enters the system at 1000 and moves from there. The rating goes up when they win and down when they lose, by an amount that depends on two things: how strong the opponents were and how comfortable the win was. Beating the world number one is worth far more than beating a qualifier, and a 6-0 6-1 says more about the gap between two pairs than a 7-6 in the third. That gives you a scale that is easy to read once you know where the landmarks are: What matters is the gap, not the absolute number. A 100 point gap means roughly the same thing at 1400 as at 2100: the higher rated side is a clear but beatable favourite. That gap is exactly what the prediction model turns into a win probability, and the conversion is calibrated against thousands of real results.
Padel is a doubles sport, so ratings are individual and a pair is read as the average of its two players. That is why any two players can be compared against any other two, even a pair that has never played together.

Elo vs the official ranking

Both numbers are in the API, and they are useful for different things. A practical way to use them together: the ranking tells you the seeding, the rating tells you the danger. An unseeded pair with two 1900 rated players is the draw’s problem, and only one of the two numbers says so.
Ratings are only comparable inside a category. Men and women never play each other, so the two pools are rated independently and a men’s 1900 is not “the same level” as a women’s 1900.

What moves a rating, and what does not

Ratings react to results, and only to results:
  • Completed matches with a scoreline. Every settled match on the tour, main draw and qualifying, in chronological order.
  • Walkovers do not count. No match was played, so nothing moves.
  • Retirements count for what was played. A match abandoned early carries little information, and the rating reflects that.
  • Not playing changes nothing. There is no decay for inactivity: a player returning after six months out comes back with the number they left.
That last one is deliberate, and it is also a limitation. A rating is a record of what has happened, not a forecast of physical condition.

What it does not capture

Ratings are individual. A pair playing its first tournament together reads the same as one with two seasons of joint titles. If chemistry matters for your use case, layer pair stats on top.
A player with a handful of matches sits near the entry level rating, whatever their real level. Their number is the least informative in the database and needs a season to settle.
Altitude, indoor or outdoor, heat, night sessions, a marathon quarter-final the day before. None of it reaches the rating.
A player who retired mid-match last week carries the same rating into tomorrow. Combine it with recent results if you need current form.

What people build with it

Power rankings

A merit table that does not wait for the official publication, and that rewards beating the best.

Draw analysis

Spot the quarter of the bracket where the seeding and the actual level disagree.

Match previews

A rating gap is a headline: two numbers explain a fixture in one line.

Predictions

The rating gap is the input to the prediction model, available as a single endpoint.

Frequently asked questions

A single number per player that measures strength relative to the rest of the tour. It moves after every completed match, up or down depending on the opponent’s rating and the margin of victory. It is the padel equivalent of the system chess has used for decades, adapted to a doubles sport played to sets and games.
Neither is better, they answer different questions. The ranking decides seedings and prize money, and it is the official truth of the circuit. The rating is the better estimate of who would win a match tomorrow, which is why the prediction model is built on it and not on ranking points.
Yes, and that is the point of a rating system. Both players are connected to the same pool of opponents, so their numbers are comparable even without a direct head to head.
Yes. Ratings are computed the same way for both categories. Just remember they are only comparable within a category.
After every completed match, as results are ingested. A player can leave a tournament day with a different number than they started it with.
The rating is built from the professional match history covered by the API. A player’s number starts at their first covered match, so careers that began before our coverage are rated from that point onwards, not from their debut. The coverage tables show what is included by circuit and level.

Next steps

Match prediction model

How the rating gap becomes a calibrated win probability, and how well it holds up.

Player endpoint

Full reference for the player profile, including the elo field.

Padel statistics

Match, player and pair statistics to put next to the rating.

Best padel player

The other criteria in the debate: titles, win rate, head to head, partners.