Skip to main content

/rankings/{countryCode}/players


Description: Get Player Rankings For A Country Or Global Rankings.


Parameters

Name Type Required Description
countryCode string Two letter country code or 'global'
limit integer Limit number of results
api_key string API Key

Example Response

{
  "region": "global",
  "timestamp": 1752673932,
  "items": [
    {
      "tag": "#20CQLYP2C",
      "name": "Jason🐙",
      "nameColor": "0xffcb5aff",
      "icon": {
        "id": 28000933
      },
      "trophies": 149036,
      "rank": 1,
      "club": {
        "name": "‼️READ BIO‼️"
      }
    }
  ]
}