Skip to main content

/rankings/{countryCode}/clubs

/rankings/{countryCode}/clubs


Description: Get Club 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": 1752673804,
  "items": [
    {
      "tag": "#JQPR280C",
      "name": "CodeMagic🔮",
      "badgeId": 8000054,
      "trophies": 3350358,
      "rank": 1,
      "memberCount": 30
    },
    {
      "tag": "#2LGGLPUCR",
      "name": "Phantom",
      "badgeId": 8000021,
      "trophies": 3322607,
      "rank": 2,
      "memberCount": 29
    }
  ]
}