Rankings

Public leaderboard ordered by skill (μ).

GET /v1/rankings

Query parameters (all optional):

  • country_code — ISO 3166-1 alpha-2 (e.g. PT)
  • city — case-insensitive match
  • limit — default 50, max 100
  • offset — pagination
curl -s "https://api.padelrank.me/v1/rankings?country_code=PT&limit=20" \
  -H "Authorization: Bearer $PADELRANK_API_KEY"